Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 321 Bytes

File metadata and controls

8 lines (6 loc) · 321 Bytes

beefree

An Implementation to the BeeFree.io email editor. Please visit http://www.beefree.io/ for more information.

Example

$beefree = new BeeFree([client_id], [client_secret]); 
$result = $beefree -> getCredentials();

After the credentials are recieved, implement them in your javascript application.