Utility tools for 2022 NAICS standards

Maintainers

Package info

github.com/grayalienventures/naics

pkg:composer/grayalienventures/naics

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-04-13 07:11:39 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