Forwarded header (RFC 7239) parsing library for PHP. https://packagist.org/packages/madeorsk/forwarded
Go to file
Madeorsk 6810b25f58 First version of the library, with unit tests.
+ Add a parser of Forwarded header.
+ Add classes for the Forwarded header in itself, and its components like a single Forward and its ForwardNodes.
+ Unit tests of some of the usable methods.
2023-05-26 02:25:15 +02:00
src First version of the library, with unit tests. 2023-05-26 02:25:15 +02:00
tests First version of the library, with unit tests. 2023-05-26 02:25:15 +02:00
.gitignore First version of the library, with unit tests. 2023-05-26 02:25:15 +02:00
composer.json First version of the library, with unit tests. 2023-05-26 02:25:15 +02:00
composer.lock First version of the library, with unit tests. 2023-05-26 02:25:15 +02:00