PHP code example of oas-php / resolver

1. Go to this page and download the library: Download oas-php/resolver 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/ */

    

oas-php / resolver example snippets


$resolved = (new Resolver)->resolve('https://oas-php.github.io/sample/theater/openapi.json');

composer req oas-php/resolver