Libraries tagged by duer
derekmd/laravel-dusk-firefox
73395 Downloads
Run Laravel Dusk tests in a Firefox browser
webfactory/exceptions-bundle
1222526 Downloads
Building blocks for more user-friendly error pages, plus a simple controller to display error pages during development (helpful prior to Symfony 2.6.3)
tomloprod/time-warden
8783 Downloads
TimeWarden is a lightweight PHP library that enables you to monitor the processing time of tasks and task groups (useful during the development stage). Additionally, it allows you to set maximum execution times to tasks, empowering proactive actions when tasks exceed their planned duration.
symfony/fake-chat-notifier
132374 Downloads
Fake Chat (as email or log during development) Notifier Bridge.
scriptfusion/pip
7689 Downloads
Immediately prints exceptions and assertion failures during testing.
rdx/behat-variables
2183046 Downloads
Store variables across Scenarios during Behat testing
phpfastcache/riak-client
5710395 Downloads
Riak client for PHP (Fork of the official basho/riak due to maintainer significant inactivity)
php-http/vcr-plugin
221113 Downloads
Record your test suite's HTTP interactions and replay them during future test runs.
philippemarcmeyer/fieldslinker
67152 Downloads
Designed for matching files headers to database fields during the process importing. Allows drawing links between elements of 2 lists.
oxid-esales/oxideshop-demodata-installer
923108 Downloads
This tool is used to copy pictures from demo data repository to OXID eShop, during setup process.
ezsystems/ezpublish-kernel
572458 Downloads
Kernel used by ezsystems/ezplatform and derivatives. Provides the Content Repository, its APIs, and the application's Symfony framework integration.
eliashaeussler/version-bumper
186165 Downloads
Composer plugin to bump project versions during release preparations
christophrumpel/laravel-command-file-picker
65429 Downloads
This package lets a user pick a file or class from a list during a Laravel command.
causal/image_autoresize
358646 Downloads
Simplify the way your editors may upload their images: no complex local procedure needed, let TYPO3 automatically resize down their huge images/pictures on-the-fly during upload (or using a command for batch processing) and according to your own business rules (directory/groups). This will highly reduce the footprint on your server and speed-up response time if lots of images are rendered (e.g., in a gallery). Features an EXIF/IPTC extractor to ensure metadata may be used by the FAL indexer even if not preserved upon resizing.
badoo/soft-mocks
33885 Downloads
The idea behind "Soft Mocks" - as opposed to "hardcore" mocks that work on the level of the PHP interpreter (runkit and uopz) - is to rewrite class code on the spot so that it can be inserted in any place. It works by rewriting code on the fly during file inclusion instead of using extensions like runkit or uopz.