Libraries tagged by const
doctrine/instantiator
759087104 Downloads
A small, lightweight utility to instantiate objects in PHP without invoking their constructors
phar-io/version
615465686 Downloads
Library for handling version information and constraints
paragonie/constant_time_encoding
246792128 Downloads
Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)
symfony/var-exporter
296542079 Downloads
Allows exporting any serializable PHP data structure to plain PHP code
symfony/dependency-injection
362322966 Downloads
Allows you to standardize and centralize the way objects are constructed in your application
composer/semver
395739481 Downloads
Semver library that offers utilities, version constraint parsing and validation.
phpstan/phpstan-deprecation-rules
54130578 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
fig/http-message-util
65316968 Downloads
Utility classes and constants for use with PSR-7 (psr/http-message)
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.
phparkitect/phparkitect
2266689 Downloads
Enforce architectural constraints in your PHP applications
league/construct-finder
2179434 Downloads
Finds classes, interfaces, traits, and enums.
eventsauce/object-hydrator
1538068 Downloads
Converts structured data into strict objects.
tomasvotruba/unused-public
2194077 Downloads
Detect unused public properties, constants and methods in your code
stefangabos/world_countries
87471 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
9846101 Downloads
Emulation of SCOPE_EXIT construct from C++