A PHP framework I can use for a decade...

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 4

Type:project

pkg:composer/asaokamei/deca

0.0.4 2022-01-01 13:59 UTC

README

A PHP framework I can use for a decade, hopefully.

It is built from a set of reliable and (rather small) packages, such as,

  • Slim4, PHP-DI, nyholm/psr7, monolog, Twig, Aura/Session, filp/whoops, etc.
  • project started based on slim-skeleton with slim-view.

Please read more in Japanese readme file.

Installation

$ git clone https://github.com/asaokamei/Deca.git 

Demo

$ git clone https://github.com/asaokamei/Deca.git
$ cd Deca
$ composer install
$ cd public
$ php -S 127.0.0.1:8000 index.php

and access 127.0.0.1:8000 with your browser.