Libraries tagged by exist
andrecorugda/synapse
21 Downloads
Self-hosted, data-driven app builder for Laravel + Filament: visual pages, typed collections + instant REST API, an n8n-style flow engine, end-user auth (SSO/2FA), and external data sources. Drops into an existing app as a configurable package that lives alongside it — prefixed tables, its own auth guard, an opt-in panel, routes that defer to yours. AI is an optional accelerator.
always-open/laravel-graphql-schema-generator
3236 Downloads
Generate GraphQL schema from existing Laravel models/database
alexstack/google-recaptcha-to-any-form
8190 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.
aldeebhasan/inventorix
458 Downloads
Modern inventory control for Laravel applications. Features include stock tracking, movement history, low stock alerts, and seamless integration with your existing models
ahrmerd/laravel-test-generator
426 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
nicokaiser/dyndns
631 Downloads
A simple dynamic DNS that updates an existing BIND
migrify/config-class-presence
4824 Downloads
Check NEON/YAML/TWIG/LATTE files for existing and missing classes
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.
johnbillion/ext
278 Downloads
WP-CLI command which checks the existence of PHP extensions needed to run WordPress.
gisostallenberg/php-to-7-aid
3297 Downloads
Tool to find and possibly fix backward incompatible changes in your existing codebase when upgrading to or preparing for PHP7
barryvdh/laravel-migration-generator
26188 Downloads
Generate migrations based on existing database
shyim/check-if-email-exists
208 Downloads
A PHP library to check if an email address exists and is deliverable
konekt/smarty3-include-if-exists
8543 Downloads
Smarty v3 plugin for specifying conditional inclusion of subtemplates within smarty templates
codezero/laravel-route-key-exists
149 Downloads
Laravel validation rule to check if a custom route key exists.