bland-industries / bigtime-api
用于连接 Bigtime API 的 Laravel 包
0.0.2
2024-05-01 13:12 UTC
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.8
- illuminate/contracts: ^10.0||^11.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^2.9
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^9.0.0||^8.22.0
- pestphp/pest: ^2.34
- pestphp/pest-plugin-arch: ^2.7
- pestphp/pest-plugin-laravel: ^2.3
- phpstan/extension-installer: ^1.3
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
This package is not auto-updated.
Last update: 2024-10-03 10:09:51 UTC
README
您的描述应放在这里。限制为一两段。考虑添加一个小的示例。
支持我们
我们投入了大量资源来创建 最佳类别的开源包。您可以通过 购买我们的付费产品之一 来支持我们。
我们非常感谢您从家乡寄来明信片,说明您正在使用我们哪些包。您可以在 我们的联系页面 上找到我们的地址。我们将所有收到的明信片发布在 我们的虚拟明信片墙上。
安装
您可以通过 composer 安装此包
composer require bland-industries/bigtime-api
您可以使用以下命令发布和运行迁移
php artisan vendor:publish --tag="bigtime-api-migrations"
php artisan migrate
您可以使用以下命令发布配置文件
php artisan vendor:publish --tag="bigtime-api-config"
这是已发布配置文件的内容
return [
];
可选地,您可以使用以下命令发布视图
php artisan vendor:publish --tag="bigtime-api-views"
用法
$bigtimeApi = new BlandIndustries\BigtimeApi(); echo $bigtimeApi->echoPhrase('Hello, BlandIndustries!');
测试
composer test
变更日志
有关最近更改的更多信息,请参阅 CHANGELOG。
贡献
有关详细信息,请参阅 CONTRIBUTING。
安全漏洞
有关如何报告安全漏洞,请参阅 我们的安全策略。
致谢
- [Thomas Verstraete](https://github.com/Bland Industries)
- 所有贡献者
许可证
MIT 许可证(MIT)。有关更多信息,请参阅 许可证文件。