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
- Host: GitHub
- URL: https://github.com/dflydev/lithe-php
- Owner: dflydev
- License: other
- Created: 2010-10-12T09:00:46.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-01-22T06:24:54.000Z (over 15 years ago)
- Last Synced: 2025-01-26T07:11:14.294Z (over 1 year ago)
- Language: PHP
- Homepage: http://lithe-php.org/
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.