Download the PHP package stanislav-web/phalcon-sms-factory without Composer

On this page you can find all versions of the php package stanislav-web/phalcon-sms-factory. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package phalcon-sms-factory

Multiple SMS Sender factory

Scrutinizer Code Quality Code Coverage Build Status Total Downloads Latest Stable Version Phalconist License

Description

This service makes SMS through a variety of providers. You can easily implement your own providers using the interface design. At the moment, provides an interface to send and check your balance for the next:

- BulkSMS
- Clickatell
- MessageBird
- Nexmo
- SmsAero
- SMSC
- SmsUkraine
- SMS.ru

Change Log

In Future

- Support SMS mass mailing

[v 1.2.3-stable] 2015-04-15

- Add single error handler
- Add SMS.ru provider
- Send SMS Unit Tests

[v 1.2.2-beta] 2015-02-08

- Add view balance
- Add development info (API) / UML
- Reformat to PSR-1/PSR-2

[v 1.1-beta] 2015-02-07

- Add response debugger (Show server response headers)

[v 1.0-beta] 2015-02-06

- Sending SMS use multiple providers

Compatible

System requirements

Install

First update your dependencies through composer. Add to your composer.json:

Then run to update dependency and autoloader

or just

(Do not forget to include the composer autoloader)

You can create an injectable service

Usage

Configure providers

SMS services have a variety of settings, both mandatory and optional. You can select them in the global configuration file of your project. I intentionally did not make the settings in each provider, as this service will be maintained and no time to change. Therefore, when updating via the composer, your settings will not be overwritten, if you will be making their to global application config. See example:

Send SMS and view balance

Now you can call your created service of sending sms.

Unit Test

Also available in /phpunit directory. Run command to start

Change Log

Contributing and development

I have enclosed instructions API and related classes Diagram.

I am accept bug reports, new feature requests and pull requests in GitHub.

If you have a question about how to use this service, please see this README.

If you have a change or new feature in mind, please see this README again and follow DRI (development rules interfaces).

You can add new providers following interfaces:

You can add own or choise exists of request's client. Also available:

Issues


All versions of phalcon-sms-factory with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
phalcon/incubator Version 1.3.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package stanislav-web/phalcon-sms-factory contains the following files

Loading the files please wait ....