diff options
-rw-r--r-- | src/Core/ClassValidationArray.php | 7 | ||||
-rw-r--r-- | src/Core/Communicator.php | 6 | ||||
-rw-r--r-- | src/Core/ProcessableComponent.php | 7 | ||||
-rw-r--r-- | src/Core/ProcessedComponent.php | 7 | ||||
-rw-r--r-- | src/Core/UpdatableComponent.php | 7 | ||||
-rw-r--r-- | src/Recipient/Contact.php | 8 | ||||
-rw-r--r-- | src/Recipient/Group.php | 7 | ||||
-rw-r--r-- | src/Recipient/Membership.php | 7 | ||||
-rw-r--r-- | src/Recipient/MembershipRelation.php | 7 | ||||
-rw-r--r-- | src/Recipient/ProcessedContact.php | 8 | ||||
-rw-r--r-- | src/Recipient/ProcessedGroup.php | 7 | ||||
-rw-r--r-- | src/Recipient/ProcessedMembership.php | 7 | ||||
-rw-r--r-- | src/Recipient/RecipientFactory.php | 7 | ||||
-rw-r--r-- | src/SMS/LoggedOutGoingSMS.php | 8 | ||||
-rw-r--r-- | src/SMS/OutGoingSMS.php | 8 | ||||
-rw-r--r-- | src/SMS/ProcessedOutGoingSMS.php | 8 | ||||
-rw-r--r-- | src/SMS/SMS.php | 7 | ||||
-rw-r--r-- | tests/core/ClassValidationArrayTest.php | 10 | ||||
-rw-r--r-- | tests/general/ConstructorTest.php | 10 | ||||
-rw-r--r-- | tests/recipient/ContactTest.php | 5 | ||||
-rw-r--r-- | tests/recipient/ProcessedContactTest.php | 5 | ||||
-rw-r--r-- | tests/sms/OutGoingSMSTest.php | 10 |
22 files changed, 124 insertions, 39 deletions
diff --git a/src/Core/ClassValidationArray.php b/src/Core/ClassValidationArray.php index ce6d7c5..4fa10d9 100644 --- a/src/Core/ClassValidationArray.php +++ b/src/Core/ClassValidationArray.php @@ -1,10 +1,13 @@ <?php /** -* Contains the ClassValidation class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package IP1\RESTClient\Core +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Core; diff --git a/src/Core/Communicator.php b/src/Core/Communicator.php index 6137b25..cfaaf38 100644 --- a/src/Core/Communicator.php +++ b/src/Core/Communicator.php @@ -1,11 +1,13 @@ <?php /** -* Contains Communicator class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta * @link http://api.ip1sms.com/Help -* @package \IP1\RESTClient\Core +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Core; diff --git a/src/Core/ProcessableComponent.php b/src/Core/ProcessableComponent.php index 527d455..987dd0c 100644 --- a/src/Core/ProcessableComponent.php +++ b/src/Core/ProcessableComponent.php @@ -1,10 +1,13 @@ <?php /** -* Contains the ProcessedComponent class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package IP1\RESTClient\Core +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Core; diff --git a/src/Core/ProcessedComponent.php b/src/Core/ProcessedComponent.php index 7c88925..e593600 100644 --- a/src/Core/ProcessedComponent.php +++ b/src/Core/ProcessedComponent.php @@ -1,10 +1,13 @@ <?php /** -* Contains the ProcessedComponent class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package IP1\RESTClient\Core +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Core; diff --git a/src/Core/UpdatableComponent.php b/src/Core/UpdatableComponent.php index b9c3a98..993a569 100644 --- a/src/Core/UpdatableComponent.php +++ b/src/Core/UpdatableComponent.php @@ -1,10 +1,13 @@ <?php /** -* Contains the UpdatableComponent interface. * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package IP1\RESTClient\Core +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Core; diff --git a/src/Recipient/Contact.php b/src/Recipient/Contact.php index f47f894..4afa14a 100644 --- a/src/Recipient/Contact.php +++ b/src/Recipient/Contact.php @@ -1,11 +1,13 @@ <?php /** -* Contains the Contact class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @link http://api.ip1sms.com/Help/Api/PUT-api-contacts-contact -* @package \IP1\RESTClient\Recipient; +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Recipient; diff --git a/src/Recipient/Group.php b/src/Recipient/Group.php index fff9eac..d074398 100644 --- a/src/Recipient/Group.php +++ b/src/Recipient/Group.php @@ -1,10 +1,13 @@ <?php /** -* Contains the Group class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package IP1\RESTClient\Recipient +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Recipient; diff --git a/src/Recipient/Membership.php b/src/Recipient/Membership.php index 99f45be..2d42939 100644 --- a/src/Recipient/Membership.php +++ b/src/Recipient/Membership.php @@ -1,10 +1,13 @@ <?php /** -* Contains the Membership class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package IP1\RESTClient\Recipient +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Recipient; diff --git a/src/Recipient/MembershipRelation.php b/src/Recipient/MembershipRelation.php index 8579c41..945ca2e 100644 --- a/src/Recipient/MembershipRelation.php +++ b/src/Recipient/MembershipRelation.php @@ -1,10 +1,13 @@ <?php /** -* Contains the MembershipRelation interface * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package IP1\RESTClient\Recipient +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Recipient; diff --git a/src/Recipient/ProcessedContact.php b/src/Recipient/ProcessedContact.php index 09eb4fc..cdd7436 100644 --- a/src/Recipient/ProcessedContact.php +++ b/src/Recipient/ProcessedContact.php @@ -1,11 +1,13 @@ <?php /** -* Contains the ProcessedContact class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @link http://api.ip1sms.com/Help/Api/PUT-api-contacts-contact -* @package \IP1\RESTClient\Recipient; +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Recipient; diff --git a/src/Recipient/ProcessedGroup.php b/src/Recipient/ProcessedGroup.php index ce86591..bbe0985 100644 --- a/src/Recipient/ProcessedGroup.php +++ b/src/Recipient/ProcessedGroup.php @@ -1,10 +1,13 @@ <?php /** -* Contains the ProcessedGroup class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package IP1\RESTClient\Recipient +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Recipient; diff --git a/src/Recipient/ProcessedMembership.php b/src/Recipient/ProcessedMembership.php index fa0d579..41b72a1 100644 --- a/src/Recipient/ProcessedMembership.php +++ b/src/Recipient/ProcessedMembership.php @@ -1,10 +1,13 @@ <?php /** -* Contains the ProcessedMembership class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package IP1\RESTClient\Recipient +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Recipient; diff --git a/src/Recipient/RecipientFactory.php b/src/Recipient/RecipientFactory.php index 7c55367..4bfae7b 100644 --- a/src/Recipient/RecipientFactory.php +++ b/src/Recipient/RecipientFactory.php @@ -1,10 +1,13 @@ <?php /** -* Contains the RecipientFactory class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package \IP1\RESTClient\Recipient +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Recipient; diff --git a/src/SMS/LoggedOutGoingSMS.php b/src/SMS/LoggedOutGoingSMS.php index ef913a2..9fc39b1 100644 --- a/src/SMS/LoggedOutGoingSMS.php +++ b/src/SMS/LoggedOutGoingSMS.php @@ -1,11 +1,13 @@ <?php /** -* Contains the LoggedOutGoingSMS class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package \IP1\RESTClient\SMS; -* @link http://api.ip1sms.com/Help/Api/PUT-api-contacts-contact +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ use IP1\RESTClient\Core\UpdatableComponent; diff --git a/src/SMS/OutGoingSMS.php b/src/SMS/OutGoingSMS.php index 0d53977..e75474f 100644 --- a/src/SMS/OutGoingSMS.php +++ b/src/SMS/OutGoingSMS.php @@ -1,11 +1,13 @@ <?php /** -* Contains the OutGoingSMS class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package \IP1\RESTClient\SMS -* @link http://api.ip1sms.com/Help/Api/PUT-api-contacts-contact +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\SMS; diff --git a/src/SMS/ProcessedOutGoingSMS.php b/src/SMS/ProcessedOutGoingSMS.php index 7dc4ea9..b6e56d7 100644 --- a/src/SMS/ProcessedOutGoingSMS.php +++ b/src/SMS/ProcessedOutGoingSMS.php @@ -1,11 +1,13 @@ <?php /** -* Contains the ProcessedOutGoingSMS class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package \IP1\RESTClient\SMS -* @link http://api.ip1sms.com/Help/Api/PUT-api-contacts-contact +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\SMS; diff --git a/src/SMS/SMS.php b/src/SMS/SMS.php index a7eb2a5..b451f65 100644 --- a/src/SMS/SMS.php +++ b/src/SMS/SMS.php @@ -1,10 +1,13 @@ <?php /** -* Contains the SMS class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package \IP1\RESTClient\SMS +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\SMS; diff --git a/tests/core/ClassValidationArrayTest.php b/tests/core/ClassValidationArrayTest.php index a750092..33752a1 100644 --- a/tests/core/ClassValidationArrayTest.php +++ b/tests/core/ClassValidationArrayTest.php @@ -1,4 +1,14 @@ <?php +/** +* PHP version 7.1.1 +* @author Hannes Kindströmmer <hannes@kindstrommer.se> +* @copyright 2017 IP1 SMS +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk +*/ use PHPUnit\Framework\TestCase; use IP1\RESTClient\Core\ClassValidationArray; diff --git a/tests/general/ConstructorTest.php b/tests/general/ConstructorTest.php index b45f151..2fb8cdb 100644 --- a/tests/general/ConstructorTest.php +++ b/tests/general/ConstructorTest.php @@ -1,4 +1,14 @@ <?php +/** +* PHP version 7.1.1 +* @author Hannes Kindströmmer <hannes@kindstrommer.se> +* @copyright 2017 IP1 SMS +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk +*/ use IP1\RESTClient\Recipient\Group; use IP1\RESTClient\Recipient\Contact; use IP1\RESTClient\Recipient\ProcessedContact; diff --git a/tests/recipient/ContactTest.php b/tests/recipient/ContactTest.php index c5600e3..11fc1f9 100644 --- a/tests/recipient/ContactTest.php +++ b/tests/recipient/ContactTest.php @@ -3,6 +3,11 @@ * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ use IP1\RESTClient\Recipient\RecipientFactory; diff --git a/tests/recipient/ProcessedContactTest.php b/tests/recipient/ProcessedContactTest.php index a094526..1e941b7 100644 --- a/tests/recipient/ProcessedContactTest.php +++ b/tests/recipient/ProcessedContactTest.php @@ -3,6 +3,11 @@ * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ use PHPUnit\Framework\TestCase; use IP1\RESTClient\Recipient\RecipientFactory; diff --git a/tests/sms/OutGoingSMSTest.php b/tests/sms/OutGoingSMSTest.php index 0487551..232fa38 100644 --- a/tests/sms/OutGoingSMSTest.php +++ b/tests/sms/OutGoingSMSTest.php @@ -1,4 +1,14 @@ <?php +/** +* PHP version 7.1.1 +* @author Hannes Kindströmmer <hannes@kindstrommer.se> +* @copyright 2017 IP1 SMS +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk +*/ use PHPUnit\Framework\TestCase; use PHPUnit\Exception; use IP1\RESTClient\SMS\OutGoingSMS; |