pilulka-distribuce/profi-sms-php-sender

Implementation of profisms.cz API

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 21 948

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 7

Forks: 1

Open Issues: 1

pkg:composer/pilulka-distribuce/profi-sms-php-sender

v1.0 2021-08-17 08:37 UTC

This package is auto-updated.

Last update: 2024-08-06 11:52:05 UTC


README

composer require  PilulkaDistribuce/profisms-php-sender 

Usage

  • Extend SmsMessage class for building your own unique sms message.
  • Use ProfiSms->send(SmsMessage) method for sending that message.
  • Evaluate returned ProfiSmsResonse->hasError() for result.