Libraries tagged by Verty
onoi/callback-container
549034 Downloads
A very simple callback container/builder library
nielse63/phpimagecache
13361 Downloads
Image Cache is a very simple PHP module that accepts an image source and will compress and cache the file, move it to a new directory, and return the cache source for the image.
mouf/utils.value.value-interface
562375 Downloads
This package contains an interface used by many objects to say they represent a value that can be computed. The concept is very simple, and very powerful at the same time.
mouf/utils.common.sortable-interface
270122 Downloads
This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it!
mouf/utils.common.paginable-interface
270129 Downloads
This package contains an interface used by objects to say they can paginate data. The concept is very simple, the object implements a paginate method that takes a limit and an offset, and that's it!
lysice/php-simple-html-dom-parser
52904 Downloads
Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
kamisama/monolog-init
962859 Downloads
Very basic and light Dependency Injector Container for Monolog
jstewmc/stream
170230 Downloads
Stream a very large text file or string character-by-character
eleirbag89/mastodonbotphp
7974 Downloads
A very simple PHP Mastodon API for sending statuses
drnxloc/laravel-simple-html-dom
381528 Downloads
Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
dmstr/yii2-filemanager-widgets
64397 Downloads
A very smart filemanager to manage your files in the browser developed in AngularJS with Material-Design
contributte/qa
329250 Downloads
Tuned & very strict coding standards for PHP projects. Trusted by Contributte, Apitte, Nettrine and many others.
cheprasov/php-memcached-tags
144780 Downloads
MemcachedTags for PHP is a mechanism for adding tags to keys in Memcached. It is very useful, if you need to select or delete some keys by tags. And tags are really useful for group invalidation.
charm/uuid
28581 Downloads
A very fast and dependency free library to generate UUIDs (GUIDs) version 1 or 4, sortable UUIDs that validates, or 64 bit unique identifiers according to Twitters' Snowflake, Sonyflake or Instaflake algorithms.
byjg/micro-orm
50614 Downloads
A micro framework for create a very simple decoupled ORM. This library intended to be very small and very simple to use