Download the PHP package msonowal/laravel-notification-channel-textlocal without Composer

On this page you can find all versions of the php package msonowal/laravel-notification-channel-textlocal. 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 laravel-notification-channel-textlocal

This package allows to send SMS using Textlocal API using laravel notifications channel textlocal sms

Supports Laravel 5.5 upto 10.x

Latest Stable Version License Total Downloads

This package makes it easy to send notifications using textlocal with Laravel 5.3.+

To use version ^2.3.0 onwards will require PHP 8.0

for other PHP version use upto ^2.2.0

Contents

Installation

Create an account in textlocal then create an API key or hash(password).

composer require msonowal/laravel-notification-channel-textlocal

Setting up the textlocal service

default config textlocal.php update where desired

Important Either specify a Key OR a Hash - don't enter both!

TEXTLOCAL_USERNAME=Your email id or api key
TEXTLOCAL_HASH=get it from url '/docs/' under your API KEYS section
TEXTLOCAL_API_KEY get it from url '/docs/' under your API KEYS section
TEXTLOCAL_SENDER=Name of the Sender that will be displayed to the recipient (max 6 Characters).
TEXTLOCAL_COUNTRY=Your Two letter(ISO-3166-alpha-2) Country Code. It should be the Country of the TEXTLOCAL account. defaults to IN

php artisan vendor:publish --tag=textlocal

public function getSenderId($notifiable) { return 'YOUR_SENDER_ID'; }

public function getUnicodeMode() { return true; } bash $ composer test



## Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

# Found any bugs or improvement open an issue or send me a PR

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Credits

- [Manash Jyoti Sonowal](https://github.com/msonowal)
- [Mr Ejang](https://github.com/tomonsoejang)
- [Sinadh](https://github.com/tsainadh)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

## TODO
Need to convert to Guzzle Http as a Client in core
Add more countries
add tests

All versions of laravel-notification-channel-textlocal with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
ext-json Version *
illuminate/notifications Version ~5.5|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0
illuminate/support Version ~5.5|~6.0|~7.0|~8.0|~9.0|~10.0|~11.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 msonowal/laravel-notification-channel-textlocal contains the following files

Loading the files please wait ....