glpi-project / inventory_format
GLPI Inventory format lib
Installs: 131 821
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 6
Forks: 10
Open Issues: 0
Requires
- seld/jsonlint: ^1.7
- swaggest/json-schema: ^0.12.31
- symfony/polyfill-php81: ^1.26
Requires (Dev)
- atoum/atoum: ^4.0
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2023-02-02 08:13:51 UTC
README
This is the specification for inventory format integrated in GLPI core.
It relies on JSON Schema.
The inventory.schema.json file is the JSON schema itself.
The lib/php directory contains a PHP class that cans handle conversion from XML files to new format; with some adjustments. You can either use directly Convert
from your project, or rely on the executable script provided.