Download the PHP package karamanisweb/simplesmsgreek without Composer
On this page you can find all versions of the php package karamanisweb/simplesmsgreek. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download karamanisweb/simplesmsgreek
More information about karamanisweb/simplesmsgreek
Files in karamanisweb/simplesmsgreek
Package simplesmsgreek
Short Description A wrapper for SimpleSMS Laravel package that provides additional Greek sms drivers.
License MIT
Informations about the package simplesmsgreek
SimpleSMSGreek
Introduction
SimpleSMSGreek is a wrapper for SimpleSMS package that provides additional Greek SMS drivers. simplesoftwareio/simple-sms. This is a package for Laravel and provides the capability to use Greek gateways to send SMS. These are the extra providers: Smsn, Ez4usms, Sms.net.gr
Requirements
Laravel 5
- PHP: >= 7.0.0
- simplesoftwareio/simple-sms >= 3.1.0
Installation
Composer
You can run the composer command composer require karamanisweb/simplesmsgreek
or you can add the package to your require in your composer/json file:
"require": {
"karamanisweb/simplesmsgreek": "1.0.*"
}
And then run the command composer update.
This procedure will install the package into your application.
Service Providers
Once you have installed the package to your laravel application.
Add KaramanisWeb\SimpleSMSGreek\SmsServiceProvider::class into your config/app.php config file inside the providers array.
Aliases
Now all you have to do is register the Facade.
Add 'SMS' => SimpleSoftwareIO\SMS\Facades\SMS::class in your config/app.php config file inside the aliases array.
Publish Configuration
If you need to change to make changes into the configuration file you must run the following command to save your config file to your local app:
php artisan vendor:publish --provider="KaramanisWeb\SimpleSMSGreek\SmsServiceProvider"
This will copy the configuration files to your config folder.
or you can manual copy the config file from vendors/karamanisweb/simplesmsgreek/Config directory to your local app.
Documentation
This package adds 3 greek SMS drivers
- Smsn
- Ez4usms
-
Sms.net.gr
Smsn
Ez4usms
Sms.net.gr
The documentation for SimpleSMS can be found here.