Popular Packages
-
-
-
-
-
PHP
mouf/utils.common.sortable-interface
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!
-
PHP
mouf/utils.common.paginable-interface
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!
-
-
-
PHP
8ctopus/php-ga-measurement-protocol
Send data to Google Analytics from the server using PHP. This library fully implements GA measurement protocol.
-
-
-
-
-
HTML
fossar/htmlawed
htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies
-
PHP
mouf/magic-query
A very clever library to help you with SQL: generate prepared statements with a variable number of parameters, automatically writes joins... and much more!