litphp/litphp

All LitPHP Goodies

Maintainers

Package info

github.com/litphp/litphp

pkg:composer/litphp/litphp

Statistics

Installs: 32

Dependents: 0

Suggesters: 0

Stars: 31

Open Issues: 0

v0.9.2 2019-10-27 11:43 UTC

This package is auto-updated.

Last update: 2026-03-19 13:51:33 UTC


README

Flexible component collection for modern application

Build Status Scrutinizer Code Quality Code Coverage

Quickstart

composer create-project --remove-vcs litphp/project myproject
# you will be prompt to input your project namespace, we do the replace work for you
cd myproject
php -S 127.0.0.1:3080 public/index.php

and next steps

Documentation

see http://litphp.github.io/docs/

Components included in this repo

litphp/air dependency injection
litphp/nimo middleware organizer
litphp/voltage fundamental application structure
litphp/bolt the microframework
litphp/router-fast-route a router that integrates FastRoute
litphp/runner-laminas-sapi run you bolt app with laminas-diactoros on standard SAPI
litphp/nexus utility / interface helps development