xmeltrut / rauma
Rauma full-stack PHP framework
5.0
2023-05-03 22:09 UTC
Requires
- php: >=8.0.0
- aura/router: 3.*
- aura/session: 2.*
- doctrine/annotations: 1.*
- doctrine/cache: 1.*
- doctrine/orm: 2.8.*
- laminas/laminas-diactoros: 2.*
- mustache/mustache: 2.*
- symfony/yaml: 6.*
Requires (Dev)
- mikey179/vfsstream: 1.*
- phpunit/phpunit: 9.*
- squizlabs/php_codesniffer: 3.*
README
A full-stack PHP framework. Rauma uses convention over configuration to provide an out-of-the-box framework. This means it is easy to setup but relatively inflexible (you have to use Mustache and Doctrine, for example).
Documentation is available in the docs
directory, or online via Read the Docs.
Development
Run the tests via ant:
ant