lucabartoli/beefree
Composer 安装命令:
composer require lucabartoli/beefree
包简介
PHP class to use BeeFree editor by Mailup
README 文档
README
A simple package to obtain BeeFree Credentials. More info at BeeFree.io. This is a rework of the original version by ProdigyView available at https://github.com/ProdigyView/beefree Some features had been added, as f.e.: PSR-4 loading, possibility to exclude SSL_PEER verification.
Code Example
use BeeFree\BeeFree;
$beefree = new BeeFree([client_id], [client_secret]);
$result = $beefree -> getCredentials();
Optionally is possible to instance BeeFree without SSL verification
$beefree = new BeeFree([client_id], [client_secret], false);
After receiving credentials, call your client implementation of BeeFree Plugin and pass your token.
Installation
composer require lucabartoli/beefree
License
Licensed under MIT license. https://opensource.org/licenses/MIT
统计信息
- 总下载量: 47.03k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-29