Skip to content

RhubarbPHP/Rhubarb

Folders and files

NameName
Last commit message
Last commit date
May 4, 2016
Jul 3, 2018
Jan 16, 2018
Sep 29, 2017
May 29, 2020
Mar 6, 2020
Jan 7, 2016
Mar 6, 2020
Jan 26, 2015
Sep 16, 2018
Oct 18, 2016
Dec 24, 2015
Mar 27, 2019
Dec 5, 2019
May 4, 2016

Repository files navigation

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.

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.

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

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

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.

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.