rhubarbphp / rhubarb
A modern enterprise ready PHP framework
Installs: 132 154
Dependents: 40
Suggesters: 0
Security: 0
Stars: 17
Watchers: 17
Forks: 10
Open Issues: 21
Requires
- php: >=8.0.0
- firebase/php-jwt: ^4.0 || ^5.0
- psr/container: ^2.0.0
Requires (Dev)
- codeception/codeception: ^2.0.0
- rhubarbphp/custard: ^1.0.9
- rhubarbphp/module-build-status-updater: ^1.0.5
- dev-master
- 2.0.0
- 1.7.9
- 1.7.8
- 1.7.7
- v1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.18
- 1.6.17
- 1.6.16
- 1.6.15
- 1.6.14
- 1.6.13
- 1.6.11
- 1.6.10
- 1.6.9
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.10
- 1.5.9
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.22
- 1.3.21
- 1.3.20
- 1.3.19
- 1.3.18
- 1.3.17
- 1.3.16
- 1.3.15
- 1.3.14
- 1.3.13
- 1.3.12
- 1.3.11
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.19
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- v0.9
- dev-patch/SamesiteOnCookies
- dev-patch/XSSUrlParamSanitisation
- dev-cash-for-kids-php8
- dev-patch/DeprecationWarnings
- dev-patch/fixUasort
- dev-dependabot/composer/nyholm/psr7-1.7.0
- dev-dependabot/composer/guzzlehttp/psr7-1.9.1
- dev-dependabot/composer/firebase/php-jwt-6.0.0
- dev-patch/FixFatalError
- dev-dependabot/composer/guzzlehttp/guzzle-6.5.8
- dev-patch/FixSecureFlagForHttpsSessions
- dev-dependabot/composer/codeception/codeception-3.1.3
- dev-patch/PHP73WarningFixes
- dev-patch/StoreSessionBeforeOnLogOut
- dev-feature/OnUrlFragmentMatching
- dev-patch/ComposerUpdates
- dev-patch/EnsureEmailHistoryInitialisesToEmptyArray
- dev-patch/RemoveOlderThanPHP71SupportInRhubarbDate
- dev-we-are-vertigo
- dev-cash-for-kids
- dev-feature/ImplementingCamelCaseWAV
- dev-feature/ImplementingCamelCaseSep
- dev-feature/SupportCarbonCopyEmails
- dev-feature/CarbonRelatedDateTimeAdditionsVertigo
- dev-feature/CarbonRelatedDateTimeAdditions
- dev-feature/ClearUnitTestingEmailHistory
- dev-patch/RhubarbDateTimezoneFix
- dev-feature/MigrationsModule
- dev-feature/EmailReplyToRecipient
- dev-feature/CookieHttpOnly
- dev-feature/SMSSendable
- dev-feature/ExpiredLoginExceptions
- dev-feature/HttpClientFix
- dev-extendUnitTestingEmailProvider
- dev-docs/typosAndGrammarChanges
- dev-HotFix/StringCompareIntsFix
- dev-feature/AssetProvider
- dev-feature/XhrErrorResponse
- dev-hotfix/unitTestsJA
- dev-CaseInsensitiveHTTPHeaders
- dev-MM/ResponseException
- dev-feature/TimeZoneMagic
- dev-feature/DeepSnapshot
- dev-feature/SMSProvider
This package is auto-updated.
Last update: 2024-10-26 16:36:21 UTC
README
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.