2017 © Pedro Peláez
 

library framework

Service Oriented Framework for PHP utilizing RabbitMQ

image

so-php/framework

Service Oriented Framework for PHP utilizing RabbitMQ

  • Thursday, June 26, 2014
  • by jeremygiberson
  • Repository
  • 2 Watchers
  • 2 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

framework

Service Oriented PHP Framework. Influenced by Java's OSGI. Built on RabbitMQ., (*1)

Design Goals

  • Developers produce and consume Services.
  • Developers create & release small bundles (instead of applications).
  • Local/Remote services distinction abstracted away and hidden from developer.
    • Developers don't produce or consume "web services"*.
    • Developers don't marshal requests or responses*.

note: * items are in regards to implementing a service-oriented-architecture., (*2)

Design Features

  • Continuous deployment of new/existing Services without downtime.
  • Multiple versions of Services.
  • A/B Testing of Services.
  • Load balancing of Services.
  • Scale out by adding more nodes to the cluster.

Contribute

Using waffles.io kanban for story tracking. Feel free to see what is in progress and what is in the backlog. Pick an issue, work it, send a pull-request, easy. Stories in Ready, (*3)

The Versions

12/04 2014

dev-pivot/osgi

dev-pivot/osgi

Service Oriented PHP Framework

  Sources   Download

The Requires

 

by Jeremy Giberson