Libraries tagged by echecks
pmigut/gtin-validator
181634 Downloads
This library is a set of static methods for GTIN validation. Methods return true if given string is publicly available GTIN-8, GTIN-12, GTIN-13 or GTIN-14 code. Checks include format, check digit and prefix.
plan2net/typo3-update-check
9574 Downloads
A Composer plugin that checks for TYPO3 updates and provides detailed information about breaking changes and security updates
pimlie/authres_status
4536 Downloads
This authres_status plugin checks the Authentication-Results headers of your emails and displays the verification status. The verification status is displayed when you read an email, but you can also add a column to your message list.
packagelist/closurecompiler-bin
42671 Downloads
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Packaged for composer.
mhujer/yaml-sort-checker
63172 Downloads
YAML sort checker checks if your YML files are properly sorted to prevent merge conflicts
mantraideas/laravel-env-doctor
2733 Downloads
LaravelEnvDoctor is a developer-friendly CLI tool for Laravel that checks your .env variables, validates the current environment, and ensures directory permissions are correctly set — helping you catch misconfigurations before they become problems.
leocavalcante/shape
105296 Downloads
Run-time type checks against plain old PHP arrays
juampi92/phecks
408762 Downloads
A package to run custom PHP checks
jord-jd/laravel-password-exposed-validation-rule
1031 Downloads
Laravel validation rule that checks if a password has been exposed in a data breach
jcrowe/bad-word-filter
45998 Downloads
PHP Bad word filtering. Checks for the existence of a bad word in a string or array.
glutnix/nz-bank-account-validation
77856 Downloads
A library that validates New Zealand bank account numbers (BECS numbers) as matching the format, within valid ranges, and contain a valid checksum.
generationtux/healthz
41482 Downloads
Health checks for PHP apps.
expalmer/php-bad-words
38556 Downloads
PHP Bad words filtering. Checks for existence of bad word in a string but checks too an alone word or among the string
erikwang2013/security-php
997 Downloads
A PHP security attack detection plugin with 31 stateless threat detectors and 4 cross-request identity checks (session hijack, unusual login, data tamper, brute-force lockout). Works with Laravel, Webman, ThinkPHP, and Hyperf, or with no framework at all via global functions.
emailsherlock/email-guard-core
17946 Downloads
Email-Guard core library for PHP: local email checks (syntax, reserved TLDs, disposable domains) plus optional escalation to the EmailSherlock Verify API.