Libraries tagged by constants
jesseschalken/autoload-generator
26652 Downloads
Generates classmap-based include/autoload files for PHP projects, with support for functions and constants.
henderjon/weights_and_measures
88747 Downloads
a set of useful numbers defined as constants
ctw/ctw-http
112609 Downloads
This package provides utility classes and constants to facilitate common operations of PSR-7 and a group of exceptions which represent HTTP status codes.
codebot/phpenum
18705 Downloads
Enum helper, that will help you to define Enum types easily by defining just constants.
bartlett/php-compatinfo-db
81827 Downloads
Reference Database of all functions, constants, classes, interfaces on PHP standard distribution and about 110 extensions
activecollab/configfile
51129 Downloads
Get constants from a configuration file written in PHP
bartlett/php-reflect
93460 Downloads
Adds the ability to reverse-engineer classes, interfaces, functions, constants, namespaces, traits and more.
tixelrocks/class-constants-helper
8438 Downloads
A tiny package that makes working with PHP class constants easier
repat/http-constants
6852 Downloads
HTTP response codes provided as defined constants.
mouf/utils.constants.debug
362268 Downloads
This package contains a simple installer for Mouf that will create a constant 'DEBUG' in your project and initialize it to true. Useful for packages supporting a 'debug' mode.
imponeer/symfony-translations-constants-loader
23531 Downloads
symfony/translation extension to load PHP files that are defined all translations as constants
frc/wp-env-heroku-custom-php-constant
43935 Downloads
Allow PHP constants to be defined through Heroku environment, as long as the environment key starts with FRC_PHP_CONST_ prefix. The prefix gets removed when the constant is set in the PHP side. For example, an environment variable FRC_PHP_CONST_PLL_COOKIE will define the PHP constant PLL_COOKIE within WordPress (with the value coming from the env key)
dango-data/constants
408 Downloads
Commonly used constants for PHP
all-dressed/constants
2317 Downloads
Constants that will be shared throughout the repositories.
mouf/utils.constants.secret
374669 Downloads
This package contains a simple installer for Mouf that will create a constant 'SECRET' in your project and initialize it to some random value.