I hereby claim:
- I am presskey on github.
- I am presskey (https://keybase.io/presskey) on keybase.
- I have a public key whose fingerprint is 27FA 0313 DB2E 8957 6B57 D6AB 26E4 E423 7177 18B3
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| define("API_KEY", 'YOUR_API_KEY'); | |
| $message = 'phptest'; | |
| $number = '+380501234567'; | |
| $url = 'http://sl.carouselsms.com/api/send_message?'; | |
| $url .= http_build_query(array( | |
| 'api_key' => API_KEY, |
| require 'uri' | |
| require 'net/https' | |
| require 'json' | |
| API_URL = "http://api.recessmobile.com/api" | |
| API_KEY = "[API KEY GOES HERE]" | |
| # Simple ServiceLayer gateway class | |
| class ServiceLayer | |
| class Error < StandardError; end |