Libraries tagged by url encode
mucts/urlencoder
9 Downloads
PHP兼容Java的urlencode实现
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.
smeghead/text-link-encoder
12 Downloads
A library that converts any string containing a URL (such as a user-entered string) into a html string containing url link. Non-URL parts are html-encoded.
hamidgh83/url_shortner
8 Downloads
URL shortener Base-X encoder/decoder
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
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
mkocztorz/data-url-handler
1 Downloads
Handler for base64 encoded image data
dd/evolutioncms-snippets-ddstringtools
2 Downloads
Tools for modifying strings.
viewflex/tiny
1138 Downloads
Provides generation and serving of shortened URLs in a Laravel application.
opulence/serialization
242 Downloads
The Aphiria serialization library
aphiria/serialization
881 Downloads
The Aphiria serialization library
sbsedv/input-converter
139 Downloads
A minimal PHP library to nativly support PUT, PATCH and DELETE user input in form of mutlipart/form-data, application/x-www-form-urlencoded and various JSON types like application/json with complex data structures (nested html forms).
beorn/base64url-tools
15 Downloads
Base64 URL-safe encoder/decoder. Also generates random tokens.
yurijbogdanov/base64
1 Downloads
PHP Base64 (encode/decode) Library