Skip to content

Commit 5bbc063

Browse files
committed
Add badges to README.md
1 parent 3913a74 commit 5bbc063

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Settings plugin for CakePHP
22

3+
[![Build Status](https://travis-ci.org/cakemanager/cakephp-settings.svg?branch=master)](https://travis-ci.org/cakemanager/cakephp-settings)
4+
[![Coverage Status](https://coveralls.io/repos/cakemanager/cakephp-settings/badge.svg?branch=master&service=github)](https://coveralls.io/github/cakemanager/cakephp-settings?branch=master)
5+
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cakemanager/cakephp-settings?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
6+
37
This is the Settings-plugin for Cake3.x witch works in combination with the Cakemanager-plugin. The `Configure`-class from CakePHP is able to store keys and values in it's class. This plugin is able to store values in your database.
48

59
- Is easy to use: you can use the `Configure::read()` and `Configure::write()` methods via the [`Setting`-class](#using-the-class).

0 commit comments

Comments
 (0)