PHPackages                             easir-php8/sdk - 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. easir-php8/sdk

ActiveLibrary

easir-php8/sdk
==============

0.13.0(8y ago)0109PHPPHP &gt;=5.5.0

Since Dec 2Pushed 3y agoCompare

[ Source](https://github.com/alexandrosk/sdk-php)[ Packagist](https://packagist.org/packages/easir-php8/sdk)[ RSS](/packages/easir-php8-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (25)Used By (0)

EASI'R PHP SDK
==============

[](#easir-php-sdk)

Current version `0.15.0`Supported API version `2.21.1`

The purpose of this SDK is to standardise how our apps communicate with the EASI'R API.

To run tests `./vendor/bin/codecept run`

Project structure
-----------------

[](#project-structure)

- Exception
- Model
- Request -- Models
- Response

Usage
-----

[](#usage)

### Installing

[](#installing)

The package is registered with packagist so it can simply be installed with: `composer require easir/sdk`

### Implementation

[](#implementation)

```
$client = new \Easir\SDK\Client("https://api.url");
$requestModel = new \Easir\SDK\Request\Model\MyRequestModel;
$requestModel->property_1 = "something";
$requestModel->property_2 = "something_else";
$myRequest = new \Easir\SDK\Request\MyRequest($requestModel);
$myResponse = $client->execute($myRequest);

```

You can check if the request fails with `$myResponse->hasErrors()` and/or `$myResponse->statusCode`.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.4% 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 ~27 days

Recently: every ~21 days

Total

22

Last Release

3243d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5db46ad2de024441e820964b7ce87ddb848f6b03ba632205fa6c9d12e7eaf12b?d=identicon)[fijinero](/maintainers/fijinero)

---

Top Contributors

[![pwarnes](https://avatars.githubusercontent.com/u/2242851?v=4)](https://github.com/pwarnes "pwarnes (52 commits)")[![fatebinder](https://avatars.githubusercontent.com/u/25077821?v=4)](https://github.com/fatebinder "fatebinder (22 commits)")[![carstensvendsen](https://avatars.githubusercontent.com/u/91868?v=4)](https://github.com/carstensvendsen "carstensvendsen (9 commits)")[![alexandrosk](https://avatars.githubusercontent.com/u/7273866?v=4)](https://github.com/alexandrosk "alexandrosk (3 commits)")[![istvanbovan](https://avatars.githubusercontent.com/u/34028822?v=4)](https://github.com/istvanbovan "istvanbovan (3 commits)")

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/easir-php8-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/easir-php8-sdk/health.svg)](https://phpackages.com/packages/easir-php8-sdk)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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