Libraries tagged by drone
luezoid/laravel-core
2176 Downloads
A feature rich Laravel package which provides fast & flexible way to quickly build powerful RESTful APIs. Various other features like queries & filters over nested complex relationships between models can be done on the go using this package. Read the docs for more info.
automattic/liveblog
2 Downloads
Liveblogging done right. Using WordPress.
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.
malkusch/php-autoloader
1352 Downloads
This autoloader supports every autoloadable PHP feature up to PHP 5.4’s traits. It find’s every class, interface or traits definition in any situation. No matter what convention is used. The autoloader is index based. After building the index there will be no performance issue. The building is done dynamically. There is no explicit need of calling a build script. For the sake of comfortability there exists a script for prebuilding an index.
laravelba/route-binder
46637 Downloads
Laravel route binding, done right.
guiwoda/route-binder
306 Downloads
Laravel route binding, done right.
dhii/collections-abstract-base
2868 Downloads
Collection base classes that do not depend on other non-collection packages, on which there is a dependency of other collection packages that depend on this package. This is done to avoid circular reference in the collection toolchain
omatech/laravel-done-jobs
1320 Downloads
Quick way to save jobs that have been created without any problem. The antithesis of failed jobs.
ghanem/dtone
159 Downloads
A package that provides an interface between Laravel and DT One DVS API
done/php-altcoinrpc
71 Downloads
Altcoin JSON-RPC client based on GuzzleHttp
spriebsch/domain-event
64 Downloads
Domain Events, Done Right.
rxu/firstpostoneverypage
3 Downloads
Allows to show the first post of a topic on top of its every page. This can be done by checking the relevant checkbox in the post options while creating a new topic or editing the first post of existing one. Also, you can set the first post to be always on top of every topic on per-forum basis by setting the relevant option on forum admisitration page (while creating a forum or editing settings for existing forum).
netstudio/loki
5699 Downloads
Laravel localization done right.
netinfluence/upload-bundle
334 Downloads
Get a multiple file AJAX upload done in minutes
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.