PHP code example of apolinux / xmltoxpath

1. Go to this page and download the library: Download apolinux/xmltoxpath library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

apolinux / xmltoxpath example snippets


phpunit --bootstrap ./test/bootstrap.php test/XmlToXpathTest.php 
PHPUnit 6.2.3 by Sebastian Bergmann and contributors.

.                                                                   1 / 1 (100%)

Time: 89 ms, Memory: 10.00MB

OK (1 test, 2 assertions)