Utility tools for 2022 NAICS standards

v1.0.0 2022-08-12 22:47 UTC

This package is auto-updated.

Last update: 2025-06-13 05:12:09 UTC


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.

License

MIT