Registry / cli / sclable-xml-lint

sclable-xml-lint

JSON →
library0.9.0phppackagistunverified

A PHP CLI tool to lint and validate XML files.

composer require sclable/xml-lint
INSTALL
IMPORT
SIG · SCLABLE-XML-LINT
S
sclable-xml-lint
cliphpv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Linter
use Sclable\XmlLint\Linter;

Lint and validate an XML file.

use Sclable\XmlLint\Linter; $linter = new Linter(); $result = $linter->lint('path/to/file.xml'); echo $result->isValid() ? 'Valid' : 'Invalid';
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Resources
sclable-xml-lint — pip install sclable-xml-lint · libregistry