https://github.com/crell/stacker
https://github.com/crell/stacker
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crell/stacker
- Owner: Crell
- Created: 2015-01-15T08:12:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T14:17:56.000Z (about 11 years ago)
- Last Synced: 2025-06-15T20:24:44.140Z (about 1 year ago)
- Language: PHP
- Size: 262 KB
- Stars: 12
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple proof of concept of a StackPHP-style implementation of the
PSR-7 "immutable" variant.
To download it, git clone and run composer install to grab dependencies.
To use, edit the .htaccess file and index.php to change your base path as appropriate,
then try hitting these paths:
* /bye
* /hello/YourName
* /goodbye/YourName
* /forbidden
Give feedback on the FIG mailing list. It's not impossible this will turn into
a for-reals codebase later but at the moment it's just one-day a proof of concept.