1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# Documentation website
title: "URI"
tagline: "Modern API to process URIs in PHP."
description: "Modern API to process URIs in PHP"
google_analytics_tracking_id: UA-46050814-14
# Github repository
author:
name: 'Ignace Nyamagana Butera'
twitter_account: 'nyamsprod'
mastodon:
url: 'https://phpc.social/@nyamsprod'
account: '@nyamsprod@phpc.social'
github_account: 'nyamsprod'
support: 'Once a new major version is released, the previous stable release remains supported for six more months through patches and security fixes.'
deprecated:
'schemes': 'https://uri.thephpleague.com/uri/'
'manipulations': 'https://uri.thephpleague.com/components/'
'domain-parser': 'https://github.com/jeremykendall/php-domain-parser'
'parser': 'https://uri.thephpleague.com/interfaces/'
'query-parser': 'https://uri.thephpleague.com/interfaces/'
|