Download the PHP package larc/smpp-client-php without Composer
On this page you can find all versions of the php package larc/smpp-client-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download larc/smpp-client-php
More information about larc/smpp-client-php
Files in larc/smpp-client-php
Download larc/smpp-client-php
More information about larc/smpp-client-php
Files in larc/smpp-client-php
Vendor larc
Package smpp-client-php
Short Description Permite realizar envíos de SMS por el protocolo SMPP. v3.4
License MIT
Package smpp-client-php
Short Description Permite realizar envíos de SMS por el protocolo SMPP. v3.4
License MIT
Please rate this library. Is it a good library?
Informations about the package smpp-client-php
SMPP Client
Permite enviar SMS utilizando el protocolo SMPP v3.4 (https://smpp.org/SMPP_v3_4_Issue1_2.pdf)
Soporta:
- Unicode
- SMS Multi-part
- SMS Flash (tipo 0)
Changelog
- 2.1.0
- Se renombra algunas clases para que sea más claro lo que hace.
- Se mejora la separación de funcionlidad por clase.
- Se elimina la función de Bulk.
Requerimientos
PHP 5.6 o superior
Instalación
Instalar via Composer:
Ten en cuenta:
- Ejecutar
composer install
para agregar las dependencias en el directorio vendor - Añade el autoloader en tu aplicación con la línea:
require("vendor/autoload.php")
Configuración
Uso
Envío de SMS onDemand (uno a uno)
Enviar SMS Tipo 0 o Flash
Enviar mensaje con caracteres latinos (tildes, ñ, ¿?, !¡)
Coming Soon
All versions of smpp-client-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package larc/smpp-client-php contains the following files
Loading the files please wait ....