承接 budgetlens/laravel-bol-retailer-api 相关项目开发

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

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

budgetlens/laravel-bol-retailer-api

最新稳定版本:10.0.4

Composer 安装命令:

composer require budgetlens/laravel-bol-retailer-api

包简介

Laravel wrapper for Bol Retailer Api

README 文档

README

PHP version Latest Version on Packagist Software License Tests Total Downloads

Laravel Bol Retailer Api Wrapper

This is a laravel wrapper for the Bol retailer API

Installation

Install package using composer

composer require budgetlens/laravel-bol-retailer-api

Getting started

Update .env file with

  • BOL_CLIENT_ID
  • BOL_CLIENT_SECRET
  • BOL_TEST_MODE

If you wish you can publish the configuration.

php artisan vendor:publish --provider="Budgetlens\Budgetlens\LaravelBolRetailerApi\ServiceProvider"

Examples

Get Offer

    $offer = Bol::offers()->get($id);
    ddd($offer);

Testing

Run the tests with:

$ composer test

Versioning

We aim to keep main versions the same as the wrapped package.

Credits

License

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-14