Danack / esprintf

sprintf mixed with zend escaper
MIT License
0 stars 0 forks source link

rawurlencode #3

Open Danack opened 3 years ago

Danack commented 3 years ago

https://docs.laminas.dev/laminas-escaper/escaping-url/ is rawurlencode

this needs wrapping...

Danack commented 3 years ago

Ugh. Handling uri fragments like this is....not great.

There needs to be a whole URLString type, that can be created from parts and have the appropriate handling done for them.