caseyamcl / phpoaipmh

OAI-PMH client/harvester library for PHP
MIT License
75 stars 35 forks source link

Resumption Token #37

Closed ghost closed 8 years ago

ghost commented 8 years ago

Is it possible to view the current resumption token as the iterator runs?

Then would it be possible to add a new param for a resumption token in the listRecords function?

The idea is to split harvesting a large set into multiple runs of a script.

seanBlommaert commented 8 years ago

I've already added a pull request to do this. https://github.com/caseyamcl/phpoaipmh/pull/36 Let's hope it will be added!

caseyamcl commented 8 years ago

Pull request https://github.com/caseyamcl/phpoaipmh/pull/36 was merged, and I have just released https://github.com/caseyamcl/phpoaipmh/releases/tag/v2.5, which solves this issue.

Thanks for your patience, and enjoy :)