fluxoft / rebar
Rebar: A simple but sturdy support framework.
Installs: 37 659
Dependents: 2
Suggesters: 0
Security: 0
Stars: 21
Watchers: 1
Forks: 2
Open Issues: 0
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.
- dev-master
- 1.1.x-dev
- 1.1.1
- v1.1.0
- 1.0.x-dev
- 1.0.0
- 0.25.3
- 0.25.2
- 0.25.1
- 0.25.0
- 0.24.1
- 0.24.0
- 0.23.12
- 0.23.11
- 0.23.10
- 0.23.9
- 0.23.8
- 0.23.7
- 0.23.6
- 0.23.5
- 0.23.4
- 0.23.3
- 0.23.2
- 0.23.1
- 0.23.0
- 0.22.4
- 0.22.3
- 0.22.2
- 0.22.1
- 0.22.0
- 0.21.9
- 0.21.8
- 0.21.7
- 0.21.6
- 0.21.5
- 0.21.4
- 0.21.3
- 0.21.2
- 0.21.1
- 0.21.0
- 0.20.1
- 0.20.0
- 0.19.1
- 0.19.0
- 0.18.9
- 0.18.8
- 0.18.7
- 0.18.6
- 0.18.5
- 0.18.4
- 0.18.3
- 0.18.2
- 0.18.1
- 0.18.0
- 0.17.18
- 0.17.17
- 0.17.16
- 0.17.15
- 0.17.14
- 0.17.13
- 0.17.12
- 0.17.11
- 0.17.10
- 0.17.9
- 0.17.8
- 0.17.7
- 0.17.6
- 0.17.5
- 0.17.4
- 0.17.3
- 0.17.2
- 0.17.1
- 0.17.0
- 0.16.0
- 0.15.1
- 0.15.0
- 0.14.5
- 0.14.4
- 0.14.3
- 0.14.2
- 0.14.1
- 0.14.0
- 0.13.1
- 0.13.0
- 0.12.0
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.3
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.8
- 0.9.7
- 0.9.6
- 0.9.5
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- 0.5.0
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- v0.3.0-beta
- dev-releases
- dev-feature/1.1.1-Config-class-array_merge-recursive-fix
- dev-feature/router-default-presenters
- dev-feature/1.0-roadmap-correction
- dev-feature/documentation
This package is auto-updated.
Last update: 2025-01-20 23:20:30 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.