PHP toolkit that gives you tools, not rules
Find a file
2026-06-23 22:56:48 +02:00
docs doc: document src/ 2026-06-23 22:47:42 +02:00
examples file to test Router implementation can be used as example 2026-06-23 22:47:42 +02:00
src feat: refactoring project 2026-06-23 22:47:40 +02:00
tests reset RouterTest to match rewrite of Router 2026-06-23 22:47:41 +02:00
.gitignore Implement redirection method in Response class #4 2026-06-23 22:47:38 +02:00
BACKLOG.md add BACKLOG 2026-06-23 22:47:41 +02:00
CHANGELOG.md feat: add CHANGELOG file 2026-06-23 22:47:40 +02:00
composer.json set php minimum version to 8.5 2026-06-23 22:47:42 +02:00
LICENSE Initial commit 2026-06-23 22:47:35 +02:00
README.md update link in README 2026-06-23 22:56:48 +02:00
TODO.md add TODO 2026-06-23 22:47:41 +02:00

HTTPCrafter

PHP toolkit that gives you tools, not rules.

Installation

You can install the package via composer:

composer require oladesoftware/httpcrafter

Documentation

License

This project is licensed under the terms of the LICENSE file included in the repository.