alldigitalrewards / industryprogramenum
There is no license information available for the latest version (1.0.0) of this package.
Library for identifying the Industry of a Program.
1.0.0
2022-10-26 20:17 UTC
Requires
- php: ^7.0|^8.0
Requires (Dev)
- phpunit/phpunit: ~4.0|~5.0|^9.5
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^2.3|^3.6
This package is auto-updated.
Last update: 2024-10-27 00:23:14 UTC
README
This is an AllDigitalRewards Industry Program Enum Library.
This centralizes the Industry listings of our Programs for our application services.
Install
Via Composer
composer require alldigitalrewards/industryprogramenum
Current Levels
const Health_Wellness = 1 const Channel_Sales = 2 const Employee_Recognition = 3 const Consumer = 4 const Market_Research = 5 const Loyalty_Marketing = 6 const Rebates = 7
##Usage
refer to tests
Testing
composer test