https://github.com/Velliz/pukoframework
Framework for quick PHP WEB, API and Console App development *scaffolds and generators included.
https://github.com/Velliz/pukoframework
composer framework mvc php7 psr-4
Last synced: 9 days ago
JSON representation
Framework for quick PHP WEB, API and Console App development *scaffolds and generators included.
- Host: GitHub
- URL: https://github.com/Velliz/pukoframework
- Owner: Velliz
- License: mit
- Created: 2016-08-07T16:42:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T09:12:43.000Z (5 months ago)
- Last Synced: 2025-04-04T19:27:29.601Z (18 days ago)
- Topics: composer, framework, mvc, php7, psr-4
- Language: PHP
- Homepage: https://pukoframework.github.io
- Size: 415 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-indo-projects - Puko Framework - MVC framework for quick PHP application development. (Frameworks)
- awesome-indonesia-repo - Puko Framework - MVC framework for quick PHP application development. (Frameworks)
README
# Puko Framework [Core]
[](https://styleci.io/repos/65143717/shield)
[](https://packagist.org/packages/puko/framework)
[](https://packagist.org/packages/puko/framework)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:
```text
composer create-project velliz/puko appname
```Then start a build-in development server:
```text
php puko serve
```