-
Notifications
You must be signed in to change notification settings - Fork 200
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
Update to Guzzle 6 #3
Conversation
stephangroen
commented
Jul 21, 2015
- Update to Guzzle 6
- Redone oAuth2 dance to require no further dependencies
- Automatically reacquire tokens when needed
Stephan Groen, Just updated my webapplication from PHP 5.3 to 5.4, 5.5 and 5.6. After testing in the 5.6 version my app works fine. With our XML API we connect to Exact Online still on Form Authentication.... with still a few days to go before 1 august 2015. Your API for Exact Online and the other used items Guzzle are pretend for the REST API Is it possible or are you available to turn this on to the XML API ? Especially the OAUTH2 is needed for the new authentication and we have no developer in house at the moment to do this. I am willing to pay for the work... Please let me know |
@MHermsen I cannot implement this for you. There is no reason to be concerned about the XML or REST API for you when using this library, because that gets abstracted away. I don't know any devs that have spare time before the 1st of August. Maybe @sebastianberm can help, at least he knows this library well by now :) |
Hi @MHermsen We should be able to help you with this, it'll probably be a close call, but we should be able to make it before the 1st of August. |
Will merge this after #5 is ready and merged. This will be a v2 because of breaking changes. |
# Conflicts: # src/Picqer/Financials/Exact/Connection.php
# Conflicts: # src/Picqer/Financials/Exact/Connection.php
Apply fixes from StyleCI