Download the PHP package sarahman/sms-service-with-bd-providers without Composer

On this page you can find all versions of the php package sarahman/sms-service-with-bd-providers. 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 sms-service-with-bd-providers

SMS Gateway Library for Various Bangladesh SMS Providers

Latest Version on Packagist Build Status Quality Score StyleCI Total Downloads License PHP Version Require

Simple php library to interact with various SMS gateways to send SMS to the Bangladeshi mobile users with storing SMS request logs.

Installation

Please install this library with composer. Run the following composer command to add this library.

Next, you need to install the service provider:

You can publish the config file with:

For Laravel version 4.*

For Laravel version greater than 4

This is the contents of the published config file:

Now, you need to set the default credentials of various SMS providers which are needed to be used.

N.B.: This library directly depends on the package: sarahman/laravel-http-request-api-log. Please follow this link to know the usages of this package.

Usages

Supported Providers

For Other Gateway Providers

If you have your own SMS gateway and you provide API. Please build your own provider and send us pull request. We will add those here too.

To build your own provider, please follow src/Interfaces/ProviderInterface.php.

If you have any questions, please feel free to create an issue or write us at [email protected]

Contributions

Feel free to contribute in this library. Add your own provider and send us pull requests.

Security Issues

If you discover any security related issues, please feel free to create an issue in the issue tracker or write us at [email protected].

License

The MIT License (MIT). Please see License File for more information.


All versions of sms-service-with-bd-providers with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.34
ext-curl Version *
guzzlehttp/guzzle Version >=6.5
illuminate/support Version >=4.0
psr/http-message-implementation Version *
sarahman/laravel-http-request-api-log Version ^1.0
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 sarahman/sms-service-with-bd-providers contains the following files

Loading the files please wait ....