Skip to content

Releases: DannyBen/php-quandl

0.5.2

22 Jun 16:28
Compare
Choose a tag to compare
  • Fixed GetList

0.5.1

17 May 19:34
Compare
Choose a tag to compare

Add support for downloading entire databases (premium)

  • Add getBulk( $database, $path ) method to download the entire database. This feature is only available for premium databases.

0.5.0

14 May 10:30
Compare
Choose a tag to compare
  • Add getMeta and getDatabases methods
  • Add a generic get method, to access any Quandl endpoint
  • Update all endpoints to v3

Upgrade Notice

If you are upgrading from a previous version, note that this version is using a newer version of Quandl's API (v3).
Quandl has made several changes to their API, you should note that:

  • $response->docs moved to $response->datasets
  • $response->data moved to $response->dataset->data

0.4.0

12 May 08:25
Compare
Choose a tag to compare

Maintenance release with several fixes and updates

0.3.3

19 May 18:43
Compare
Choose a tag to compare

Add support for curl-based downloads, where downloads via file_get_contents are not allowed.

0.3.2

04 May 20:28
Compare
Choose a tag to compare

Change base list URL to use HTTPS

0.3.1

13 Dec 09:32
Compare
Choose a tag to compare

This release complies with Quandl deprecation warning about dropping support for multiset requests.

0.3.0

29 Oct 15:51
Compare
Choose a tag to compare
v0.3.0

Minor readme update

Alpha 2

07 Oct 07:07
Compare
Choose a tag to compare

Complete revision of the API. Now a little more flexible, and can easily add more Quandl URL structures in the future. API now supports 4 methods for getting one symbol, getting multiple symbols, getting the list of supported symbols and getting the results of a search query.

Initial release

05 Oct 07:58
Compare
Choose a tag to compare

Initial release