From 41953bcb3693696589db01305fc7ee2052db921c Mon Sep 17 00:00:00 2001 From: Sandro Keil Date: Tue, 7 Jul 2020 22:55:59 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ README.md | 13 +++++++------ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ada0be0..067a6c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ ### Added +### Deprecated + +### Removed + +### Fixed + +## 0.3.0 (2020-07-07) + +### Added + * Dependencies `TypeSupport` and `CursorType` for `Statement` class * Interface `StatementHandler` * `TypeSupport` interface to `TransactionSupport` interface diff --git a/README.md b/README.md index 8ac4dc2..91d9d3d 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,13 @@ [![Total Downloads](https://poser.pugx.org/sandrokeil/arangodb-php-client/downloads.png)](https://packagist.org/packages/sandrokeil/arangodb-php-client) [![License](https://poser.pugx.org/sandrokeil/arangodb-php-client/license.png)](https://packagist.org/packages/sandrokeil/arangodb-php-client) +[ArangoDB](https://arangodb.com/ "native multi-model database") HTTP client implementation with PHP +PSR [7](https://www.php-fig.org/psr/psr-7/) / [17](https://www.php-fig.org/psr/psr-17/) / [18](https://www.php-fig.org/psr/psr-18/) support. -[ArangoDB](https://arangodb.com/ "native multi-model database") PHP PSR 7/17/18 client implementation. + * **Well tested.** Besides unit test and continuous integration/inspection this solution is also ready for production use. + * **Framework agnostic** This PHP library does not depends on any framework but you can use it with your favourite framework. + * **Every change is tracked**. Want to know whats new? Take a look at [CHANGELOG.md](https://github.com/sandrokeil/interop-config/blob/master/CHANGELOG.md) + * **Listen to your ideas.** Have a great idea? Bring your tested pull request or open a new issue. ## Requirements @@ -17,11 +22,7 @@ ## Examples -Examples of how to create collections or documents and more are provided in the `examples` directory. - -## Setup - -TBD +Examples of how to create collections or documents and more are provided in the [`example`](example) directory. ## Tests If you want to run the unit tests locally you need [Docker](https://docs.docker.com/engine/installation/ "Install Docker")