🌐
GitHub
gist.github.com › muffycompo › a378dcfa73c3cf354eb8
PHP Helper functions for Safe Base64 URL encode · GitHub
Encode: https://github.com/firebase/php-jwt/blob/feb0e820b8436873675fd3aca04f3728eb2185cb/src/JWT.php#L350
🌐
GitHub
gist.github.com › dtipson › 5636204
url_encode.php · GitHub
May 23, 2013 - Forked from douglasback/url_encode.php · Created · May 23, 2013 · Star 1 · Fork 0 · Star · Embed · What would you like to do? Embed Embed this gist in your website. Share Copy sharable link for this gist. Clone via HTTPS Clone with Git or checkout with SVN using the repository’s web address.
🌐
GitHub
github.com › longbill › urlencode-for-php
GitHub - longbill/urlencode-for-php: encode object/array to php-like query string · GitHub
encode object/array to php-like query string. Contribute to longbill/urlencode-for-php development by creating an account on GitHub.
Author   longbill
🌐
GitHub
github.com › rkallensee › URLcrypt
GitHub - rkallensee/URLcrypt: PHP library to securely encode and decode short pieces of arbitrary binary data in URLs.
November 7, 2014 - PHP library to securely encode and decode short pieces of arbitrary binary data in URLs. - GitHub - rkallensee/URLcrypt: PHP library to securely encode and decode short pieces of arbitrary binary data in URLs.
Forked by 61 users
Languages   PHP 100.0% | PHP 100.0%
🌐
GitHub
github.com › php › doc-en › blob › master › reference › url › functions › urlencode.xml
doc-en/reference/url/functions/urlencode.xml at master · php/doc-en
the separator. You don't need to change PHP's arg_separator for this. Leave it as &amp;, but simply encode your URLs using · <function>htmlentities</function> or · <function>htmlspecialchars</function>. </para> </note> </refsect1> ·
Author   php
🌐
GitHub
github.com › Spomky-Labs › base64url
GitHub - Spomky-Labs/base64url: Base64 URL Safe Encoding/Decoding PHP library · GitHub
Base64 URL Safe Encoding/Decoding PHP library. Contribute to Spomky-Labs/base64url development by creating an account on GitHub.
Starred by 154 users
Forked by 13 users
Languages   PHP
🌐
GitHub
github.com › aarondfrancis › URLcrypt
GitHub - aarondfrancis/URLcrypt: PHP library to securely encode and decode short pieces of arbitrary binary data in URLs. · GitHub
PHP library to securely encode and decode short pieces of arbitrary binary data in URLs. - aarondfrancis/URLcrypt
Starred by 98 users
Forked by 23 users
Languages   PHP
🌐
GitHub
github.com › yowcow › php-mime-base64-urlsafe
GitHub - yowcow/php-mime-base64-urlsafe: PHP-version of URL safe base64 encoding/decoding · GitHub
PHP-version of URL safe base64 encoding/decoding. Contribute to yowcow/php-mime-base64-urlsafe development by creating an account on GitHub.
Author   yowcow
🌐
GitHub
gist.github.com › francis94c › d34945a7d99629fba647330ad97de413
PHP Base 64 URL Encode String · GitHub
PHP Base 64 URL Encode String. GitHub Gist: instantly share code, notes, and snippets.
Find elsewhere
🌐
GitHub
gist.github.com › msegu › bf7160257037ec3e301e7e9c8b05b00a
URL/URI full encoding · GitHub
URL/URI full encoding · Raw · toURI.php · This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters ·
🌐
GitHub
github.com › ElfSundae › urlsafe-base64
GitHub - ElfSundae/urlsafe-base64: URL safe base64 encoding for PHP.
URL safe base64 encoding for PHP. Contribute to ElfSundae/urlsafe-base64 development by creating an account on GitHub.
Author   ElfSundae
🌐
GitHub
github.com › topics › urlencode
urlencode · GitHub Topics
javascript c java php base64 base32 symbols base16 base62 urlencode urldecode base62x ... A simple defensive library to encode/decode URL components.
🌐
GitHub
gist.github.com › 761bf57601c451b7d7f2
[php]base64_url_encode() and base64_url_decode · GitHub
[php]base64_url_encode() and base64_url_decode. GitHub Gist: instantly share code, notes, and snippets.
🌐
GitHub
github.com › php › php-src › blob › master › ext › standard › url.c
php-src/ext/standard/url.c at master · php/php-src
PHPAPI void php_url_encode_to_smart_str(smart_str *buf, char const *s, size_t len, bool raw) { size_t start_length = smart_str_get_len(buf); size_t extend = zend_safe_address_guarded(3, len, 0); char *dest = smart_str_extend(buf, extend); size_t length = php_url_encode_impl((unsigned char *) dest, s, len, raw); ZSTR_LEN(buf->s) = start_length + length; } ·
Author   php
🌐
GitHub
github.com › topics › php-encode
php-encode · GitHub Topics · GitHub
php encoding hash secure encode decode sha512 sha3-512 aes-256-cbc php-functions php-decode php-encode
🌐
GitHub
github.com › cesargb › php-encoding
GitHub - cesargb/php-encoding: Encode php files · GitHub
construct($encoding_to = 'UTF-8', $encodings_detected = 'UTF-8,ISO-8859-1,WINDOWS-1252'); EncodeFile($fileR, $fileW, &$encoding_original, &$encoding_final); This is an example: '''php include 'src/codification.php'; $codification = new ...
Author   cesargb
🌐
GitHub
github.com › pp19dd › RLE-URL-Encoder---Decoder
GitHub - pp19dd/RLE-URL-Encoder---Decoder: Tiny PHP and JavaScript library that decodes/encodes (and shrinks) long query strings (ie: country checkboxes) with simple run-length encoding
October 24, 2011 - ================================================================================ RLE URL Encoder/Decoder ================================================================================ Author: Dino Beslagic (pp19dd at gmail.com) Homepage: ...
Author   pp19dd
🌐
GitHub
gist.github.com › blacksmoke26 › e6d01c0b8fe9c8ec13e9
Multibyte URL-encode according to UTF-8 · GitHub
Multibyte URL-encode according to UTF-8. GitHub Gist: instantly share code, notes, and snippets.