Commit Graph
7 Commits
Author SHA1 Message Date
Walter Dal Mut 13a419f4f5 Fixes useless client helper complexity 2015-06-23 20:45:31 +02:00
Walter Dal Mut 88b9e9ce1a Merge pull request #30 from corley/feature/allows-non-write-adapters
Allows non write adapters
2015-06-13 12:16:43 +02:00
Walter Dal Mut 452b50fd30 Removed useless return $this during constructor 2015-06-13 12:08:40 +02:00
Walter Dal Mut c52377aad1 Allows non write adapters
* Renamed `AdapterInterface` to `WritableInterface`
 * Constructor now allows different adapter implementations
 * Check that adapter implements `WritableInterface` during data send
2015-06-13 12:04:04 +02:00
Walter Dal Mut 63b8bb4b89 Fixes minor violations
* Removed unsed `use` statemment
 * Moved helper http url composer to `GuzzleAdapter` (responsibility)
 * Removed unused `clearTimePrecision` method
 * Updated composer
2015-06-12 07:57:26 +02:00
Walter Dal Mut 38f65a75fd Client dependency with construction injection
Removed the adapter setter injection in favor or constructor injection
2015-06-10 15:54:07 +02:00
Walter Dal Mut 9db35097e2 Moved to PSR-4
Autoload from PSR-0 to PSR-4
2015-06-10 15:54:07 +02:00