jimmyhowedotcom/api-suite

API Suite for PHP 7

Installs: 5

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jimmyhowedotcom/api-suite

dev-develop 2018-08-15 15:48 UTC

This package is auto-updated.

Last update: 2025-10-13 02:29:36 UTC


README

Xml API

ApiSuite::Xml("...")->toArray();
ApiSuite::Xml("...")->toCollection();

File API

ApiSuite::File('test.xml')->asXml()->toArray();
ApiSuite::File('test.xml')->asXml()->toCollection();