Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 416 Bytes

File metadata and controls

37 lines (23 loc) · 416 Bytes

PHP-CXML

A PHP library to deal with cXML 1.2.

  • PSR compatible

Requirements

  • PHP >= 5.6

Install

Composer

Add a dependency on beethoven/phpcxml to your project's composer.json file.

{
    "require": {
        "beethoven/phpcxml": "0.0.1-alpha"
    }
}

Configuration

License

MIT License