Commit Graph

47 Commits

Author SHA1 Message Date
PJ Dietz a15b5396e9 Fix php-cs-fixer instructions in README 2020-08-16 18:33:26 -04:00
PJ Dietz c74a468f3e Update documentation for v5 2020-08-16 18:03:17 -04:00
PJ Dietz bba0602122 Update README for v5 2020-08-16 17:39:41 -04:00
Joe Ginley 17c58ae362 Added php minimum version badge and removed the requirements text.
Updated composer libraries, fixed phpunit errors after updating.
Updated docker-compose version.
Updated docker to use php 7.4.
2020-02-04 00:05:42 -05:00
PJ Dietz e4cc02dc8a Fix link in documentation; fix version in README 2019-06-17 15:01:42 -04:00
PJ Dietz 6849c9456f Add local dev info to the README 2018-03-13 14:32:01 -04:00
PJ Dietz 7caf5343d4 Update README with PSR-15 interface 2018-03-12 15:05:19 -04:00
PJ Dietz 6abc4044f1 Update README docs badge to link to documentation page 2015-05-25 11:20:26 -04:00
PJ Dietz 9dcb2502b7 Update Travis badge in README 2015-05-21 07:53:17 -04:00
PJ Dietz 5a56bdebbe Link to latest docs in README 2015-05-20 20:02:42 -04:00
PJ Dietz 9d9d5e3a1b Update README 2015-05-20 19:51:45 -04:00
PJ Dietz 6acd7c44a1 Rewrite documentation for version 3.0 2015-05-20 18:02:29 -04:00
PJ Dietz b318e26076 Update README.md with link to Read the Docs. 2015-03-16 20:32:08 -04:00
PJ Dietz 42c0b87285 Updates to README. 2015-02-22 18:39:47 -05:00
PJ Dietz bc966f5924 New README in progress 2015-02-21 18:11:54 -05:00
PJ Dietz e256610680 Update README. Add PHP 5.6 to Travis. 2015-01-21 12:56:55 -05:00
Phil 3aca197d7a Updated readme to note optimized static routes 2015-01-01 19:47:05 +00:00
PJ Dietz a384a65346 Update README 2015-01-01 12:49:30 -05:00
Phil a2c7a5eb88 Fixed readme syntax error 2014-12-31 15:11:15 +00:00
PJ Dietz 8f4953c683 Fix links to Wiki in README 2014-08-02 17:47:01 -04:00
PJ Dietz ba90896bd9 Fix links to Wiki in README 2014-08-02 17:45:38 -04:00
PJ Dietz 4a6f678bd3 Remove documentation and point links in README to wiki 2014-08-02 17:42:40 -04:00
PJ Dietz a242fc9e5f Update README 2014-07-27 17:28:44 -04:00
PJ Dietz fc702b16e7 Add and update documentation 2014-07-27 17:01:18 -04:00
PJ Dietz e69d505992 Fix links in documentation 2014-07-26 22:45:42 -04:00
PJ Dietz e77c85f71b Update documentation and README 2014-07-26 22:39:26 -04:00
PJ Dietz 2398fc6b77 Update documentation 2014-07-26 20:05:24 -04:00
PJ Dietz 98c4ac0eb8 Update README and add documentation/routes.md 2014-07-26 17:19:48 -04:00
PJ Dietz 95243cb1a8 Merge branch 'two' into two-test 2014-07-26 14:58:38 -04:00
PJ Dietz bde5fbcf61 Add documentation for Routers and Routes 2014-07-26 14:56:59 -04:00
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