PHP code example of mulertech / http-request

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

    

mulertech / http-request example snippets


php composer.phar update

php composer.phar 

HttpRequest::get('key');