Libraries tagged by exif
drupal/core-datetime
162 Downloads
This class wraps the PHP DateTime class with more flexible initialization parameters, allowing a date to be created from an existing date object, a timestamp, a string with an unknown format, a string with a known format, or an array of date parts. It also adds an errors array and a __toString() method to the date object.
dpeuscher/util
7837 Downloads
Code that extends existing basic PHP-functionality
curfle/polyfill
2071 Downloads
A collection of useful tools for augmenting existing php frameworks, libraries and projects.
creode/magic-login
373 Downloads
A plugin which sits on top of the existing
chirripo/chirripo
13065 Downloads
Chirripo is an open source docker containers setup to be added easily to any existing php project.
braincrafted/background-process
6116 Downloads
Start processes in the background that continue running when the PHP process exists.
bluebranch/bilder-alt
64 Downloads
Automatically create accessible and SEO-friendly alt texts directly when uploading images in Contao – powered by AI and optional SEO keywords. Our extension for the Contao CMS saves time, improves your image descriptions, and integrates into your existing workflow.
bagf/dynamic
11820 Downloads
Versatile Dynamic/Hybrid class generator library which can used when existing classes or objects that need to be evolved at a runtime.
alrik11es/object-dot-notation
4503 Downloads
Object dot notation for PHP with key existence validation
alexstack/google-recaptcha-to-any-form
7509 Downloads
Display a Google Recaptcha v2 or v3 or invisible in any custom form with flexible settings and no affection to your existing code. Also works well for SilverStripe 4.x/3.x/2.x & Laravel & Wordpress & other CMS.
ahrmerd/laravel-test-generator
173 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package
ollieread/laravel-repositories
9 Downloads
A package that exists to show you that repositories don't have to be over complicated
novactive/ezsiteaccessfactorybundle
2167 Downloads
eZPlatform bundle that will allow you to create SiteAccess (website) on the fly on top of an existing eZ Platform instance
nicokaiser/dyndns
615 Downloads
A simple dynamic DNS that updates an existing BIND
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.