Awesome
<img align="left" src="https://4.bp.blogspot.com/-5-ZTEcgqYU4/Wy_GAT3k3qI/AAAAAAAAFhw/X0n1kq0QrckmTf009xWUU_kseNZJWQScgCLcBGAs/s1600/puko-material-50.png">Puko Framework [Core]
Puko Framework is MVC PHP Framework for quick PHP based Web/API/Console Application Development.
This is [Core] module for Puko Framework
Requirement
- php 7.0
- composer
- ext-json
Feature
- Authentication
- Build-in Template Engine (PTE)
- Document Commands (PDC)
- Exception Handling (PEH)
- Object-Model Data Access PDO Wrapper (PDA)
- Command Line Interface (PCLI)
- Simple routes
- View and Service build in
- Code Scaffolds with puko console
Installation
Enter this cli commands:
composer create-project velliz/puko appname
Then start a build-in development server:
php puko serve