setono/budbee-bundle
最新稳定版本:v1.1.0
Composer 安装命令:
composer require setono/budbee-bundle
包简介
Use Budbee in your Symfony application
README 文档
README
Integrates the Budbee PHP SDK into your Symfony application.
Installation
To install this bundle, simply run:
composer require setono/budbee-bundle
Usage
<?php use Setono\Budbee\Client\ClientInterface; require_once __DIR__ . '/../vendor/autoload.php'; final class YourService { private ClientInterface $client; public function __construct(ClientInterface $client) { $this->client = $client; } public function __invoke(): void { // do something with the client $boxes = $this->client->boxes()->getAvailableLockers('DK', '1159'); // ... } }
统计信息
- 总下载量: 3.91k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-15