Libraries tagged by wiring
bcchicr/di-container
6 Downloads
A minimal PSR-11 compatible Dependency Injection Container with auto-wiring
ajaxray/magic
7 Downloads
Simple Auto-wiring, PSR-11 compliant Dependency injection library for PHP 8.
bluepsyduck/zend-autowire-factory
704 Downloads
A Zend factory implementation allowing for auto-wiring like in Symfony.
morrislaptop/laravel-queue-clear
2517026 Downloads
Command for wiping your queues clear
jlapp/smart-seeder
3075 Downloads
Smart Seeder adds the same methology to seeding that is currently used with migrations in order to let you seed in batches, seed to production databases or other environments, and to rerun seeds without wiping out your data.
karavasilev/cryptomanana
55 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
i2i8/yii2-wising
11 Downloads
ss-wiking/telegram-bot
1 Downloads
Working with Telegram bots has never been easier
ss-wiking/elastic-orm
7 Downloads
Elasticsearch ORM like Eloquent
jlapp-hatja/smart-seeder
330 Downloads
Smart Seeder adds the same methology to seeding that is currently used with migrations in order to let you seed in batches, seed to production databases or other environments, and to rerun seeds without wiping out your data.
neunerlei/container-autowiring-declaration
1946 Downloads
A declaration library to extend PSR-11 for dynamic auto-wring based on interfaces
jdavidbakr/multi-server-event
171366 Downloads
This package extends Laravel's native Command Event class to allow for managing events fired on the same system with multiple servers, preventing an event from firing more than once
mwstake/mediawiki-component-events
15744 Downloads
Mechanism for firing events
wfeller/laravel-batch
3926 Downloads
Insert, update or delete models in batch, while still firing model events.