https://github.com/tayron/on-framework-core
Core do framework OnFramework
https://github.com/tayron/on-framework-core
php-framework
Last synced: 3 months ago
JSON representation
Core do framework OnFramework
- Host: GitHub
- URL: https://github.com/tayron/on-framework-core
- Owner: tayron
- Created: 2020-01-14T18:32:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T18:33:42.000Z (over 5 years ago)
- Last Synced: 2025-01-20T23:33:54.737Z (4 months ago)
- Topics: php-framework
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## OnFramework Core 1.0
Framework MVC para desenvolvimento web
## Recursos
- MVC (Model com implementação Entity e Table com o ORM CakePHP 3)
- Template
- Sessão
- CakeORM 3.3.4
- Monolog 1.18.1
- PHPUnit 4.3.3## Requisitos
- Composer
- Git
- PHP Versão 5.3+
## Instalação1) Faça o clone do projeto para o ambiente de desenvolvimento
2) Execute composer install
```sh
php composer.phar install
```