Libraries tagged by coast
phar-io/version
597881132 Downloads
Library for handling version information and constraints
paragonie/constant_time_encoding
237004057 Downloads
Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)
symfony/var-exporter
285932512 Downloads
Allows exporting any serializable PHP data structure to plain PHP code
symfony/dependency-injection
353590475 Downloads
Allows you to standardize and centralize the way objects are constructed in your application
composer/semver
383473693 Downloads
Semver library that offers utilities, version constraint parsing and validation.
phpstan/phpstan-deprecation-rules
51485673 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
fig/http-message-util
62729831 Downloads
Utility classes and constants for use with PSR-7 (psr/http-message)
spaze/phpstan-disallowed-calls
12129047 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.
phparkitect/phparkitect
2133225 Downloads
Enforce architectural constraints in your PHP applications
league/construct-finder
2010832 Downloads
Finds classes, interfaces, traits, and enums.
eventsauce/object-hydrator
1425133 Downloads
Converts structured data into strict objects.
barbieswimcrew/zip-code-validator
1724301 Downloads
Constraint class for international zipcode validation
tomasvotruba/unused-public
1999642 Downloads
Detect unused public properties, constants and methods in your code
stefangabos/world_countries
83260 Downloads
Constantly updated lists of world countries, territories and areas of geographical interest, with associated alpha-2, alpha-3 and numeric codes as defined by the ISO 3166-1 standard, available in multiple formats and languages, with national flags included
phplang/scope-exit
9557178 Downloads
Emulation of SCOPE_EXIT construct from C++