PHPackages                             oscar-team/elena-php - 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. oscar-team/elena-php

ActiveLibrary[API Development](/categories/api)

oscar-team/elena-php
====================

Elena API integration with php

v1.0.6(2y ago)04.2k↓50%1[1 PRs](https://github.com/oscar-team/elena-php/pulls)MITPHPPHP ^8.1CI passing

Since Apr 14Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/oscar-team/elena-php)[ Packagist](https://packagist.org/packages/oscar-team/elena-php)[ RSS](/packages/oscar-team-elena-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (9)Used By (0)

Elena PHP Integration
=====================

[](#elena-php-integration)

This is a PHP library for integrating Elena api

Installation
------------

[](#installation)

Use the package manager [composer](https://pip.pypa.io/en/stable/) to install.

```
composer require oscar-team/elena-php
```

Usage
-----

[](#usage)

The API integration built with [Saloon](https://github.com/Sammyjo20/Saloon)

```
require __DIR__ . '/vendor/autoload.php';

$connector = new \OscarTeam\ElenaPhp\ElenaApi('test');
$connector->withBasicAuth('username', 'password');

$request = new \OscarTeam\ElenaPhp\Requests\GetRegistrations();
$connector->send($request)->dto(); // gives you response as an DTO Objects
//or
$connector->send($request)->json(); // gives uou response as an array
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance56

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.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 ~48 days

Recently: every ~69 days

Total

7

Last Release

840d ago

### Community

Maintainers

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

---

Top Contributors

[![moiz2050](https://avatars.githubusercontent.com/u/820400?v=4)](https://github.com/moiz2050 "moiz2050 (5 commits)")[![adnedelcu](https://avatars.githubusercontent.com/u/1168310?v=4)](https://github.com/adnedelcu "adnedelcu (1 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/oscar-team-elena-php/health.svg)

```
[![Health](https://phpackages.com/badges/oscar-team-elena-php/health.svg)](https://phpackages.com/packages/oscar-team-elena-php)
```

###  Alternatives

[skagarwal/google-places-api

Google Places Api

1913.0M8](/packages/skagarwal-google-places-api)[saloonphp/laravel-plugin

The official Laravel plugin for Saloon

805.7M125](/packages/saloonphp-laravel-plugin)[saloonphp/rate-limit-plugin

Handle rate limits beautifully in your Saloon API integrations or SDKs

201.3M44](/packages/saloonphp-rate-limit-plugin)[n1ebieski/ksef-php-client

PHP API client that allows you to interact with the API Krajowego Systemu e-Faktur

7228.4k](/packages/n1ebieski-ksef-php-client)[myoutdeskllc/salesforce-php

salesforce library for php8+

1560.8k](/packages/myoutdeskllc-salesforce-php)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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