An open API service indexing awesome lists of open source software.

https://github.com/dflydev/lithe-php

Lithe - a lightweight web application framework for PHP built on Halo and Substrate
https://github.com/dflydev/lithe-php

Last synced: about 1 year ago
JSON representation

Lithe - a lightweight web application framework for PHP built on Halo and Substrate

Awesome Lists containing this project

README

          

Lithe Web Application Framework for PHP
http://lithe-php.org/

Lithe is a lightweight web application framework for PHP. In reality, Lithe
is actually a Halo reference implementation intended to bring people up to
speed with building an application using Halo and Substrate.

Substrate is an Inversion of Control/Dependency Injection Container (IoC/DI)
for PHP. http://substrate-php.org/

Halo is a web application framework built on Substrate. http://halo-php.org/

Substrate and Halo were inspired by Spring.