2017 © Pedro Peláez
 

library sorad-api

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

image

priskz/sorad-api

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

  • Tuesday, May 15, 2018
  • by priskz
  • Repository
  • 0 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 7 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 9 % Grown

The README.md

SORAD API Package

Purpose

A service oriented API built around the Responder-Action-Domain pattern., (*1)

Install via Composer

Add the following to your "require" schema:, (*2)

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

Run: composer install, (*3)

Add 'SORAD\Laravel\APIServiceProvider' to the 'providers' in /app/laravel/config/app.php to enable the newly added service., (*4)

Run: php artisan vendor:publish to publish the configuration file in /app/laravel/config/ directory., (*5)

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., (*6)

Example:, (*7)

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

In the above example, we have a dedicated API directory that holds modules., (*8)

The Versions

15/05 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

15/05 2018

0.1.0

0.1.0.0

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

  Sources   Download

MIT

The Requires

 

21/04 2018

0.0.1

0.0.1.0

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

  Sources   Download

MIT

The Requires