Commit Graph

17 Commits

Author SHA1 Message Date
PJ Dietz 7e3b84ac37 Update README.md
Add Travis build status badge
2014-07-26 13:06:31 -04:00
PJ Dietz 891f86f024 Update README 2014-07-24 21:23:10 -04:00
PJ Dietz 1a21b2b7d0 Add Client class
Move Request::request() to Client::request()
2014-07-24 20:41:32 -04:00
PJ Dietz 18d3d6c9db Update RouteBuilder docs and add test
- Remove RouteBuilder::buildRoutesFromJson()
- Allow RouteBuilder::buildRoutes() to parse JSON
- Add PHPUnit
- Add tests for RouteBuidler
- Update docs for RouteBuilder
- Update README RouteBuilder example
- Rename constant in BaseRoute
2014-07-13 14:29:37 -04:00
PJ Dietz 4be631615c Begin version 2.0 README 2014-06-29 10:43:57 -04:00
PJ Dietz e3e98377c3 Track route depth on the Request, not on the Router.
This allows a Handler to use the top-level router and have the depth count match the depth for the current request, not the total.
2013-08-16 18:59:05 -04:00
Nate Smith 84b70f3c09 Change the name of the local variable $router to $myRouter to match the preceding code fragment. 2013-06-24 20:44:07 -04:00
PJ Dietz 7f4ab73048 Fix types in README.md 2013-05-27 14:56:53 -04:00
PJ Dietz fafce16e9e Update README. Add default 500 error to Router. Close #3 2013-05-27 12:59:55 -04:00
PJ Dietz 20fb124cd5 Rewrite README 2013-05-19 12:54:57 -04:00
PJ Dietz 184dae595c Add license to README
Fix typos
Update composer install sample code to reflect new version
2013-02-01 21:38:23 -05:00
PJ Dietz 6c58c1446b Update README.md 2013-01-31 21:26:02 -05:00
PJ Dietz 206b7d5c2a Update README.md 2013-01-31 20:46:05 -05:00
PJ Dietz d626b5120b Update README.md 2013-01-31 20:38:23 -05:00
PJ Dietz cd6b78c054 Update README.md 2013-01-31 20:36:37 -05:00
PJ Dietz 6606b02f24 Update README.md 2013-01-30 20:18:07 -05:00
PJ Dietz 6a425c03d6 Initial commit 2012-08-20 17:34:37 -07:00