Libraries tagged by settings class
passport-it/forceutf8
34 Downloads
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.
nnekipelov/forceutf8
0 Downloads
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.
neoseeker/url-campaignify
36 Downloads
A PHP class to help add Google Analytics campaigns to standalone URLs and URLs inside strings (such as emails)
mschreiber/earl
7 Downloads
Earl is a single class library for parsing, building, modifying, and printing URL strings.
milantex/tpc
14 Downloads
This project provides a mechanism to specify types for class properties. Also, property types have additional parameters, such as the regular expression pattern for strings, minimum and maximum value for integers etc. The special setter method handles type checking and will set the given value only if it is valid for the given type and its additional parameters. Check the documentation for an example.
lukeusher/forceutf8
16 Downloads
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.
labcake/path
16 Downloads
A class made in PHP7 inspired by nodes path module, for modify and create path strings, also read folder/file information.
jklein/string-utils
21 Downloads
A basic class providing some utility functions for manipulating strings
jackie/sorted-linked-list
6 Downloads
Class with sorted single linked list that can contain either integers or strings. Includes function for insert, update, read, count, and delete data.
gregpriday/php-version
2 Downloads
A simple, powerful PHP class for parsing, validating, and comparing semantic version strings.
gevorgmelkumyan/image-file
59 Downloads
The lib contains ImageFile class that allows to create and save image files provided by base64 formatted stringsencoded strings.
garrettw/stringobject
6 Downloads
PHP class that wraps most if not all of the string manipulation functions, so that you can work with strings as objects
designbycode/levenshtein-distance
110 Downloads
The LevenshteinDistance class provides a method to calculate the Levenshtein distance between two strings. The Levenshtein distance is a measure of the minimum number of single-character edits (insertions, deletions, or substitutions) required to change one word into the other.
chrissileinus/template-php
22 Downloads
A template engine to generate strings from a template. Also it is possible to colorize parts with ANSI codes with the help of the ansiPHP class.
bradleyboy/range-converter
92 Downloads
Simple class that creates compact string representations of integer arrays. Can also convert those strings back to an array.