puremachine / sdk
PureMachine SDK
Installs: 36 467
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
Open Issues: 2
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2024-10-18 02:42:01 UTC
README
Set of tools to use PureMachine and PureBilling webServices, and some http helpers.
ChangeLog
master
- allow to remove null properties from serialization
- allow date serialization using ISO 8601
- remane String class to PBString
2.0.6
- Increase default timeout to 65 seconds
2.0.5
- Fix timeout issues
- Fixing store creation with array as stdclass
2.0.4
- Allow classic and low level soap calls
2.0.3
- Fix SOAP http helper
2.0.2
- Allow to translate error messages
- Add laravel loader
2.0.1
- Adding Timeout support
- Fixed array management with add[Property] method
- Fixed SOAP helpers when using proxy
- Adding STORE_007 exception: key is not a string
2.0.0
- Initial Release