Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassouzavieira committed Jan 15, 2020
2 parents 095d858 + b9c7a13 commit 4e148e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ php:
env:
- ARANGO_SERVER=3.4.8
- ARANGO_SERVER=3.5.3
- ARANGO_SERVER=3.6.0

include:
- env: LINT=1
Expand Down
26 changes: 8 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![codecov](https://codecov.io/gh/lucassouzavieira/arangodb-php-odm/branch/develop/graph/badge.svg)](https://codecov.io/gh/lucassouzavieira/arangodb-php-odm) [![CodeFactor](https://www.codefactor.io/repository/github/lucassouzavieira/arangodb-php-odm/badge)](https://www.codefactor.io/repository/github/lucassouzavieira/arangodb-php-odm) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/4753101a298943048849fd47c945704d)](https://www.codacy.com/manual/lucassouzavieira/arangodb-php-odm?utm_source=github.com&utm_medium=referral&utm_content=lucassouzavieira/arangodb-php-odm&utm_campaign=Badge_Grade)
[![codecov](https://codecov.io/gh/lucassouzavieira/arangodb-php-odm/branch/develop/graph/badge.svg)](https://codecov.io/gh/lucassouzavieira/arangodb-php-odm) [![CodeFactor](https://www.codefactor.io/repository/github/lucassouzavieira/arangodb-php-odm/badge)](https://www.codefactor.io/repository/github/lucassouzavieira/arangodb-php-odm) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/4753101a298943048849fd47c945704d)](https://www.codacy.com/manual/lucassouzavieira/arangodb-php-odm?utm_source=github.com&utm_medium=referral&utm_content=lucassouzavieira/arangodb-php-odm&utm_campaign=Badge_Grade) [![Build Status](https://travis-ci.com/lucassouzavieira/arangodb-php-odm.svg?branch=develop)](https://travis-ci.com/lucassouzavieira/arangodb-php-odm)

# ArangoDB PHP ODM

Expand All @@ -8,24 +8,17 @@

### Build Status

- 3.4 [![Build Status](https://travis-ci.com/lucassouzavieira/arangodb-php-odm.svg?token=nFk4yBNeTx1VbdPiYuWE&branch=v3.4)](https://travis-ci.com/lucassouzavieira/arangodb-php-odm)
- 3.5 [![Build Status](https://travis-ci.com/lucassouzavieira/arangodb-php-odm.svg?token=nFk4yBNeTx1VbdPiYuWE&branch=v3.5)](https://travis-ci.com/lucassouzavieira/arangodb-php-odm)
- develop [![Build Status](https://travis-ci.com/lucassouzavieira/arangodb-php-odm.svg?token=nFk4yBNeTx1VbdPiYuWE&branch=develop)](https://travis-ci.com/lucassouzavieira/arangodb-php-odm)
- master [![Build Status](https://travis-ci.com/lucassouzavieira/arangodb-php-odm.svg?token=nFk4yBNeTx1VbdPiYuWE&branch=master)](https://travis-ci.com/lucassouzavieira/arangodb-php-odm)
- 3.4 [![Build Status](https://travis-ci.com/lucassouzavieira/arangodb-php-odm.svg?branch=v3.4)](https://travis-ci.com/lucassouzavieira/arangodb-php-odm)
- 3.5 [![Build Status](https://travis-ci.com/lucassouzavieira/arangodb-php-odm.svg?branch=v3.5)](https://travis-ci.com/lucassouzavieira/arangodb-php-odm)
- 3.6 [![Build Status](https://travis-ci.com/lucassouzavieira/arangodb-php-odm.svg?branch=v3.6)](https://travis-ci.com/lucassouzavieira/arangodb-php-odm)
- develop [![Build Status](https://travis-ci.com/lucassouzavieira/arangodb-php-odm.svg?branch=develop)](https://travis-ci.com/lucassouzavieira/arangodb-php-odm)
- master [![Build Status](https://travis-ci.com/lucassouzavieira/arangodb-php-odm.svg?branch=master)](https://travis-ci.com/lucassouzavieira/arangodb-php-odm)

## Installation

### Using composer

- #### `3.5.x` versions of ArangoDB server

- Run the command bellow on your project root.<br>
`composer require lvieira/arangodb-php-odm:^3.5`

- #### `3.4.x` versions of ArangoDB server

- Run the command bellow on your project root.<br>
`composer require lvieira/arangodb-php-odm:^3.4`
`composer require lvieira/arangodb-php-odm`

## Usage

Expand Down Expand Up @@ -280,10 +273,7 @@ try {

## Documentation

Check the full documentation of project:

- For [v3.5.x versions](https://lucassouzavieira.github.io/arangodb-php-odm/v3.5.0/index.html)
- For [v3.4.x versions](https://lucassouzavieira.github.io/arangodb-php-odm/v3.4.0/index.html)
Check the [full documentation](https://lucassouzavieira.github.io/arangodb-php-odm/v1.0.0/index.html) of project:

## Contributing

Expand Down

0 comments on commit 4e148e1

Please sign in to comment.