Skip to content

Releases: graze/dynamark3-client

Client interface

03 May 01:46
404425d
Compare
Choose a tag to compare

Add Dynamark3ClientInterface, this allows for creating custom clients that don't have to inherit from Dynamark3Client.

Don't connect on __construct

02 Mar 11:39
Compare
Choose a tag to compare
  • Do not connect on __construct, but provide a connect method. This allows the client to be injected as a dependency without the connection details being required at the time of injection.
  • Fix SETXML command.

Please see CHANGELOG for all changes.

Initial release

19 Feb 09:00
Compare
Choose a tag to compare
Merge pull request #3 from graze/strictStandardsTests

Fix broken test when ran under strict standards