承接 justbetter/laravel-magento-utilities 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

justbetter/laravel-magento-utilities

最新稳定版本:1.0.1

Composer 安装命令:

composer require justbetter/laravel-magento-utilities

包简介

Additional utilities for the Laravel Magento Client

README 文档

README

Tests Coverage Analysis Total downloads

A set of common utilities to ease working with Magento. All helpers implement caching to reduce overhead. It will cache the results for a day by default. Caching can be disabled via the configuration file.

Utilities

Currently, this packge provides the following utilities:

  • Fetching all stores.
  • Fetching all websites.

Example

An example to fetch all websites.

use JustBetter\MagentoUtilities\Contracts\GetsWebsites; $contract = app(GetsWebsites::class); $websites = $contract->get();

Installation

Install the composer package.

composer require justbetter/laravel-magento-utilities

Setup

Optionally publish the configuration of the package.

php artisan vendor:publish --provider="JustBetter\MagentoUtilities\ServiceProvider" --tag=config

Quality

To ensure the quality of this package, run the following command:

composer quality

This will execute three tasks:

  1. Makes sure all tests are passed
  2. Checks for any issues using static code analysis
  3. Checks if the code is correctly formatted

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

JustBetter logo

统计信息

  • 总下载量: 427
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04