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. cerpus/coreclient

ActiveLibrary

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

Client for communication with Core

v2.0.0(4y ago)06.1k↓50%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 1mo ago

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 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

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

1578d 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

[dusterio/laravel-aws-worker

Run Laravel (or Lumen) tasks and queue listeners inside of AWS Elastic Beanstalk workers

3105.7M](/packages/dusterio-laravel-aws-worker)[ans-group/laravel-health-check

A package for checking the health of your Laravel/Lumen applications.

167930.0k2](/packages/ans-group-laravel-health-check)[neomerx/cors-illuminate

CORS (Cross-Origin Resource Sharing) support for Laravel and Lumen

4996.4k2](/packages/neomerx-cors-illuminate)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)

PHPackages © 2026

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