Libraries tagged by drone
n0nag0n/super-model
11 Downloads
A simple base model you can extend to reduce your hard coded SQL queries and get 90% of your db requests done quick.
minibase/minibase
104 Downloads
Minimal extensible framework for PHP - done right.
maranathachristianuniversity/sat-console
2056 Downloads
Advanced console util that make sat-framework get things done right
isolate/isolate
4125 Downloads
Isolate is an abstraction layer for data persistence. Operations related to tracking changes and saving data are done in transactions which makes your code not aware of sotrage type.
illagrenan/nette-navigation-control
375 Downloads
Control pro Nette Framework usnadňující tvorbu menu a drobečkové navigace
grofftech/wp-migrator
297 Downloads
A WordPress plugin for facilitating database schema and data updates to be done with code
fieldnation/fieldnation-sdk
287 Downloads
An SDK to Get Work Done
enlighten/framework
150 Downloads
A lightweight PHP micro framework that helps you get shit done.
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.
claudiucreanga/magento2-import
56 Downloads
Magento2 extension that imports products and stock from a file via a cron (the import can be done manually too)
burakboz/cyberlink
52 Downloads
Fills the missing CyberPanel API. Warning: It's not an API or API service. It uses ssh and sftp protocols to get job done and requires root access to server.
andyabih/laravel-fake-api
236 Downloads
Generate dummy API endpoints from a simple PHP array. No more waiting for the backend to be done before working on the frontend.
alagaccia/mailer-transport
34 Downloads
Custom Laravel mail transport that delivers messages through a mailer HTTP API. Registers the mailer automatically with a configurable name: set MAIL_MAILER and you are done.
aihimel/laravel-waiting-request
9 Downloads
A simple implementation for holding request untill a job or background process is done.
mpyw/laravel-transaction-observer
3414 Downloads
Observe delayed events and fire them after ALL transactions are done.