Libraries tagged by on the fly
dg/bypass-finals
18023957 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
mexitek/phpcolors
2821227 Downloads
A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.
mtvs/eloquent-hashids
324408 Downloads
On-the-fly hashids for Laravel Eloquent models.
javoscript/laravel-macroable-models
524641 Downloads
A package for adding methods to Laravel models on the fly
fahlisaputra/laravel-minify
84522 Downloads
Minify your blade views, html, css and obfuscate js files on the fly. Lightweight minifier for your Laravel project.
daux/daux.io
163809 Downloads
Documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly
spicyweb/craft-quick-field
31447 Downloads
Create Craft CMS fields on the fly while designing field layouts
smic/dynamic-routing-pages
84831 Downloads
Generates "limitToPages" configuration for your enhancers on the fly so you don't need to hardcode it.
grandt/phpzipmerge
723419 Downloads
Merge and stream multiple Zip files on the fly.
codebar-ag/laravel-prerender
143422 Downloads
Laravel middleware for prerendering javascript-rendered pages on the fly for SEO
clarifynl/responsive-pics
14258 Downloads
Responsive Pics is a Wordpress tool for resizing images on the fly.
causal/image_autoresize
344575 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
32971 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.
meenie/munee
43823 Downloads
Standalone PHP 5.3 Asset Optimisation & Manipulation - On-The-Fly Image Resizing, On-the-fly LESS, SCSS, CoffeeScript Compiling, CSS & JavaScript Combining/Minifying, and Smart Client Side and Server Side Caching
flyhjaelp/laravel-eloquent-orderable
2947 Downloads
Make your Eloquent models orderable by using the orderable trait on them. Which automatically updates the order of all other models within it's group when the order of a current model is updated or a new model insereted or deleted.