2017 © Pedro Peláez
 

library sorad-entity

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

image

priskz/sorad-entity

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

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

The README.md

SORAD Entity Package

Purpose

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

Install via Composer

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

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

Run composer install, (*3)

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

Add the following to the 'aliases' aka facades in /app/laravel/config/app.php to register the newly added service facades:, (*5)

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

The Versions

10/05 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

10/05 2018

0.1.0

0.1.0.0

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

  Sources   Download

MIT

The Requires

 

20/04 2018

0.0.1

0.0.1.0

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

  Sources   Download

MIT

The Requires