Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
smslink committed May 26, 2021
2 parents 77e227d + a80a322 commit 7a68a42
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ $ composer require smslink/smsgateway

## System Requirements

PHP 5 with
CURL enabled or file_get_contents with allow_url_fopen to be set to 1 in php.ini
[Composer](https://getcomposer.org/) (Dependency Manager for PHP)
* PHP 5 with CURL enabled or file_get_contents with allow_url_fopen to be set to 1 in php.ini
* [Composer](https://getcomposer.org/) - Dependency Manager for PHP
* [smslink/smsgateway](https://packagist.org/packages/smslink/smsgateway) Package on Packagist - The PHP Package Repository

## Usage Example
## Usage Example using Composer

``` php
<?php
Expand Down Expand Up @@ -125,6 +125,10 @@ $Connection->displayLogMessages();
?>
```

## Usage Example without using Composer

[SMSLink.ro](https://www.smslink.ro) [SMS Gateway](https://www.smslink.ro/sms-gateway.html) can also be used without Composer. For using SMSLink SMS Gateway without Composer see [the following example](https://github.com/SMSLink-ro/Integration-example-of-SMS-Gateway-HTTP-using-PHP).

## Documentation

The [complete documentation](https://www.smslink.ro/sms-gateway-documentatie-sms-gateway.html) of the SMSLink - SMS Gateway API can be found [here](https://www.smslink.ro/sms-gateway-documentatie-sms-gateway.html), describing all available APIs (HTTP GET / POST, SOAP / WSDL, JSON and more).
Expand Down

0 comments on commit 7a68a42

Please sign in to comment.