Libraries tagged by const
doctrine/instantiator
873759987 Downloads
A small, lightweight utility to instantiate objects in PHP without invoking their constructors
symfony/dependency-injection
448701124 Downloads
Allows you to standardize and centralize the way objects are constructed in your application
phar-io/version
773645729 Downloads
Library for handling version information and constraints
composer/semver
512997105 Downloads
Version comparison library that offers utilities, version constraint parsing and validation.
paragonie/constant_time_encoding
353794653 Downloads
Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)
symfony/var-exporter
399314367 Downloads
Provides tools to export, instantiate, hydrate, clone and lazy-load PHP objects
phpstan/phpstan-deprecation-rules
86148136 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
fig/http-message-util
95162389 Downloads
Utility classes and constants for use with PSR-7 (psr/http-message)
spaze/phpstan-disallowed-calls
21897916 Downloads
PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute, property & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.
phparkitect/phparkitect
4179018 Downloads
Enforce architectural constraints in your PHP applications
sanmai/di-container
4091263 Downloads
dependency injection container with automatic constructor dependency resolution
eventsauce/object-hydrator
2412424 Downloads
Converts structured data into strict objects.
barbieswimcrew/zip-code-validator
2422442 Downloads
Constraint class for international zipcode validation
zetacomponents/mail
1900626 Downloads
The component allows you construct and/or parse Mail messages conforming to the mail standard. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send mail or IMAP, POP3 or mbox to retrieve e-mail.
tomasvotruba/unused-public
3403616 Downloads
Detect unused public properties, constants and methods in your code