Skip to content

Commit 775c414

Browse files
authored
Add badges
1 parent 3de86a6 commit 775c414

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Manage local databases with JSON files and JSONDB Query Language (JQL)
33

44
[![Build Status](https://travis-ci.org/na2axl/jsondb-php.svg?branch=master)](https://travis-ci.org/na2axl/jsondb-php)
5+
[![Packagist Version](https://img.shields.io/badge/packagist-v1.1.3-brightgreen.svg)](https://packagist.org/packages/na2axl/jsondb)
6+
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/na2axl/jsondb-php/blob/master/LICENSE)
7+
58

69
## What's that ?
710
JSONDB is a database manager using JSON files and a custom query
@@ -285,4 +288,4 @@ catch (\JSONDB\Exception $e) {
285288
* **Axel Nana**: <[email protected]> - [https://tutorialcenters.tk](https://tutorialcenters.tk)
286289

287290
## Copyright
288-
(c) 2016 Centers Technologies. Licensed under MIT ([read license](https://github.com/na2axl/jsondb-php/blob/master/LICENSE)).
291+
(c) 2016 Centers Technologies. Licensed under MIT ([read license](https://github.com/na2axl/jsondb-php/blob/master/LICENSE)).

0 commit comments

Comments
 (0)