Libraries tagged by user roles
becklyn/rector
4461 Downloads
A collection of various refactoring rules for projects that use Rector and mainly Symfony
contributte/code-rules
11275 Downloads
Codesniffer & phpstan prepared configs for easy-to-use. Rewritten by contributte's authors.
skynettechnologies/silverstripe-allinoneaccessibility
32 Downloads
All in One Accessibility widget improves Silverstripe website ADA compliance and browser experience for ADA, WCAG 2.1 & 2.2, Section 508, Australian DDA, European EAA EN 301 549, UK Equality Act (EA), Israeli Standard 5568, California Unruh, Ontario AODA, Canada ACA, German BITV, France RGAA, Brazilian Inclusion Law (LBI 13.146/2015), Spain UNE 139803:2012, JIS X 8341 (Japan), Italian Stanca Act and Switzerland DDA Standards.It uses the accessibility interface which handles UI and design related adjustments. All in One Accessibility app enhances your Silverstripe website accessibility to people with hearing or vision impairments, motor impaired, color blind, dyslexia, cognitive & learning impairments, seizure and epileptic, and ADHD problems.
andersonfreitas/annotationrules
535 Downloads
Library to read the annotations of a class to use it as validation of a request for php.
rolebi/composer-dependencies-security-checker
7105 Downloads
A composer script that use Sensio Labs Security advisories checker API to check known vulnerabilities of your dependencies whenever you update and/or install them using composer.
lst/typo3-phpcsfixer
183 Downloads
The PHP Coding Standards Fixer rules used for LST TYPO3 projects
eolica/coding-standard
167 Downloads
PHP Coding Standard rules we use at Eolica Digital
ory/oathkeeper-client-php
86 Downloads
ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
kalshah/laravel-validation-html-attributes
12 Downloads
Use laravel backend validation rules as html validation attributes.
marshmallow/nova-tool-data-importer
97 Downloads
A fully-fledged Excel & CSV import tool for Laravel Nova. The importer will use your own validation rules on every row. It can run in browser and in queued jobs. When running as a job, events will fire to let you know what is happening.
chr0n1x/php_codesniffer_tests
15715 Downloads
A test lib that can easily be required & used in custom PHP_CodeSniffer rulesets
juststeveking/fluent-validation
568 Downloads
Fluent Validation is a helper package, that allows you to use sensible defaults for your Laravel validation rules.`
kama812/laravel-comments
35 Downloads
Comments system for your Laravel application. Features: can be used to comment on any model, HTML filter customization (HTMLPurifier), API, comment rating, replies, events, auth rules ...
hassanalisalem/querybuilder
65 Downloads
This package is used to build a query from jQuery Query builder plugin rules.
ahrmerd/laravel-test-generator
174 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