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: 3 months ago
JSON representation

Framework for quick PHP WEB, API and Console App development *scaffolds and generators included.

Lists

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
```