PHPackages                             priskz/sorad-entity - 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. priskz/sorad-entity

ActiveLibrary

priskz/sorad-entity
===================

A generic service implemented on top of the SORAD API + PaylORM that provides consistent conventions for facilitating the mapping of entities.

0.1.0(6y ago)0763MITPHPPHP &gt;=5.4.0

Since Oct 18Pushed 6y agoCompare

[ Source](https://github.com/priskz/sorad-entity)[ Packagist](https://packagist.org/packages/priskz/sorad-entity)[ RSS](/packages/priskz-sorad-entity/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (2)Used By (3)

SORAD Entity Package
====================

[](#sorad-entity-package)

Purpose
-------

[](#purpose)

A generic service implemented on top of the SORAD API + Paylorm that provides consistent conventions for facilitating the mapping of entities.

Install via Composer
--------------------

[](#install-via-composer)

Add the following to your "require" schema:

```
"require": {
     "priskz/sorad-entity": "~0.1.0"
}

```

Run `composer install`

Add `'Entity\Laravel\ServiceProvider'` to the `'providers'` in `/app/laravel/config/app.php` to enable the newly added service.

Add the following to the `'aliases'` aka facades in `/app/laravel/config/app.php` to register the newly added service facades:

```
'Entity'                 => 'Entity\Laravel\Facade',
'EntityAsset'            => 'Entity\Service\Asset\Laravel\Facade',
'EntityDetail'           => 'Entity\Service\Detail\Laravel\Facade',
'EntityIdentifier'       => 'Entity\Service\Identifier\Laravel\Facade',

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2396d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c3240b2ba20abe46395af03a3db774b285e973f2948693affe73f3b6ac1a22b?d=identicon)[priskz](/maintainers/priskz)

---

Top Contributors

[![priskz](https://avatars.githubusercontent.com/u/38549225?v=4)](https://github.com/priskz "priskz (7 commits)")

### Embed Badge

![Health badge](/badges/priskz-sorad-entity/health.svg)

```
[![Health](https://phpackages.com/badges/priskz-sorad-entity/health.svg)](https://phpackages.com/packages/priskz-sorad-entity)
```

PHPackages © 2026

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