anax / anax-lite
The Anax Lite framework, the bare essentials.
Installs: 12 241
Dependents: 26
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Language:Makefile
Requires
- php: ^7.2
- anax/commons: ^2.0.0@beta
- anax/configure: ^2.0.0@beta
- anax/controller: ^2.0.0@beta
- anax/di: ^2.0.0@beta
- anax/request: ^2.0.0@beta
- anax/response: ^2.0.0@beta
- anax/router: ^2.0.0@beta
- anax/session: ^2.0.0@beta
- anax/url: ^2.0.0@beta
Requires (Dev)
- phpunit/phpunit: ^7
README
A smaller version of Anax with limited features, the bare essentials to put together a response of a request.
Compare with a micro framework or a smaller service providing a API or smaller website.
If you want to create a lot of content, such as web pages, then you should look at Anax Flat instead.
Install
You can install and scaffold a complete site using anax-cli. This is how to scaffold a site in the directory "site".
anax create site anax-lite-site
Point your web browser to the directory "site/htdocs".
There are some plain development routes mounted on the route "dev/".
License
This software carries a MIT license. See LICENSE.txt for details.
.
..: Copyright (c) 2013 - 2018 Mikael Roos, mos@dbwebb.se