Libraries tagged by characters
minowu/jpgraph
44 Downloads
jpGraph, library to make graphs and charts, for chinese character
miniaturebase/runes
22 Downloads
A low-level string character analysis library for PHP.
mindplay/payload
25 Downloads
Encode and decode small data-payloads using filename and URL-safe characters
midnite81/alphacon
171 Downloads
Alphacon (or AlphabetConversion) converts characters in strings into different formats such as Nato Strings or Morse Code.
michielfb/magento2-vatid
77 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
20 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
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.
lorenzoaversano/oss-onepiece
4 Downloads
A library for One piece characters
lorddashme/php-strong-password-generator
32 Downloads
A simple package that generate strong random characters that can be use for password.
liquidpl/blade-no-single-letter-words
4 Downloads
Adds a tag to Blade which pushes one character words in paragraphs to the next line.
lastdragon-ru/glob-matcher
0 Downloads
Full-featured well-tested glob pattern parser and matcher: basic matching (`?`, `*`), globstar (`**`), extglob (`?(pattern-list)`, `*(pattern-list)`, `+(pattern-list)`, `@(pattern-list)`, `!(pattern-list)`), brace expansion (`{a,b,c}.txt`, `{1..3}.txt`, etc), dotglob, nocasematch, POSIX Named character classes (`[:alnum:]`, etc), POSIX Collating symbols (`[.ch.]`, etc), POSIX Equivalence class expressions (`[=a=]`, etc), and escaping.
lamansky/random-password
10 Downloads
Uses cryptographically-secure randomization to generate a password of a given length from given sets of characters.
kylemassacre/titan-banuser
10 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
jordanbrauer/runes
13 Downloads
A low-level string character analysis library for PHP.