Libraries tagged by consntats
pointybeard/helpers-cli-colour
3756 Downloads
Provides colour constants and a simple way to colourise strings for use on the command-line.
nullform/http-status
2766 Downloads
HTTP status codes as constants
krepysh-spec/currency
340 Downloads
World Currency list in PHP constants and array
frc/wp-env-heroku-custom-php-constant
44167 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)
dv-team/json
995 Downloads
A wrapper-class for json_encode and json_decode to automatically set some constants like JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_THROW_ON_ERROR
dg/composer-backslasher
17795 Downloads
Composer plugin that speeds up your application by adding backslashes to all PHP internal functions and constants.
dashi/apns2
15137 Downloads
Simple & expressive PHP HTTP2 API for Apple Push Notification service (APNs) with comprehensive docs/constants.
constant-exposure/constant-exposure-bundle
2220 Downloads
Expose php constants to front.
rohmann/global-smtp
1188 Downloads
Utility plugin to setup SMTP mail via constants in wp-config.php
lukasbesch/disable-plugins
15 Downloads
Disable certain plugins in non-production environments using PHP constants.
localheinz/http-method
3566 Downloads
Provides constants for HTTP request methods.
putyy/php-constants
142 Downloads
The php-constants Packages
pamiris/javascript-constants
309 Downloads
A simple tool for converting PHP constant classes into javascript constant objects
orklah/psalm-use-constants
11027 Downloads
Fix the code to use existing constants instead of literals when available
mennovanhout/laravel-model-constants
413 Downloads
This package creates constants for column names, this can then be used instead of strings to reduce typo's errors and improve coding with your IDE