Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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-10-09T01:53:56.000Z (2 months ago)
- Last Synced: 2024-11-07T06:47:54.600Z (about 1 month ago)
- Topics: composer, framework, mvc, php7, psr-4
- Language: PHP
- Homepage: https://pukoframework.github.io
- Size: 411 KB
- Stars: 12
- Watchers: 3
- 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]
[![StyleCI Status](https://styleci.io/repos/65143717/shield)](https://styleci.io/repos/65143717/shield)
[![Latest Stable Version](https://poser.pugx.org/puko/framework/v/stable)](https://packagist.org/packages/puko/framework)
[![Total Downloads](https://poser.pugx.org/puko/framework/downloads)](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
```