Skip to content

Add support for downloading entire databases (premium) #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 17, 2016
Merged

Conversation

DannyBen
Copy link
Owner

@DannyBen DannyBen commented May 17, 2016

Quandl allows downloading the entire database, for premium databases.

This method is now also supported in PHP Quandl, with the getBulk( $database, $path ) method.

Implementation notes:

  • Should work properly with either simple download or curl (auto detected behind the scenes, like the regular download methods).
  • This method does not use cache handler if provided, there seems to be little reason to do so.
  • Tests for the new method are included as optional (skipped by default). They can be turned on by setting an environment variable (see the README in the tests folder for more info).

This PR comes to at least partially address #10

@DannyBen DannyBen merged commit 624c844 into master May 17, 2016
@DannyBen DannyBen deleted the zip branch May 17, 2016 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant