PHPackages                             cloudonix/cxml-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. cloudonix/cxml-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cloudonix/cxml-php
==================

A PHP Wrapper library for Cloudonix's CXML language

00PHP

Since Aug 28Pushed 1y ago2 watchersCompare

[ Source](https://github.com/cloudonix/cxml-php)[ Packagist](https://packagist.org/packages/cloudonix/cxml-php)[ RSS](/packages/cloudonix-cxml-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

cxml-php
========

[](#cxml-php)

[![Contributors](https://camo.githubusercontent.com/c72939c9813983ee7b663417d49d306273e6998aa2be66b10c57495cf07807b1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732d616e6f6e2f636c6f75646f6e69782f63786d6c2d706870)](https://camo.githubusercontent.com/c72939c9813983ee7b663417d49d306273e6998aa2be66b10c57495cf07807b1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732d616e6f6e2f636c6f75646f6e69782f63786d6c2d706870)[![Packagist](https://camo.githubusercontent.com/8fd2f8c08ecdd812ba08f3edf532c19ab779fb63024adbd4477ff9b7acc72137/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636c6f75646f6e69782f63786d6c2d706870)](https://packagist.org/packages/cloudonix/cxml-php)

Documentation
-------------

[](#documentation)

The documentation for the Cloudonix CXML markup language can be found [here](https://developers.cloudonix.com/cxml).

The PHP library documentation can be found [here](https://developers.cloudonix.com/libraries/cxml-php)

Supported PHP Versions
----------------------

[](#supported-php-versions)

This library supports the following PHP versions:

- PHP 8.0
- PHP 8.1
- PHP 8.2
- PHP 8.3

Installation
------------

[](#installation)

You can install `cxml-php` via [composer](https://getcomposer.org/) or by downloading the source.

```
composer require cloudonix/cxml-php
```

### Test your installation

[](#test-your-installation)

Here is a sample PHP script that will generate a CXML Voice Application document, using the library:

```
