Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sroehrl/clifford-api
https://github.com/sroehrl/clifford-api
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sroehrl/clifford-api
- Owner: sroehrl
- License: mit
- Created: 2020-06-03T22:13:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T01:18:04.000Z (about 3 years ago)
- Last Synced: 2023-03-02T10:33:01.561Z (over 1 year ago)
- Language: PHP
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# neoan3 PHP all purpose hybrid framework
Rapid development, light-weight, lightning-fast, beginner-friendly yet limitlessly powerful?
neoan3 is all that and more.
[See documentation](http://neoan3.rocks/getting-started/) (work in progress)
## Requirements
PHP7 (recommended min version is 7.4)
[composer](https://getcomposer.org/)
[nodeJS](https://nodejs.org) (optional, but recommended)
## Download
Easiest & fastest way is through the cli-tool:
`npm install -g neoan3-cli`
## Installation
_via cli_
1. Run `neoan3 new app [base]`
2. Run `composer install` (only when prompted; should run automatically)
3. Run `npm init`(this is not a requirement if you do not plan to use any npm packages)
4. 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](https://opensource.org/licenses/MIT)
Copyright 2018 [neoan](http://neoan.us) (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.
# What is neoan3?
Neoan3 is a complete rewrite of [neoanPHP](https://github.com/sroehrl/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.