Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delfimov/nanoframework
Quintessential PHP framework based on PSR and RFC standards
https://github.com/delfimov/nanoframework
dependency-injection framework mvc php php-framework psr psr-11 psr-16 psr-2 psr-3 psr-4 psr-7
Last synced: 26 days ago
JSON representation
Quintessential PHP framework based on PSR and RFC standards
- Host: GitHub
- URL: https://github.com/delfimov/nanoframework
- Owner: delfimov
- License: mit
- Created: 2017-08-25T15:40:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T15:49:08.000Z (over 7 years ago)
- Last Synced: 2024-11-09T20:44:44.359Z (3 months ago)
- Topics: dependency-injection, framework, mvc, php, php-framework, psr, psr-11, psr-16, psr-2, psr-3, psr-4, psr-7
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Nanoframework](https://img.shields.io/badge/Nano-framework-45B8AC.svg)](https://github.com/delfimov/Nanoframework)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/delfimov/Nanoframework/blob/master/LICENSE)# Nanoframework
Quintessential PHP framework based on PSR and RFC standards.
## Requirements
* [PHP >= 5.5.9](http://www.php.net/) (though, I highly recommend to use PHP 7)
* [Composer](https://getcomposer.org/download/)
* [Nginx](https://nginx.ru) or [Apache](https://httpd.apache.org/) (mod_rewrite is required) or whatever web server you like.## To do
* CLI
* ErrorController
* Skeleton
* Tests
* Deploy scripts
* PSR-15 Middleware
* PSR-13 Links
* Documentation
* Dependency injector: optimizations, static dependencies, ->has() method.