puko/framework

MVC Framework for quick and fast PHP application development.

Installs: 13 233

Dependents: 2

Suggesters: 0

Security: 0

Stars: 12

Watchers: 3

Forks: 1

Open Issues: 4

Type:framework

1.3.3 2022-11-19 08:34 UTC

This package is auto-updated.

Last update: 2024-04-24 14:36:49 UTC


README

68747470733a2f2f342e62702e626c6f6773706f742e636f6d2f2d352d5a54456367715955342f57795f474154336b3371492f41414141414141414668772f58306e316b71305172636b6d5466303039785755555f6b73654e5a4a5751536367434c63424741732f73313630302f70756b6f2d6d6174657269616c2d35302e706e67

Puko Framework [Core]

StyleCI Status Latest Stable Version Total Downloads

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:

composer create-project velliz/puko appname

Then start a build-in development server:

php puko serve