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

Maintainers

Package info

github.com/asaokamei/Deca

Type:project

pkg:composer/asaokamei/deca

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 4

0.1.2 2026-03-03 13:35 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.