PHPackages                             joshybadev/easybroker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. joshybadev/easybroker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

joshybadev/easybroker
=====================

easybroker is a PHP client library consult copy easybroker\_gem

06PHP

Since Jun 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/JoshybaDev/joshybadev_easybroker)[ Packagist](https://packagist.org/packages/joshybadev/easybroker)[ RSS](/packages/joshybadev-easybroker/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

EasyBroker for PHP
==================

[](#easybroker-for-php)

A gem that makes it easy to work with the [EasyBroker API](https://api.easybroker.com/).

- Is a copy from [EasyBroker API GEM](https://github.com/easybroker/easybroker_gem).
- Visit [More info](https://ayuda.easybroker.com/article/330-api-de-easybroker-beta).
- modify file env
- add next line
- API\_KEY\_EasyBroker= Use your API Key

```
//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

[](#aplicacion-en-heroku-para-ver-su-uso-con-la-version-de-prueba)

.

Installing JoshybaDev/EasyBroker
--------------------------------

[](#installing-joshybadeveasybroker)

The recommended way to install JoshybaDev/EasyBroker is through [Composer](https://getcomposer.org/).

```
composer require joshybadev/easybroker "*"
```

License
-------

[](#license)

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

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cac72b8106b3a47826fafed92bf1b207e4fd93cc4c8089128bd9581109c195e6?d=identicon)[joshybadev](/maintainers/joshybadev)

---

Top Contributors

[![JoshybaDev](https://avatars.githubusercontent.com/u/46072424?v=4)](https://github.com/JoshybaDev "JoshybaDev (2 commits)")

### Embed Badge

![Health badge](/badges/joshybadev-easybroker/health.svg)

```
[![Health](https://phpackages.com/badges/joshybadev-easybroker/health.svg)](https://phpackages.com/packages/joshybadev-easybroker)
```

###  Alternatives

[symfony/polyfill-uuid

Symfony polyfill for uuid functions

688335.4M63](/packages/symfony-polyfill-uuid)[spatie/error-solutions

This is my package error-solutions

6853.2M11](/packages/spatie-error-solutions)[phpflo/phpflo

Flow-based programming for PHP

2173.3k4](/packages/phpflo-phpflo)[eftec/autoloadone

AutoloadOne is a program that generates an autoload class for PHP.

403.4k](/packages/eftec-autoloadone)[ys-tools/default-theme-configuration-bundle

OroCommerce Default Theme Configuration Bundle

124.2k](/packages/ys-tools-default-theme-configuration-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
