ghanem/bee

一个提供Laravel与Bee API接口的包,包括Gifs。

v1.0 2022-09-27 19:42 UTC

This package is auto-updated.

Last update: 2024-09-10 06:48:31 UTC


README

您可以通过composer安装此包

composer require ghanem/bee

现在您需要使用以下命令发布配置文件

php artisan vendor:publish --provider="Ghanem\Bee\BeeServiceProvider" --tag="config"
参数

获取API密钥和账户密钥后,如以下链接所示: https://apidocs.bee.com/#access

端点

租赁

获取租赁

https://apidocs.bee.com/#d3b1bef3-f5bc-9a0b-d2f4-99a92ec2dbbc

方法:Bee::getRentals()

$rentals = Bee::getRentals();

foreach ($rentals as $rental) {
    // Get email
	$bee['id'];
}

赞助商

💚️ 成为赞助商