2017-25 © Pedro Peláez
 

library sorad-framework

The Domain Driven Development framework on top of the Laravel framework.

image

priskz/sorad-framework

The Domain Driven Development framework on top of the Laravel framework.

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

The README.md

SORAD Framework (Meta) Package

Purpose

This package will install all of the packages needed for utilizing "Domain Driven Development" patterns on top of the Laravel framework., (*1)

Features

  • payload - A simple way to encapsulate data and flag its state., (*2)

  • paylorm - A "data mapper" ORM built around simple Payloads (or encapsulated data) to facilitate data persistence., (*3)

  • sorad-api - A service oriented API built around the Responder-Action-Domain pattern., (*4)

  • sorad-rest - A set of generic REST responders., (*5)

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

  • sorad-service-provider - A simple way to bootstrap and provide a service for the SORAD API., (*7)

  • sorad-service - Generic implementation(s) for SORAD's service layer., (*8)

  • sorad-module-core - A SORAD module for core application functionality., (*9)

  • pusher - A small library for helping push socket messages. Note: will require additional packages: "cboden/ratchet": "0.3.5" && "react/zmq": "^0.3.0" to utilize., (*10)

Install via Composer

Add the following to your composer.json "require" schema:, (*11)

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

Run composer install, (*12)

The Versions