Libraries tagged by Mountain Clans
nbj/property-container
45663 Downloads
Utility library for making class that can contain properties
mouf/utils.i18n.fine.language-detection
17851 Downloads
Language detection is a PHP internationalisation package, it depends of translation-interface. This package contain many class to return a language select for internationalisation. It's could be with : Browser detection, fix language, data set in session, a link between domain name and language or a cascading of many solutions. The language can be used to translate message in fin or whatever.
90zlaya/php-library
536 Downloads
PHP Library is a set of classes that contain the most useful attributes and methods that facilitate the development of Web applications
phauthentic/optional
415 Downloads
PHP version of Javas Optional class, used to represent a container object which may or may not contain a non-null value.
pietdevries94/single-class-collection
21 Downloads
An abstract class which provides provides an collection which only can only contain objects of a single class
zver/extractor
19 Downloads
Helps you extract exe, msi, 7z, zip, rar, cab. Also contain Encoder class
rc/phpstorm-stubs
12 Downloads
STUBS are normal, syntactically correct PHP files that contain function & class signatures, constant definitions, etc. for all built in PHP stuff and most standard extensions
option/mac
6 Downloads
A class to contain a mac adress
alecrabbit/php-timers
90 Downloads
For functions benchmarking, contain counters and timers classes.
alecrabbit/php-simple-profiler
571 Downloads
For functions benchmarking, contain counters and timers classes.
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.