Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luismanuelamengual/neophp
Modern PHP framework for web developers, not for web 'artisans' (wtf ??!!)
https://github.com/luismanuelamengual/neophp
modern php php-framework
Last synced: 2 months ago
JSON representation
Modern PHP framework for web developers, not for web 'artisans' (wtf ??!!)
- Host: GitHub
- URL: https://github.com/luismanuelamengual/neophp
- Owner: luismanuelamengual
- License: mit
- Created: 2013-01-12T15:44:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-08-16T19:23:34.000Z (over 5 years ago)
- Last Synced: 2024-04-22T15:09:28.500Z (9 months ago)
- Topics: modern, php, php-framework
- Language: PHP
- Homepage:
- Size: 2.01 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Latest Stable Version](https://img.shields.io/packagist/v/neogroup/neophp.svg)](https://packagist.org/packages/monolog/monolog)
![](https://img.shields.io/github/license/luismanuelamengual/NeoPHP.svg)
![](https://img.shields.io/github/forks/luismanuelamengual/NeoPHP.svg?style=social&label=Fork)
![](https://img.shields.io/github/stars/luismanuelamengual/NeoPHP.svg?style=social&label=Star)
![](https://img.shields.io/github/watchers/luismanuelamengual/NeoPHP.svg?style=social&label=Watch)
![](https://img.shields.io/github/followers/luismanuelamengual.svg?style=social&label=Follow)# NeoPHP
Modern PHP framework for web developers, not for web 'artisans' (wtf ??!!)
## Installation
```
composer create-project neogroup/neophp-project MyApp
```## Documentation
- [Getting started](doc/01-getting_started.md)
- [Controllers](doc/02-controllers.md)
- [Routes](doc/03-routes.md)
- [Database](doc/04-database.md)
- [Resources](doc/05-resources.md)
- [Models](doc/06-models.md)
- [Views](doc/07-views.md)
- [Logging](doc/08-logging.md)
- [Messages / translations](doc/09-messages.md)## About
### Submitting bugs and feature requests
Bugs and feature request are tracked on [GitHub](https://github.com/luismanuelamengual/neophp/issues)
### Author
Luis Manuel Amengual -
See also the list of [contributors](https://github.com/luismanuelamengual/neophp/contributors) which participated in this project.### License
NeoPHP is licensed under the MIT License - see the `LICENSE` file for details
### Acknowledgements
This library is heavily inspired by Laravel PHP framework (https://laravel.com) library, although many things have been adjusted to be a faster and more powerfull framework