the efficient PHP framework
Composer, (*1)
{, (*2)
"require":{, (*3)
"mnsami/composer-custom-directory-installer": "1.1.*",, (*4)
"sroehrl/neoan-php":"2.0.11", (*5)
},
"extra":{, (*6)
"installer-paths":{, (*7)
"./neoan/":["sroehrl/neoan-php"], (*8)
}, (*9)
}, (*10)
}, (*11)
composer install
, (*12)
or, (*13)
GitHub, (*14)
git clone https://github.com/sroehrl/neoanPHP myproject
, (*15)
or, (*16)
Archive, (*17)
https://github.com/sroehrl/neoanPHP/archive/2.0.11.zip
, (*18)
MIT license opensource, (*19)
Copyright 2017 neoan (Stefan Roehrl), (*20)
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:, (*21)
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*22)
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., (*23)
With more and more technologies moving into the direction of cli-based development, a lack of understanding of what happens "under the hood" is a common problem for young developers., (*24)
neoanPHP comes with concr, a GUI-based building-tool with the convenience of a cli helper, while concr itself is a regular component of neoanPHP and delivers customizable and understandable procedures in order to help developers start projects rapidly while providing a framework that enables them to grow into the profession., (*25)