velliz / puko
PSR-4 MVC Framework for quick PHP application development
Installs: 370
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 3
Forks: 4
Open Issues: 0
Language:HTML
Requires
- php: >=7.3|>=8.0
- erusev/parsedown: ^1.7.4
- puko/framework: ^1.4.0
- vlucas/phpdotenv: ^5.4.1
Requires (Dev)
- phpunit/phpunit: ^9.3.11
- puko/console: ^0.4.0
README
Puko Framework [Starter Kit]
Puko Framework is Fullstack HMVC PHP Framework for quick Web/API/Console Application Development.
This is [Starter Kit] for building apps using Puko Framework
Requirement
- PHP >= 7.0
- Node.js >= 14
Feature
- Authentication
- Build-in Template Engine (PTE)
- Document Commands (PDC)
- Exception Handling (PEH)
- Object-Model Data Access (PDA)
- Command Line Interface (CLI)
- Simple route systems
- Build in View and Service
- Code scaffolds with pukoconsole
Install and Run
Enter this cli commands:
composer create-project velliz/puko <appname>
bower install
*get frontend lib via bower is optional
Start a build-in development server in http://localhost:4000
php puko serve
© 2016 - 2024 - Didit Velliz