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)01027MITPHPPHP &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 2mo ago

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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community13

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

2399d 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 (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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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