xmeltrut / rauma
Rauma full-stack PHP framework
Installs: 638
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/xmeltrut/rauma
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