lucabartoli/beefree

PHP class to use BeeFree editor by Mailup

Installs: 46 746

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/lucabartoli/beefree

1.0.1 2016-10-30 15:25 UTC

This package is not auto-updated.

Last update: 2025-10-06 18:17:07 UTC


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