Libraries tagged by url encoder
mascame/urlify
2892 Downloads
Port to Laravel4 of jbroadway's PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.
cogpowered/shortener
239 Downloads
Encodes integers as short string and back. Useful in URL shorteners.
terpomoj/base64-url-helpers
906 Downloads
Provides base64_url_encode/base64_url_decode.
scitotec/url-decode-env-var-processor-bundle
352 Downloads
Symfony Environment Variable Processor for decoding url-encoded strings
donnikitos/url
77 Downloads
PHP URL class to parse, construct, normalize, and encode URLs - but just like in JavaScript
rayful/url
2562 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
iammordaty/guzzle-urlencoded-response-middleware
19 Downloads
Simple Guzzle 6.x URL-encoded response middleware
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
codegor/laravel-file-process
63 Downloads
Laravel file receive with base64 encode, store it and generate file url. Than you can get the file with the url
yurijbogdanov/base64
2 Downloads
PHP Base64 (encode/decode) Library