Rapid development, light-weight, lightning-fast, beginner-friendly yet limitlessly powerful?
neoan3 is all that and more.
See documentation (work in progress)
PHP7 (recommended min version is 7.2)
nodeJS (optional, but recommended)
Easiest & fastest way is through the cli-tool:
npm install -g neoan3-cli
via cli
- Run
neoan3 new app [base]
- Run
composer install
(only when prompted; should run automatically) - Run
npm init
(this is not a requirement if you do not plan to use any npm packages) - that's it, you are good to go
via fork or download
You can also clone, fork or download this repository.
(You might have to adjust the .htaccess file depending on your system)
MIT license opensource
Copyright 2018 neoan (Stefan Roehrl)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Neoan3 is a complete rewrite of neoanPHP and modernizes the approach greatly. This version is in its infancy and not intended for production-projects yet.
However, I enjoy comments, contributions & critique.