Skip to content

Releases: SurveyGizmoOfficial/PHP_SurveyGizmo_Api

Add support for API request timeout configuration

18 Apr 16:05
e89a471
Compare
Choose a tag to compare

You can now configure the request timeout duration (in seconds, defaults to 35 if not specified):

// This is the maximum wait period before aborting requests, you may need to
// increase this from the default of 35 seconds if working with oversize surveys
\SurveyGizmo\ApiRequest::setRequestTimeout(60);

Add region selection

26 Jun 17:20
dbad47a
Compare
Choose a tag to compare

Enabled region selection for data center, to allow easy use of library by our international customers in the EU and Canada.

Minor changes to Survey resource

28 Mar 21:17
7cb1df1
Compare
Choose a tag to compare
  • Fixed issue with getTeams method
  • Cleanup
  • getSubObjects third argument (options) defaults to empty array instead of NULL

Packagist Publish Wrap-up

16 Nov 19:36
Compare
Choose a tag to compare

Minor improvements to documentation, configuration, testing and sample code.

Packagist Initial Release

09 Nov 20:17
4822219
Compare
Choose a tag to compare
  • Now available on Packagist
  • Fix for Question Options
  • Improved testing
  • Improved code samples
  • Typographical fixes