PHP code example of eureka / component-http

1. Go to this page and download the library: Download eureka/component-http 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/ */

    

eureka / component-http example snippets

bash
make php/check   # run checks on check style
make php/fix     # run check style auto fix
bash
make php/min-compatibility # run compatibility check on current minimal version of php we support
make php/max-compatibility # run compatibility check on last version of php we will support in future