Velliz / puko

Puko Framework [Starter Kit]

Home Page:https://velliz.github.io/pudo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Puko Framework [Starter Kit]

StyleCI Status Latest Stable Version Total Downloads

Puko Framework is MVC PHP Framework for quick PHP based Web/API/Console Application Development.

This is [Starter Kit] for building apps using Puko Framework

Requirement

  • php >= 7.0
  • composer
  • ext-json
  • Node.js

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

Enter this cli commands:

composer create-project velliz/puko appname

Then start a build-in development server:

php puko serve

About

Puko Framework [Starter Kit]

https://velliz.github.io/pudo

License:MIT License


Languages

Language:HTML 49.6%Language:PHP 41.5%Language:Dockerfile 5.0%Language:JavaScript 4.0%