PHPackages                             cerpus/coreclient - 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. [API Development](/categories/api)
4. /
5. cerpus/coreclient

ActiveLibrary[API Development](/categories/api)

cerpus/coreclient
=================

Client for communication with Core

v2.0.0(4y ago)06.4k↑32.7%1GPL-3.0-onlyPHPPHP ^7.4 || ^8.0

Since Oct 17Pushed 4y ago3 watchersCompare

[ Source](https://github.com/cerpus/php-coreclient)[ Packagist](https://packagist.org/packages/cerpus/coreclient)[ RSS](/packages/cerpus-coreclient/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (6)Versions (27)Used By (0)

Core Client
===========

[](#core-client)

This is a client that handles requests to Core.

Installation in Laravel
-----------------------

[](#installation-in-laravel)

1. Install the code with composer: `composer require cerpus/coreclient`
2. Add the class CoreClientServiceProvider in the list of providers for your site
    1. Normally located in config/app.php in Laravel
    2. Add the code `$app->register(\Cerpus\CoreClient\CoreClientServiceProvider::class);` in bootstrap/app.php in Lumen
3. Setup url to Core and Auth, depending on level of security. The package is delivered with default settings that's read from the env file. If default key is not possible, fallback is listed in parethesis
    1. Core

        - CERPUS\_CORE\_SERVER (*CORECLIENT\_CORE\_SERVER*)
        - CERPUS\_CORE\_KEY (*CORECLIENT\_CORE\_KEY*)
        - CERPUS\_CORE\_SECRET (*CORECLIENT\_CORE\_SECRET*)
        - CERPUS\_CORE\_TOKEN (*CORECLIENT\_CORE\_TOKEN*)
        - CERPUS\_CORE\_TOKEN\_SECRET (*CORECLIENT\_CORE\_TOKEN\_SECRET*)
    2. Auth

        - CERPUS\_AUTH\_SERVER (*CORECLIENT\_AUTH\_SERVER*)
        - CERPUS\_AUTH\_USER (*CORECLIENT\_AUTH\_USER*)
        - CERPUS\_AUTH\_SECRET (*CORECLIENT\_AUTH\_SECRET*)
    3. Adapter

        - CORECLIENT\_ADAPTER, *default set to CoreAdapter*
        - CORECLIENT\_SERVICE, *default set to Client(no authentication)*
4. To use the client create a new object of type CoreContract or call static facade CoreClient

License
-------

[](#license)

This package is released under the GNU General Public License 3.0. See the `LICENSE` file for more information.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 58.3% 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.

###  Release Activity

Cadence

Every ~65 days

Recently: every ~93 days

Total

25

Last Release

1624d ago

Major Versions

v1.4.0 → v2.0.02021-12-03

PHP version history (2 changes)1.1.1PHP ^7.2

v1.4.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c90acdd5f5be43c562112cef1f69ab98614691bc737089cb1becd9d6b22e046?d=identicon)[max\_edlib](/maintainers/max_edlib)

---

Top Contributors

[![runarCerpus](https://avatars.githubusercontent.com/u/83068491?v=4)](https://github.com/runarCerpus "runarCerpus (7 commits)")[![cerpusoddarne](https://avatars.githubusercontent.com/u/28703438?v=4)](https://github.com/cerpusoddarne "cerpusoddarne (2 commits)")[![jonepet](https://avatars.githubusercontent.com/u/51231558?v=4)](https://github.com/jonepet "jonepet (2 commits)")[![emmachughes](https://avatars.githubusercontent.com/u/84008144?v=4)](https://github.com/emmachughes "emmachughes (1 commits)")

---

Tags

laravellumenCerpus Core API Client

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cerpus-coreclient/health.svg)

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

###  Alternatives

[nuwave/lighthouse

A framework for serving GraphQL from Laravel

3.5k11.8M117](/packages/nuwave-lighthouse)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.6k3](/packages/defstudio-telegraph)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[flat3/lodata

OData v4.01 Producer for Laravel

99351.7k](/packages/flat3-lodata)[essa/api-tool-kit

set of tools to build an api with laravel

53390.0k](/packages/essa-api-tool-kit)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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