summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add region supportorigin/next-gen-regionJingming Niu2016-08-111-2/+34
* Bumping to version 5.0.0-RC205.0.0-RC20matt2016-08-111-1/+1
* Update library with new visibility constraintsmatt2016-08-1132-661/+901
* Bumping to version 5.0.0-RC195.0.0-RC19matt2016-08-081-1/+1
* Test the Values classmatt2016-08-081-0/+64
* Make Values case-insensitive.matt2016-08-081-2/+6
* Bumping to version 5.0.0-RC185.0.0-RC18matt2016-08-081-1/+1
* Remove unused properties, normalize ->accountmatt2016-08-081-26/+1
* Update the PHPDoc to correctly annotatematt2016-08-081-0/+3
* Add contextAccount to allow selecting alternate account.matt2016-08-081-49/+8
* Bumping to version 5.0.0-RC175.0.0-RC17matt2016-08-081-1/+1
* Add appropriate contextualizers to APImatt2016-08-082-45/+159
* Bumping to version 5.0.0-RC165.0.0-RC16matt2016-08-081-1/+1
* Fix mounting in Client / Domains / Versionsmatt2016-08-0819-136/+460
* Bumping to version 5.0.0-RC155.0.0-RC15matt2016-08-051-1/+1
* Update CallList with latest definitionmatt2016-08-051-0/+4
* Update RestException constructor to be compatible with TwilioExceptionmatt2016-08-041-5/+2
* Upgrade from TwilioException to RestExceptionmatt2016-08-042-3/+39
* Bumping to version 5.0.0-RC145.0.0-RC14matt2016-08-031-1/+1
* Update how exceptions are builtmatt2016-08-031-4/+29
* Bumping to version 5.0.0-RC135.0.0-RC13matt2016-08-031-1/+1
* Update worker to add reservationsmatt2016-08-0310-9/+667
* Bumping to version 5.0.0-RC125.0.0-RC12matt2016-08-021-1/+1
* Bumping to version 5.0.0-RC11matt2016-08-021-1/+1
* Rename `release` to `deploy` / implementmatt2016-08-022-3/+65
* Update Authors (non-functional) `release` make targetmatt2016-08-022-40/+56
* Advanced Filters for numbersmatt2016-08-023-0/+21
* Reformat the `stream` and `read` function bodiesmatt2016-08-0247-282/+94
* Add record filters to helper subresourcesmatt2016-08-028-40/+160
* Fix iterator_to_stream bug (don't use_keys)matt2016-07-2784-95/+90
* Merge pull request #336 from BenPaster/next-gen5.0.0-RC11Matt Nowack2016-07-261-1/+1
|\
| * The namespace should be Twilio, not Twilio\Twiml.Ben Paster2016-07-161-1/+1
* | Merge branch 'next-gen' of github.com:twilio/twilio-php into next-gen-public5.0.0-RC10matt2016-07-262-3/+10
|\ \
| * \ Merge pull request #319 from mcelicalderon/encode-param-keysMatt Nowack2016-07-262-3/+10
| |\ \
| | * | Encode parameter key. Resolves #318Mario Celi2016-07-062-3/+10
* | | | Bump VersionInfomatt2016-07-261-1/+1
|/ / /
* | | Merge remote-tracking branch 'public/next-gen' into next-gen-publicmatt2016-07-2623-118/+159
|\ \ \
| * | | Update definitions for consistency with docs5.0.0-RC9Jingming Niu2016-07-2623-118/+159
| | |/ | |/|
* | | JWT Auditmatt2016-07-2615-0/+1410
|/ /
* | Merge pull request #333 from twilio/next-gen-autoloaderCarlos Diaz-Padron2016-07-141-0/+146
|\ \
| * \ Merge branch 'next-gen-public' into next-gen-autoloaderorigin/next-gen-autoloadermatt2016-07-1484-814/+3942
| |\ \ | |/ / |/| |
* | | Add key/signing key resourcesJingming Niu2016-07-1230-7/+1917
* | | Add SMS parameter to notification creation5.0.0-RC8Jingming Niu2016-07-112-1/+2
* | | Bump version5.0.0-RC7Jingming Niu2016-07-081-1/+1
* | | Fix feedback typoJingming Niu2016-07-081-1/+1
* | | Regenerate librariesJingming Niu2016-07-078-1/+22
| |/ |/|
* | Bump version for release5.0.0-RC6Jingming Niu2016-06-091-1/+1
* | Generate messaging feedbackJingming Niu2016-06-096-0/+258
* | Bump version for release5.0.0-RC5Jingming Niu2016-06-071-1/+1
* | Add AddOns supportorigin/addonsJingming Niu2016-06-025-0/+92
* | Bump to 5.0.0-RC45.0.0-RC4Jingming Niu2016-05-311-1/+1
* | Regenerate libraries for wirelessJingming Niu2016-05-3140-932/+1778
| * Merge branch 'next-gen' into next-gen-autoloadermatt2016-04-145-8/+6
| |\ | |/ |/|
* | Remove links from UserInstance, remove next_page hypermediamatt2016-04-145-8/+6
| * Adds an autoloader for the next-gen librarymatt2016-04-141-0/+146
|/
* Add notifications.twilio.com subdomain5.0.0-RC3Jingming Niu2016-03-2828-19/+2871
* Make Accounts accessible from clientCarlos Diaz-Padron2016-03-241-0/+1
* Bring instance objects into parity with contextsCarlos Diaz-Padron2016-03-2495-0/+551
* Merge pull request #37 from twilio/actually-do-http-right5.0.0-RC2Matt Nowack2016-03-154-55/+303
|\
| * Move null params check to buildQuerymatt2016-03-152-3/+9
| * POSTFIELDS should be set to the buildQuery stringmatt2016-03-142-6/+23
| * Fix the way CurlClient worksmatt2016-03-144-54/+278
| * Fix the way CurlClient worksmatt2016-03-111-7/+8
|/
* Only generate @method on lists for components5.0.0-RC1Carlos Diaz-Padron2016-02-2624-75/+12
* Add @method for contexts on listsCarlos Diaz-Padron2016-02-2618-0/+75
* Use account list on clientCarlos Diaz-Padron2016-02-261-1/+1
* Add @property tags for Client subresourcesCarlos Diaz-Padron2016-02-261-0/+20
* Add missing @method for context-solution-less contextsCarlos Diaz-Padron2016-02-269-0/+23
* Only generate @method for resources with contextsCarlos Diaz-Padron2016-02-2516-27/+9
* Remove all the unused importsmatt2016-02-2536-36/+0
* Remove unused use statementsmatt2016-02-2533-33/+0
* Merge remote-tracking branch 'origin/next-gen' into next-genmatt2016-02-2522-96/+96
|\
| * Make @method return types fully qualifiedCarlos Diaz-Padron2016-02-2522-96/+96
* | Suppress XML Warningmatt2016-02-251-0/+1
|/
* Merge remote-tracking branch 'origin/next-gen' into next-genmatt2016-02-25108-7612/+108
|\
| * Page doesn't need actionsCarlos Diaz-Padron2016-02-2579-7600/+0
| * Should not call on propertyCarlos Diaz-Padron2016-02-258-12/+12
| * Add @method docs for dependentsCarlos Diaz-Padron2016-02-2522-0/+96
* | Explicitely declare the fieldsmatt2016-02-253-0/+6
|/
* Use AccountInstance in V2010Carlos Diaz-Padron2016-02-251-0/+1
* enums -> stringCarlos Diaz-Padron2016-02-25187-505/+503
* SimpleXmlElement is in the root namespacematt2016-02-251-4/+4
* Exception is in the root namespacematt2016-02-251-1/+1
* Delete erroneous generated filesCarlos Diaz-Padron2016-02-2516-1144/+0
* PHPDoc for Twimlmatt2016-02-251-0/+3
* PHPDoc for Twimlmatt2016-02-251-0/+2
* Fix pageSize docsCarlos Diaz-Padron2016-02-25152-2584/+2736
* Remove erroneous generated codeCarlos Diaz-Padron2016-02-2525-2162/+0
* Merge branch 'next-gen' of github.com:twilio/php-private into next-genCarlos Diaz-Padron2016-02-251-0/+2
|\
| * Declare the properties and solutions fieldsmatt2016-02-251-0/+2
* | Fix missing param docsCarlos Diaz-Padron2016-02-2577-0/+128
|/
* Suppress pointless inspectionsmatt2016-02-251-0/+2
* Fix bad thingsCarlos Diaz-Padron2016-02-2597-5/+256
* Change to RC versionCarlos Diaz-Padron2016-02-241-2/+2
* Remove package.php and update composer lockCarlos Diaz-Padron2016-02-242-307/+127
* Fix minor docstring errorCarlos Diaz-Padron2016-02-248-8/+8
* Fix docstringsCarlos Diaz-Padron2016-02-242-4/+4
* Fix http client qualified nameCarlos Diaz-Padron2016-02-241-4/+4
* Add qualified names to framework docsCarlos Diaz-Padron2016-02-242-8/+8
* Use qualified names in client/domain/version docsCarlos Diaz-Padron2016-02-2417-268/+279