pvc / parser
pvc parser library
Installs: 34
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- ext-iconv: *
- ext-intl: *
- ext-json: *
- pvc/err: *
- pvc/interfaces: *
Requires (Dev)
This package is auto-updated.
Last update: 2025-05-08 14:24:47 UTC
README
Parsers take a data as an argument and turn that data into something with semantics. They can be as simple as turning a value like '4' into the number 4 (which turns out not to be so simple once you introduce internationalization and localization!). More somplicated structures can include parsing DOM documents or php files.