Libraries tagged by settings class
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
376 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.
basteyy/php-stringer
51 Downloads
A simple php class which provides a few function for manipulating strings, get random strings and work with times/datetime objects.
bakgul/kernel
232 Downloads
This is a helper package, and it isn't meant to be used independently. That being said, it contains some nice helper classes to deal with the file system, strings, arrays, naming conventions, etc. If you need such functionalities, you may find this package helpful. On the other hand, its real purpose is to collect some classes and methods that are being used by multiple packages that are part of Packagified Laravel.
aubiplus/seo
2349 Downloads
In your view scripts or controller actions, often it is necessary to convert strings to perform well in urls. You can use this helper classes to perform these behaviors for you.
adnanmula/forceutf8
6205 Downloads
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.
yunait/forceutf8
16107 Downloads
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.
unreal4u/string-operations
25 Downloads
This class is a collection of functions that deals with strings
mrsuh/php-var-sizeof
12381 Downloads
Provides functions for getting full size of any PHP variable