PHPackages                             lapix/celmedia-sms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. lapix/celmedia-sms

ActiveLibrary[API Development](/categories/api)

lapix/celmedia-sms
==================

Celmedia SMS API SDK

1.0.2(6y ago)011[2 PRs](https://github.com/alejo-lapix/celmedia-sms/pulls)MITPHPPHP &gt;=7.2

Since Aug 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/alejo-lapix/celmedia-sms)[ Packagist](https://packagist.org/packages/lapix/celmedia-sms)[ RSS](/packages/lapix-celmedia-sms/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Celmedia (LoyalQuo) SMS SDK for PHP
===================================

[](#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
------------

[](#installation)

This SDK can be installed via composer.

```
$ composer require lapix/celmedia-sms
```

Special Characters
------------------

[](#special-characters)

The following special characters are removed or replaced:

'á', 'Á', 'é', 'É', 'í', 'Í', 'ó', 'Ó', 'ú', 'Ú', '^', '`', '¬', '‘', '“', '\*', '#', 'ª', 'º', '&gt;', '&lt;', 'ü', '\[', '\]', '¿', '¡', 'ñ', 'Ñ', '{', '}', '\\', '/', '|', '&amp;', '~', ';', '½', '¼', '¾'

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
-----

[](#usage)

```
