Skip to content

Commit

Permalink
add kavenegar
Browse files Browse the repository at this point in the history
  • Loading branch information
honarkhah committed Feb 25, 2017
1 parent 9a7fb71 commit dfe34cb
Show file tree
Hide file tree
Showing 26 changed files with 780 additions and 1,300 deletions.
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "simplesoftwareio/simple-sms",
"description": "Simple-SMS is a package made for Laravel to send/receive (polling/pushing) text messages. Currently supports CallFire, EZTexting, Email Gateways, Mozeo, and Twilio.",
"keywords": ["sms", "laravel", "simple", "twilio", "callfire", "eztexting", "mozeo", "labsmobile", "nexmo", "text messages", "send", "receive"],
"name": "mammutgroup/simple-sms",
"description": "laravel-SMS is a package made for Laravel to send/receive (polling/pushing) text messages. Currently supports melipayamak, kavengar and Twilio.",
"keywords": ["sms", "laravel", "melipayamak", "kavenegar", "twilio", "text messages", "send", "receive"],
"homepage": "http://www.simplesoftware.io",
"license": "MIT",
"authors": [
{
"name": "Simple Software LLC",
"email": "[email protected]"
},
{
"name": "Honarkhah",
"email": "[email protected]"
}
],
"require": {
Expand All @@ -18,15 +22,16 @@
"illuminate/support": ">=5.0.0",
"illuminate/view": ">=5.0.0",
"twilio/sdk": "~4",
"guzzlehttp/guzzle": "~6"
"guzzlehttp/guzzle": "~6",
"artisaninweb/laravel-soap": "0.2.5.10"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.7.*"
},
"autoload": {
"psr-0": {
"SimpleSoftwareIO\\SMS\\": "src/"
"Wideas\\SMS\\": "src/"
}
},
"minimum-stability": "stable"
Expand Down
179 changes: 0 additions & 179 deletions src/SimpleSoftwareIO/SMS/DriverManager.php

This file was deleted.

119 changes: 0 additions & 119 deletions src/SimpleSoftwareIO/SMS/Drivers/CallFireSMS.php

This file was deleted.

Loading

0 comments on commit dfe34cb

Please sign in to comment.