grayalienventures / naics
Utility tools for 2022 NAICS standards
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/grayalienventures/naics
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.