This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
40 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
*/ | ||
class Module implements AutoloaderProviderInterface, ConsoleUsageProviderInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
*/ | ||
class SmsQueueController extends AbstractCliController | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
*/ | ||
class IncommingController extends AbstractActionController | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
*/ | ||
class NotificationController extends AbstractActionController | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
*/ | ||
class SmsSender extends AbstractPlugin | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
* | ||
* @ORM\Entity(repositoryClass="FlamingSms\Repository\IncommingSms") | ||
* @ORM\Table(name="incommingSmses") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
*/ | ||
interface IncommingSmsInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
* | ||
* @ORM\Entity(repositoryClass="FlamingSms\Repository\OutgoingSms") | ||
* @ORM\Table(name="outgoingSmses") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
*/ | ||
interface OutgoingSmsInterface extends SmsInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
*/ | ||
interface SmsInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
*/ | ||
class IncommingSms extends EntityRepository | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
*/ | ||
class OutgoingSms extends EntityRepository | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
*/ | ||
class SmsService extends AbstractService | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
*/ | ||
abstract class AbstractGateway implements GatewayInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
*/ | ||
class CoolSms extends AbstractGateway | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
*/ | ||
class Factory implements AbstractFactoryInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
*/ | ||
class FakeGw extends AbstractGateway | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* @author Flemming Andersen <[email protected]> | ||
* @copyright (c) 2013, Flaming Code | ||
* @link http://github.com/FlamingCode/FlamingSms for the canonical source repository | ||
* @license http://opensource.org/licenses/GPL-2.0 GPL-2.0 | ||
* @license http://opensource.org/licenses/MIT MIT | ||
*/ | ||
interface GatewayInterface | ||
{ | ||
|