Download the PHP package ernilambar/classifier without Composer
On this page you can find all versions of the php package ernilambar/classifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ernilambar/classifier
More information about ernilambar/classifier
Files in ernilambar/classifier
Download ernilambar/classifier
More information about ernilambar/classifier
Files in ernilambar/classifier
Vendor ernilambar
Package classifier
Short Description A PHP library for classifying and grouping data based on JSON configuration rules with schema validation support.
License MIT
Package classifier
Short Description A PHP library for classifying and grouping data based on JSON configuration rules with schema validation support.
License MIT
Please rate this library. Is it a good library?
Informations about the package classifier
Classifier
A PHP library for classifying and grouping data based on JSON configuration rules with schema validation support.
Features
- Flexible Classification: Group data based on prefix or contains matching rules
- JSON Schema Validation: Validate configuration files against JSON schemas
Installation
Usage
Workflow
The classifier follows this simple workflow:
- Plugin provides JSON file path (via constructor)
- Validate JSON content with schema
- If failed, do not proceed
- If pass, then group based on that JSON file config
Configuration Format
The classifier uses a JSON configuration file to define grouping rules:
Requirements
- PHP 7.4 or higher
- Composer
justinrainbow/json-schemafor schema validation
License
MIT
All versions of classifier with dependencies
PHP Build Version
Package Version
The package ernilambar/classifier contains the following files
Loading the files please wait ...