lox24eu / lox24_api_client_bundle
LOX24官方SDK的简单Symfony包。
0.3
2024-05-31 12:50 UTC
Requires
- php: >=8.2
- lox24eu/lox24_api_client: ~0.2
- symfony/framework-bundle: ~7.0
README
安装
灵活
composer require symfony/flex composer require lox24eu/lox24_api_client_bundle
应用食谱并在.env变量LOX24_API_TOKEN
中填写您的API令牌
手动
composer require lox24eu/lox24_api_client_bundle
添加到您的config/bundles.php
<?php return [ // some bundles here lox24\bundle\api_client\LOX24Bundle::class => ['all' => true], ];
创建config/packages/lox24_api.yaml
lox24: api: token: '%env(LOX24_API_TOKEN)%' http_client: '@psr18.http_client' request_factory: '@nyholm.psr7.psr17_factory'
应用食谱并在.env变量LOX24_API_TOKEN
中填写您的API令牌