fluxoft / rebar
Rebar: A simple but sturdy support framework.
1.1.4
2025-02-04 04:16 UTC
Requires
- php: ^8.1
- firebase/php-jwt: ^6.0
- psr/container: ^2.0
- psr/log: ^1.1
- psr/simple-cache: ^1.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.1
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^9.5
- pug-php/pug: ^3.5
- smarty/smarty: ^3.1
- squizlabs/php_codesniffer: *
- twig/twig: ^3.14
Suggests
- firebase/php-jwt: Allows the use of the Auth\Jwt authentication class.
- pug-php/pug: Allows the use of the Pug Presenter class.
- smarty/smarty: Allows the use of the Smarty Presenter class.
- twig/twig: Allows the use of the Twig Presenter class.
This package is auto-updated.
Last update: 2026-06-04 07:18:05 UTC
README
Rebar is a lightweight, flexible PHP framework designed to give developers a solid skeletal foundation for their applications. Much like its namesake — reinforcing bars used to strengthen concrete — Rebar provides the essential structure around which developers can add their own concrete implementations.
Rebar is not meant to be all things to all people. Instead, it focuses on:
- Simplicity: No hidden magic or bloat. Clear, explicit code that’s easy to understand and extend.
- Flexibility: A minimal but extendable framework that lets you shape it to your needs.
- Stability: Providing a dependable core with tools to reinforce your application’s architecture.
Getting Started
Install Rebar via Composer:
composer require fluxoft/rebar
Learn how to set up your project in the Getting Started Guide.
Documentation
For complete documentation, visit the Rebar Documentation.