puko / framework
MVC Framework for quick and fast PHP application development.
Installs: 13 765
Dependents: 2
Suggesters: 0
Security: 0
Stars: 12
Watchers: 3
Forks: 1
Open Issues: 4
Type:framework
Requires
- php: >=7.0|>=8.0
- ext-pdo: *
- cboden/ratchet: v0.4.4
- velliz/pte: 0.2.4
Requires (Dev)
- phpunit/phpunit: ^9.3.0
README
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