diff --git a/README.md b/README.md index 09ad6d8..9a7a655 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # PHP-SSLLabs-API This PHP library provides basic access to the SSL Labs API. +## Installation + +`composer require visualappeal/php-ssllabs-api` + +## Usage + It's build upon the official API documentation at https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs.md ```PHP getEndpointData('https://www.google.de', '74.125.239.111'); ``` # Terms and Conditions -As this is just a PHP library for SSL Labs API please refer to SSL Labs terms and conditions at https://www.ssllabs.com/about/terms.html \ No newline at end of file +As this is just a PHP library for SSL Labs API please refer to SSL Labs terms and conditions at https://www.ssllabs.com/about/terms.html