Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tswicegood/wee
a wee little framework
https://github.com/tswicegood/wee
Last synced: 12 days ago
JSON representation
a wee little framework
- Host: GitHub
- URL: https://github.com/tswicegood/wee
- Owner: tswicegood
- Created: 2009-05-22T01:12:09.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-05-22T01:12:37.000Z (over 15 years ago)
- Last Synced: 2024-04-14T14:50:19.856Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 70.3 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
wee: a wee little framework
===========================This is a small proof of concept to show how to write a microframework in
PHP 5.3 using closures. This is currently just a proof-of-concept, treat it
as such.TODO
----
* scratch and rewrite using TDD
* rewrite using new naming standard
* add in a Request object
* pass in Request object as first parameter
* add plugins to handle various things from the request object
* pass in matched parameters from the route
* add named parameters to Request object
* add unnamed matched parameters to a Request->params arra