A repo to demonstrate the Xandria library in use.
Clone this repository from Github:
Then, assuming that you have installed Composer, run:
$ composer update
Navigate your command line to the root of this project and run:
$ php ./src/bootstrap.php
At this point you should see the 'contents' of an empty array being print_r
'd to the screen.
That is all this demo does.