Skip to content

JoshybaDev/joshybadev_easybroker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

EasyBroker for PHP

A gem that makes it easy to work with the EasyBroker API.

//Get all 
//Instance class with parameter
$easy=new EasyBroker(env("API_KEY_EasyBroker"),env('APP_ENV'));
$contactosResponsePagination = $easy->client()->contact_requests()->search("");
if(!$contactosResponsePagination->error())
{
    //Return content
    return $contactosResponsePagination->content();
}
else
{
    //Return message by error
    return $contactosResponsePagination->response()["error"];
}

Aplicacion en heroku para ver su uso con la version de prueba

https://probandoeasybroker.herokuapp.com/.

Installing JoshybaDev/EasyBroker

The recommended way to install JoshybaDev/EasyBroker is through Composer.

composer require joshybadev/easybroker "*"

License

JoshybaDev/EasyBroker is made available under the MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages