Libraries tagged by tave
tastyigniter/ti-ext-automation
11957 Downloads
Configure automation rules to be triggered when other specific actions have taken place.
slepic/psr-http-message-tracy-panel
17662 Downloads
A panel for Tracy, that traces PSR HTTP messages travelling between your PHP backend and other HTTP servers.
platine-php/template
4906 Downloads
Platine Template is a template engine that has taken a lot of inspiration from Django.
pflorek/elevator
15108 Downloads
Flattens a multi-dimensional array or any \Traversable into a one-dimensional array. Elevates an one-dimensional or any \Traversable to a multi-dimensional array.
optimistex/math-expression
5612 Downloads
Taken from http://www.phpclasses.org/browse/file/11680.html, cred to Miles Kaufmann
omaralalwi/laravel-taxify
207 Downloads
Laravel Taxify provides a set of helper functions and classes to simplify tax (VAT) calculations within Laravel applications. that allow developers to easily integrate tax calculation functionalities into their projects. it's offers a straightforward and efficient solution Designed to streamline the process of handling taxes.
nbj/stopwatch
39378 Downloads
Library for measuring how long code takes to execute
muqsit/asynciterator
2100 Downloads
A virion that simplifies writing tasks that traverse iterators
mouf/utils.common.sortable-interface
223481 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
223489 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!
mouf/mvc.splash-common
357150 Downloads
Splash is a PHP router. It takes an HTTP request and dispatches it to the appropriate controller.
michaeljennings/snapshot
7241 Downloads
A PHP package that takes a snapshot of your application and allows you to retrieve it later to help with debugging.
kolyasiryk/yii2-date-behavior
22112 Downloads
This behavior makes it easy to save and to take date in correct format.
jcnventura/pharborist
116551 Downloads
Pharborist builds a syntax tree for PHP that can be traversed and manipulated.
g4/http
70832 Downloads
g4 http request and response objects, for now taken and edited from ZF1