Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer authored Nov 10, 2018
1 parent 2cae32e commit f3231f4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
<?php
Expand Down Expand Up @@ -231,4 +237,4 @@ $api->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
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

0 comments on commit f3231f4

Please sign in to comment.