Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daffpunks/php_mvc
MVC on PHP
https://github.com/daffpunks/php_mvc
Last synced: 10 days ago
JSON representation
MVC on PHP
- Host: GitHub
- URL: https://github.com/daffpunks/php_mvc
- Owner: DaffPunks
- Created: 2016-12-09T00:26:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T03:38:41.000Z (over 7 years ago)
- Last Synced: 2024-11-15T15:49:47.116Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP_MVC
Реализация MVC фреймворка.
Migration tool: [Phinx](https://phinx.org/)
ORM: [Doctrine2](http://www.doctrine-project.org/)
## Installation
```
composer install
npm install
gulp sass
gulp js
gulp npm
vendor/bin/phinx migrate
```