php-sabre-uri2 - Functions for making sense out of URIs
- Website:
- https://github.com/sabre-io/uri
- Licence:
- BSD-3-Clause
- Vendor:
- Remi's RPM repository <https://rpms.remirepo.net/>
- Description:
sabre/uri is a lightweight library that provides several functions for working with URIs, staying true to the rules of RFC3986. Partially inspired by Node.js URL library, and created to solve real problems in PHP applications. 100% unitested and many tests are based on examples from RFC3986. The library provides the following functions: * resolve to resolve relative urls. * normalize to aid in comparing urls. * parse, which works like PHP's parse_url. * build to do the exact opposite of parse. * split to easily get the 'dirname' and 'basename' of a URL without all the problems those two functions have. Autoloader: /usr/share/php/Sabre/Uri2/autoload.php
Packages
php-sabre-uri2-2.3.4-1.remi.src | [26 KiB] |
Changelog by Remi Collet (2024-08-28):
- update to 2.3.4 (no change, CS only) |
php-sabre-uri2-2.3.3-1.remi.src | [26 KiB] |
Changelog by Remi Collet (2023-06-12):
- update to 2.3.3 |
php-sabre-uri2-2.3.2-1.remi.src | [21 KiB] |
Changelog by Remi Collet (2022-09-19):
- update to 2.3.2 |
php-sabre-uri2-2.3.1-1.remi.src | [21 KiB] |
Changelog by Remi Collet (2022-09-12):
- update to 2.3.1 |
php-sabre-uri2-2.3.0-1.remi.src | [20 KiB] |
Changelog by Remi Collet (2022-08-18):
- update to 2.3.0 |
php-sabre-uri2-2.2.3-1.remi.src | [20 KiB] |
Changelog by Remi Collet (2022-08-18):
- update to 2.2.3 |
php-sabre-uri2-2.2.2-1.remi.src | [20 KiB] |
Changelog by Remi Collet (2021-11-04):
- update to 2.2.2 |
php-sabre-uri2-2.2.1-1.remi.src | [19 KiB] |
Changelog by Remi Collet (2020-10-05):
- update to 2.2.1 - switch to phpunit9 |