Download the PHP package earthit/paxml without Composer
On this page you can find all versions of the php package earthit/paxml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download earthit/paxml
More information about earthit/paxml
Files in earthit/paxml
Download earthit/paxml
More information about earthit/paxml
Files in earthit/paxml
Please rate this library. Is it a good library?
Informations about the package paxml
PAXML: PHP Array [representation of] XML
This is a tiny library for emitting XML. Or XHTML.
Its intended use is to replace HTML/PHP template code with something easier to read and write and manipulate.
e.g. instead of
you would construct a PAXML value like:
and then output it using
If you need a Nife_Blob, make one like so:
PAXML Values
Scalars represent text.
Arrays represent elements.
The 0th element of an array gives the tag name.
Subsequent numerically-keyed elements of an array give sub-tags.
String-keyed elements of an array give attribute values.
Examples
Will be emitted as:
All versions of paxml with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package earthit/paxml contains the following files
Loading the files please wait ....