Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sroehrl/clifford-api


https://github.com/sroehrl/clifford-api

Last synced: 10 days ago
JSON representation

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.