caseyamcl / phpoaipmh

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

Added a property and getter for lastRequest #31

Closed jeroensmit closed 7 years ago

jeroensmit commented 9 years ago

This allows debugging and logging of any failed request.

caseyamcl commented 7 years ago

Wow. Bad maintainer (me). I'll try to better about these PRs in the future. But, I think this is out-of-scope for the library, and would be better handled by using middleware (Guzzle v6) or event listeners (Guzzle v5).