Forwarded header (RFC 7239) parsing library for PHP. https://packagist.org/packages/madeorsk/forwarded
Go to file
Madeorsk 2c663fffd4 Add helper functions in Forwarded class.
+ `Forwarded::get()` to get the parsed `Forwarded` header.
+ `Forwarded::getOriginIp()` to get the IP address of the origin of the request directly.
2023-05-26 14:18:58 +02:00
src Add helper functions in Forwarded class. 2023-05-26 14:18:58 +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