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

ActiveLibrary[API Development](/categories/api)

priskz/sorad-api
================

A service oriented API built around the Responder-Action-Domain pattern.

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

Since Oct 19Pushed 6y agoCompare

[ Source](https://github.com/priskz/sorad-api)[ Packagist](https://packagist.org/packages/priskz/sorad-api)[ RSS](/packages/priskz-sorad-api/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (7)

SORAD API Package
=================

[](#sorad-api-package)

Purpose
-------

[](#purpose)

A service oriented API built around the Responder-Action-Domain pattern.

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

[](#install-via-composer)

Add the following to your "require" schema:

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

```

Run: `composer install`

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

Run: `php artisan vendor:publish` to publish the configuration file in `/app/laravel/config/` directory.

Register SORAD API based modules via the `/app/laravel/config/sorad.php` modules array. These entries should be the directory path to the modules. PSR4 autoloading recommended. These modules will require a routes.php file.

Example:

```
'modules' => [
    'API/Account',
    'API/Admin',
    'API/Auth',
    'API/Front',
],

```

In the above example, we have a dedicated API directory that holds modules.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity43

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

2446d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/38549225?v=4)[Zachary P](/maintainers/priskz)[@priskz](https://github.com/priskz)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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