https://github.com/daffpunks/php_mvc
MVC on PHP
https://github.com/daffpunks/php_mvc
Last synced: 23 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T03:38:41.000Z (about 9 years ago)
- Last Synced: 2025-01-16T03:51:55.367Z (over 1 year 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
```