Libraries tagged by ru
antecedent/patchwork
14223828 Downloads
Method redefinition (monkey-patching) functionality for PHP.
hoa/compiler
13300465 Downloads
The Hoa\Compiler library.
timokoerber/laravel-one-time-operations
913216 Downloads
Run operations once after deployment - just like you do it with migrations!
spaze/phpstan-disallowed-calls
12831124 Downloads
PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.
spatie/fork
1098340 Downloads
A lightweight solution for running code concurrently in PHP
rlanvin/php-rrule
7800517 Downloads
Lightweight and fast recurrence rules for PHP (RFC 5545)
phpcompatibility/phpcompatibility-wp
22384667 Downloads
A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.
php-vcr/php-vcr
2619516 Downloads
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
php-di/phpdoc-reader
26811239 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
pheromone/phpcs-security-audit
2936452 Downloads
phpcs-security-audit is a set of PHP_CodeSniffer rules that finds vulnerabilities and weaknesses related to security in PHP code
phayes/geophp
8456954 Downloads
GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.
overtrue/phplint
10706645 Downloads
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.
mglaman/phpstan-drupal
22270370 Downloads
Drupal extension and rules for PHPStan
magento/magento-coding-standard
11355653 Downloads
A set of Magento specific PHP CodeSniffer rules.
intervention/validation
5202775 Downloads
Additional validation rules for the Laravel framework