Skip to content

Instantly share code, notes, and snippets.

View martinlikescoffee's full-sized avatar

Martin martinlikescoffee

View GitHub Profile
@martinlikescoffee
martinlikescoffee / uri-schemes.php
Created June 13, 2024 16:07
Uniform Resource Identifier (URI) Schemes.
<?php
// All schemes from IANA
// https://www.iana.org/assignments/uri-schemes/uri-schemes.txt
return [
'aaa',
'aaas',
'about',
'acap',
'acct',
'acd',