litphp/bolt

litphp micro-framework

Maintainers

Details

github.com/litphp/bolt

Source

Issues

Installs: 142

Dependents: 7

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/litphp/bolt

v0.9.2 2019-10-27 13:03 UTC

This package is auto-updated.

Last update: 2025-09-19 12:49:13 UTC


README

The microframework of lit

Scrutinizer Code Quality Code Coverage Build Status

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