madeitbelgium/bizhosting
Composer 安装命令:
composer require madeitbelgium/bizhosting
包简介
Bizhosting PHP SDK
README 文档
README
With this Laravel package you can create a Bizhosting integration.
Installation
composer require madeitbelgium/bizhosting
Or require this package in your composer.json and update composer.
"madeitbelgium/bizhosting": "^1.0"
Publish config file
php artisan vendor:publish --provider="MadeITBelgium\Bizhosting\ServiceProvider\Bizhosting"
Laravel <5.5
After updating composer, add the ServiceProvider to the providers array in config/app.php
MadeITBelgium\Bizhosting\ServiceProvider\Bizhosting::class,
You can use the facade for shorter code. Add this to your aliases:
'Bizhosting' => MadeITBelgium\Bizhosting\Facade\Bizhosting::class,
Documentation
Usage
use MadeITBelgium\Bizhosting\Facade\Bizhosting; $listDomainnames = Bizhosting::domainname()->list($page = 1, $search = null);
Support
Support github or mail: info@bizhosting.be
Contributing
Please try to follow the psr-2 coding style guide. http://www.php-fig.org/psr/psr-2/
License
This package is licensed under LGPL. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-30