2017 © Pedro Peláez
 

library rhubarb

A modern enterprise ready PHP framework

image

rhubarbphp/rhubarb

A modern enterprise ready PHP framework

  • Tuesday, July 3, 2018
  • by acuthbert
  • Repository
  • 15 Watchers
  • 16 Stars
  • 18,445 Installations
  • PHP
  • 40 Dependents
  • 0 Suggesters
  • 9 Forks
  • 12 Open issues
  • 84 Versions
  • 8 % Grown

The README.md

Rhubarb PHP

Rhubarb is an application development framework for PHP. Its focus is on allowing developers to build enterprise ready applications that are fast, scale well, allow for architectural rethinks late in the project and that maximise the potential for code reuse., (*1)

Projects and Modules

Rhubarb is a modular system. Your application only brings in the modules it needs. So if you're building an API you will use the RestAPI module but not the MVP module. This keeps the burden on autoloaders down and makes your application easier to deploy and maintain., (*2)

The main framework resides in the rhubarb project. This includes the platform bootstraps and a core set of classes called 'Crown'., (*3)

Rhubarb uses Composer to import additional packages into the solution including it's own modules. To keep our github organisation tidy other Rhubarb modules reside in projects called module.[modulename]. For example module.modelling or module.sendgrid, (*4)

Contributing

Rhubarb is an open source project and as such anyone may make a contribution. Contributions can be made by forking any of the rhubarb projects and making a pull request back to the base fork., (*5)

Rhubarb has a list of senior contributors who guard and protect the values of Rhubarb and make the final decision on the merits of each pull request., (*6)

The Versions

23/02 2015

v0.9

0.9.0.0 http://www.rhubarbphp.com/

A modern enterprise ready PHP framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

framework php