Skip to content

Commit 41953bc

Browse files
committed
Update changelog
1 parent 994ef67 commit 41953bc

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
### Added
66

7+
### Deprecated
8+
9+
### Removed
10+
11+
### Fixed
12+
13+
## 0.3.0 (2020-07-07)
14+
15+
### Added
16+
717
* Dependencies `TypeSupport` and `CursorType` for `Statement` class
818
* Interface `StatementHandler`
919
* `TypeSupport` interface to `TransactionSupport` interface

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@
77
[![Total Downloads](https://poser.pugx.org/sandrokeil/arangodb-php-client/downloads.png)](https://packagist.org/packages/sandrokeil/arangodb-php-client)
88
[![License](https://poser.pugx.org/sandrokeil/arangodb-php-client/license.png)](https://packagist.org/packages/sandrokeil/arangodb-php-client)
99

10+
[ArangoDB](https://arangodb.com/ "native multi-model database") HTTP client implementation with PHP
11+
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.
1012

11-
[ArangoDB](https://arangodb.com/ "native multi-model database") PHP PSR 7/17/18 client implementation.
13+
* **Well tested.** Besides unit test and continuous integration/inspection this solution is also ready for production use.
14+
* **Framework agnostic** This PHP library does not depends on any framework but you can use it with your favourite framework.
15+
* **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)
16+
* **Listen to your ideas.** Have a great idea? Bring your tested pull request or open a new issue.
1217

1318
## Requirements
1419

@@ -17,11 +22,7 @@
1722

1823
## Examples
1924

20-
Examples of how to create collections or documents and more are provided in the `examples` directory.
21-
22-
## Setup
23-
24-
TBD
25+
Examples of how to create collections or documents and more are provided in the [`example`](example) directory.
2526

2627
## Tests
2728
If you want to run the unit tests locally you need [Docker](https://docs.docker.com/engine/installation/ "Install Docker")

0 commit comments

Comments
 (0)