Download the PHP package jgswift/xral without Composer
On this page you can find all versions of the php package jgswift/xral. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package xral
xral
PHP 5.5+ resource abstraction layer
Installation
Install via cli using composer:
Install via composer.json using composer:
Description
xral is a relatively simple package that provides a consistent means to query data using XML, YML, and INI file formats. xral includes 3 query classes to read from and write to each resource respectively. xral also includes 3 adapter and view classes to provide a base for more specific implementations. xral relies on hooks to customize filtering and mapping procedures performed on query results. xral queries return collections to easily enable further object-level transformations
Dependency
- php 5.5+
- jgswift/qtil - general utilities
- jgswift/qio - i/o utilities
- jgswift/observr - observer pattern implementation
- jgswift/kenum - enumerator implementation
- jgswift/qinq - quasi integrated queries
- jgswift/kfiltr - filter, map, and hook implementations
- symfony/yaml - enumerator implementation
Usage
XML
SimpleXML
Basic
Update
Insert
Delete
DOMDocument
Basic
Update
Insert
Delete
INI
Basic
Update
Insert
Delete
YML
Basic
Update
Insert
Delete
JSON
Query
Update
Insert
Delete
All versions of xral with dependencies
jgswift/qtil Version dev-master
jgswift/qio Version dev-master
jgswift/observr Version dev-master
jgswift/kfiltr Version dev-master
jgswift/qinq Version dev-master
jgswift/kenum Version dev-master
symfony/yaml Version 2.3.x-dev