定制 bahricanli/laravel-trendyol 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

bahricanli/laravel-trendyol

Composer 安装命令:

composer require bahricanli/laravel-trendyol

包简介

Laravel Trendyol API

README 文档

README

Latest Version on Packagist Software License Build Status StyleCI SensioLabsInsight Quality Score Code Coverage Total Downloads

This package makes it easy to send notifications using Trendyol with Laravel 5.3.

Contents

Installation

You can install this package via composer:

composer require bahricanli/laravel-trendyol

Next add the service provider to your config/app.php:

/*
 * Package Service Providers...
 */

BahriCanli\Trendyol\TrendyolServiceProvider::class,

Register the Trendyol alias to your application. This registration is not optional because the channel itself uses this very alias.

'Trendyol' => BahriCanli\Trendyol\Facades\Trendyol::class,

Setting up the Trendyol service

Add your desired username, password configuration to your config/services.php file:

...
    'Trendyol' => [        
        'username'   => '',
        'password'   => '',        
    ],
...

Notes

$response->groupId() will throw BadMethodCallException if the client is set to 'http'. $response->messageReportIdentifiers() will throw BadMethodCallException if the client is set to 'xml'.

change client configuration with caution.

Changelog

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Security

If you discover any security related issues, please email bahri@bahri.info instead of using the issue tracker.

Contributing

Please see CONTRIBUTING for details.

Credits

License

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-04-19