Libraries tagged by Rurl
codezero/laravel-route-key-exists
147 Downloads
Laravel validation rule to check if a custom route key exists.
codefareith/cf-beskin
880 Downloads
Define your own css rule-sets for the TYPO3 CMS backend.
codaxis/cakephp-multivalidation-behavior
18 Downloads
A CakePHP behavior that allows easy modifying of validation rules on the fly.
chr0n1x/php_codesniffer_tests
15718 Downloads
A test lib that can easily be required & used in custom PHP_CodeSniffer rulesets
chitranu/google-recaptcha
2558 Downloads
Easily validate recaptcha responses in Laravel. A handy validation rule for validating the reCAPTCHA token in the form requests.
cdmckay/pajama
233 Downloads
A PHP model validator compatible with the jQuery Validation plugin that allows for shared validation rules (in JSON) between JavaScript and PHP.
buddypress/bp-coding-standards
12330 Downloads
PHP_CodeSniffer rules (sniffs) to enforce BuddyPress minimum coding conventions
bitexpert/phpstan-sylius
17 Downloads
Sylius extensions and rules for PHPStan
barryvanveen/php-cca
98 Downloads
Create two-dimensional Cyclic Cellular Automaton with PHP. Export results as (animated) images. Includes presets of working rules.
bangerkuwranger/magento-2-coupon-code-api
104 Downloads
API Methods for generating a coupon code for a given cart price rule
aoepeople/aoe_fraudmanager
492 Downloads
Rule based fraud management for Magento
antipodes/php-cs-fixer-config-antipodes
3789 Downloads
Provides a configuration factory and multiple rule sets for Antipodes Medical.
alanscott75/rector-laravel
637 Downloads
Some Laravel Rules for Rector
ahrmerd/laravel-test-generator
175 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
aharisu/generate-form-request-phpdoc
2388 Downloads
Generate PHPDoc properties automatically based on the rules specification of the FormRequest class