Libraries tagged by string case
bitandblack/base64-string
105 Downloads
Encodes files to base64 strings and decodes base64 strings to files.
skgroup/php-std-dynamic-string
6 Downloads
PHP Template based random string generator
projct1/laravel-validation-base64
1 Downloads
Missing laravel validation rules for base64 encoded strings and files.
perf/base64-url-encoder
34 Downloads
Allows to generate URL compliant base64-encoded strings.
fwolf/base-converter
492 Downloads
Convert number (string format) between base 2 and 62
beekalam/base64_image_helper
11 Downloads
Save base64 encoded string to image file.
loadsys/cakephp-libregistry
11925 Downloads
The LibRegistry provides a mechanism for loading and storing instances of non-Cake PHP libraries. It works a lot like Cake 3's TableRegistry. Object instances can be requested by name and instantiated automatically, or can be loaded into the registry manually.
helium/calendar-store
8 Downloads
A library for storing, retrieving, and expanding calendar events
mega6382/base64
8 Downloads
This class can encode and decode data in base64 in pure PHP. It can take a data string and encode it using the base64 algorithm. The class can also do the opposite, i.e. decode base64 encoded data and return the original data string.
ajepe/base62
8 Downloads
base62 encode integer as a string and decode the string back to an integer
spaceboy/base20
16 Downloads
Encodes and decodes numbers to alphabetical strings
ridwanpr/string-masker
4 Downloads
A php library for masking sensitive data (e.g., credit card numbers, emails, etc.) based on specific patterns.
orware/compressed-string
734 Downloads
Based on the wonderful work by Tom Westcott (https://packagist.org/packages/cyberdummy/gzstream) which provided most of the functionality I required. Allows for gzip compressed string streams to be used for holding data. This project was created because I wanted a way to store large database result sets more easily in memory (especially ones that were just going to be output as JSON in an API response), since using a regular PHP array resulted in large memory usage.
mfonte/base62x
288 Downloads
A Base62x PHP implementation library, that can be used in frameworks like Laravel, that supports encoding/decoding of strings, arrays, objects, and binary resources. It also supports Gzip compression/decompression and symmetric encryption.
efrane/base-x
589 Downloads
Convert numbers to and from roman numeric strings.