PHP code example of axtiva / flexible-graphql-php

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

    

axtiva / flexible-graphql-php example snippets


composer 
shell
php -S localhost:8080 example/start_graphql_server.php
shell
php example/generate_code.php

php vendor/bin/phpunit