avenue / avenue
This package is abandoned and no longer maintained.
No replacement package was suggested.
Avenue - A lightweight MVC framework for quick PHP web development and prototyping
dev-master
2017-03-19 06:08 UTC
Requires
- php: >=5.5.0
- monolog/monolog: ~1.20
Requires (Dev)
- phpunit/phpunit: ~4.8
- squizlabs/php_codesniffer: 2.*
This package is not auto-updated.
Last update: 2020-01-24 16:04:15 UTC
README
- A lightweight MVC framework for quick PHP web development and prototyping.
Features
- PHP >=5.5
- Written in PSR-2 coding standard.
- Working with PSR-4 packages via composer.
- Take advantages of PHP new features (namespaces, traits, short array syntax, etc.)
- Fast, lightweight and extensible.
TODO
- Documentation.