grayalienventures / naics
Utility tools for 2022 NAICS standards
v1.0.0
2022-08-12 22:47 UTC
Requires
- php: >=7.4
README
Utility tools for 2022 NAICS standards in PHP.
Installation
Install this package using composer.
$ composer require grayalienventures/naics
Usage
Get industry by NAICS code.
<?php use Grayalienventures\NAICS; $industry = new NAICS(); echo $industry->verbose_label('62111');
Contributing
Contributions are HIGHLY encouraged.