Libraries tagged by Taka
takielias/tablar-crud-generator
3965 Downloads
Laravel Tablar Crud Generator based on https://github.com/takielias/tablar
takielias/codeigniter4-websocket
1982 Downloads
Websocket using Ratchet Websocket technology for CodeIgniter 4
takepart-media/statamic-oreos
13484 Downloads
Cookie consent manager for Statamic 3
takeit/amp-html-bundle
52110 Downloads
Provide AMP HTML conversion to your Symfony2/Symfony3 projects.
tabacitu/consoletvs-charts-temp
25844 Downloads
Temporary Archive of ConsoleTVs/Charts (aka Chartisan/Charts) v6.5.6
tinect/flysystem-garbage
9317 Downloads
Flysystem Adapter to move files into garbage folder when specific actions are taken
tastyigniter/ti-ext-automation
8206 Downloads
Configure automation rules to be triggered when other specific actions have taken place.
sourcebroker/imageopt
42714 Downloads
Optimize images created/resized by TYPO3 so they take less space. Safe as it does not optimize original images.
rossjcooper/laravel-dusk-visual-assert
4430 Downloads
Adds assertions to compare screenshots taken during Laravel Dusk tests
rakshitbharat/queuefy
861 Downloads
This package will take care of Queue from Cron Job it self.
optimistex/math-expression
4672 Downloads
Taken from http://www.phpclasses.org/browse/file/11680.html, cred to Miles Kaufmann
ohansyah/laravelbenchmark
319 Downloads
Measure the number of milliseconds it takes for the given callbacks to complete. This code is from the laravel 9.x helper benchmarking (https://laravel.com/docs/9.x/helpers#benchmarking) PR by by Nuno Maduro https://github.com/laravel/framework/pull/44252. Rewrite intend to run it on old php and laravel legacy project
nbj/stopwatch
34882 Downloads
Library for measuring how long code takes to execute
mouf/utils.common.sortable-interface
207644 Downloads
This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it!
mouf/utils.common.paginable-interface
207652 Downloads
This package contains an interface used by objects to say they can paginate data. The concept is very simple, the object implements a paginate method that takes a limit and an offset, and that's it!