Libraries tagged by characters
miniaturebase/runes
21 Downloads
A low-level string character analysis library for PHP.
mindplay/payload
24 Downloads
Encode and decode small data-payloads using filename and URL-safe characters
midnite81/alphacon
170 Downloads
Alphacon (or AlphabetConversion) converts characters in strings into different formats such as Nato Strings or Morse Code.
michielfb/magento2-vatid
76 Downloads
Remove unwanted characters (. , - and spaces) from entered VAT-numbers and remove the country prefix if it matches the entered country of the address.
mega6382/hab-encryption
19 Downloads
This class can encrypt and decrypt a string with a given key. It takes a given string and encrypts it by adding the code of o the characters in the string with the codes of the key string. The class can also do the opposite process by reverting to the original string using the same key. It can also encode the result encrypted string with base64 and store it on a file.
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.
lorenzoaversano/oss-onepiece
2 Downloads
A library for One piece characters
lorddashme/php-strong-password-generator
31 Downloads
A simple package that generate strong random characters that can be use for password.
liquidpl/blade-no-single-letter-words
3 Downloads
Adds a tag to Blade which pushes one character words in paragraphs to the next line.
lamansky/random-password
8 Downloads
Uses cryptographically-secure randomization to generate a password of a given length from given sets of characters.
kylemassacre/titan-banuser
9 Downloads
A module for Titan Framework to ban users and characters
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
khiemdd7692/sms-counter
45 Downloads
SMS Counter PHP Class Library which detects encoding of an SMS message text, counts the characters as per the encoding and gives page limit information.
jontynewman/html-filter
43 Downloads
A stream filter for converting special HTML characters.
jonnybarnes/unicode-tools
189 Downloads
Turns Unicode codepoints into raw utf-8 multibyte characters