Skip to content

Instantly share code, notes, and snippets.

{
"showTime": 1,
"hideTime": 10,
"position": "top-right",
"malesPercent": 50,
"order": {
"name": "Google Cardboard",
"price": 790,
"amount": [1,2,3]
},
@alexivenkov
alexivenkov / EPochtaSMS.php
Last active November 16, 2015 15:13
new SMS drivers
<?php
namespace SimpleSoftwareIO\SMS\Drivers;
use GuzzleHttp\Client;
use SimpleSoftwareIO\SMS\OutgoingMessage;
class EPochtaSMS extends AbstractSMS implements DriverInterface
{