-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Pavel Kuzmin edited this page Aug 4, 2022
·
16 revisions
Wrapper for automatic reception of SMS-messages by onlinesim.ru
You need to create an account HERE and go to profile to get APIKEY
Require this package in your composer.json
or install it by running:
composer require s00d/onlinesim-api
use s00d\OnlineSimApi\OnlineSimApi;
...
$request = new OnlineSimApi('apikey', 'locale', 'dev_id');
$request->init();
$api - $request->{apiname}()->...
Name | Description |
---|---|
apikey | your apikey from onlinesim.ru |
locale | locale ru or en |
dev_id | your dev_id, not require |
© 2013 - 2020. OnlineSim LLC