Libraries tagged by InspireCZ
jdrieghe/array-helpers
430208 Downloads
A collection of convenience methods to deal with arrays in php. Somewhat inspired by Laravel array helpers.
helhum/php-error-reporting
2537832 Downloads
Create ErrorException with clean trace from PHP error handler errors, inspired by Sentry PHP SDK
hafriedlander/phockito
262520 Downloads
PHP Mocking framework inspired by Mockito for Java
ginq/ginq
254600 Downloads
LINQ to Object inspired DSL for PHP
folklore/image
246391 Downloads
Image manipulation library for Laravel 5 based on Imagine and inspired by Croppa for easy url based manipulation
tonysm/turbo-laravel
62836 Downloads
Turbo Laravel gives you a set of conventions to make the most out of the Hotwire stack (inspired by turbo-rails gem).
icecave/collections
128972 Downloads
A PHP collection library loosely inspired by the .NET runtime and the C++ STL.
hotwired/turbo-laravel
46732 Downloads
Turbo Laravel gives you a set of conventions to make the most out of the Hotwire stack (inspired by turbo-rails gem).
inspiredminds/contao-glightbox
15849 Downloads
Contao extension to integrate GLightbox.
yokai/batch
28494 Downloads
Batch architecture library inspired by Akeneo Batch
yiiext/activerecord-relation-behavior
35675 Downloads
Inspired by and put together the awesomeness of many yii extensions that aim to improve saving of related records. Comes with 100% test coverage and well structured and clean code so it can savely be used in enterprise production enviroment.
uptime/uptime
41640 Downloads
Missing php uptime package inspired by python module uptime
takielias/codeigniter-websocket
7160 Downloads
CodeIgniter Websocket using Ratchet Websocket technology. Inspired by https://github.com/romainrg/ratchet_client
rg/injektor
71927 Downloads
Dependency Injection container inspired by google-guice
ps/fluent-traversable
25843 Downloads
Support for operating on collections and arrays by functional way. Inspired by guava's FluentIterable, java8 Stream framework and scala stuff