Download the PHP package lapix/celmedia-sms without Composer
On this page you can find all versions of the php package lapix/celmedia-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package celmedia-sms
Celmedia (LoyalQuo) SMS SDK for PHP
This repository has the open source PHP SDK that allows you to send SMS from your PHP app.
Installation
This SDK can be installed via composer.
Special Characters
The following special characters are removed or replaced:
'á', 'Á', 'é', 'É', 'í', 'Í', 'ó', 'Ó', 'ú', 'Ú', '^', '`', '¬', '‘', '“', '*', '#', 'ª', 'º', '>', '<', 'ü', '[', ']', '¿', '¡', 'ñ', 'Ñ', '{', '}', '\', '/', '|', '&', '\~', ';', '½', '¼', '¾'
And those are the respective replacement values:
'a', 'A', 'e', 'E', 'i', 'I', 'o', 'O', 'u', 'U', '', '', '', '', '', '', '', 'a', 'o', '', '', 'u', '(', ')', '', '', 'n', 'N', '(', ')', '', '', '', 'Y', '-', ',', '1/2', '1/4', '3/4'
Usage
Test
Composer is a prerequisite. Run the unit test with the following command
Run the integration test like this
TODO
- [ ] Improve the documentation
- [ ] Add test cases
- [ ] Handle the response exceptions