Libraries tagged by url encoder
terpomoj/base64-url-helpers
905 Downloads
Provides base64_url_encode/base64_url_decode.
scitotec/url-decode-env-var-processor-bundle
351 Downloads
Symfony Environment Variable Processor for decoding url-encoded strings
donnikitos/url
71 Downloads
PHP URL class to parse, construct, normalize, and encode URLs - but just like in JavaScript
rayful/url
2555 Downloads
A URL operation Class, including set query, get query, parse query, get domain and so on.
geo-url-lasac/route-url-parser
2 Downloads
2 simple classes to get an array of waypoints encoded in the url. And to get an url from the array of points back
mkocztorz/data-url-handler
1 Downloads
Handler for base64 encoded image data
kryuu-common/base64-url
6 Downloads
This is a simple library for encoding and decoding Base64Url, the basis of this is that the Base64 is not URL safe due to the characters `+`, `/` and `=`, so this encode replaces these characters with `=` to ``, `+` to `-` and `/` to `_` for the purpose of using it in the URL
dd/evolutioncms-snippets-ddstringtools
2 Downloads
Tools for modifying strings.
opulence/serialization
242 Downloads
The Aphiria serialization library
aphiria/serialization
881 Downloads
The Aphiria serialization library
yurijbogdanov/base64
1 Downloads
PHP Base64 (encode/decode) Library
prettyurl/prettyurl
15 Downloads
Class to create clean Urls for blogs, forums and other websites
mvccore/ext-view-helper-dataurl
56 Downloads
MvcCore - Extension - View - Helper - Data URL - get any file content by given relative or absolute path in data url format: `data:image/png;base64,iVBOR..`.
mascame/urlify
2890 Downloads
Port to Laravel4 of jbroadway's PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.
j0an/urlify
33 Downloads
Port to Laravel4 of jbroadway's PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.