Skip to content

Commit 2907e37

Browse files
author
Mindaugas Barysas
committed
Merge pull request #5 from lmikelionis/doc
looking good
2 parents 62ee93a + d4dcbf6 commit 2907e37

File tree

1 file changed

+25
-20
lines changed

1 file changed

+25
-20
lines changed

README.rst

+25-20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ CookiesBundle
44

55
Cookies bundle provides Symfony way to handle cookies defining them as services.
66

7+
.. image:: https://travis-ci.org/ongr-io/CookiesBundle.svg?branch=master
8+
:target: https://travis-ci.org/ongr-io/CookiesBundle
9+
10+
.. image:: https://scrutinizer-ci.com/g/ongr-io/CookiesBundle/badges/quality-score.png?b=master
11+
:target: https://scrutinizer-ci.com/g/ongr-io/CookiesBundle/?branch=master
12+
13+
.. image:: https://scrutinizer-ci.com/g/ongr-io/CookiesBundle/badges/coverage.png?b=master
14+
:target: https://scrutinizer-ci.com/g/ongr-io/CookiesBundle/?branch=master
15+
16+
.. image:: https://poser.pugx.org/ongr/cookies-bundle/downloads.svg
17+
:target: https://packagist.org/packages/ongr/cookies-bundle
18+
19+
.. image:: https://poser.pugx.org/ongr/cookies-bundle/v/stable.svg
20+
:target: https://packagist.org/packages/ongr/cookies-bundle
21+
22+
.. image:: https://poser.pugx.org/ongr/cookies-bundle/v/unstable.svg
23+
:target: https://packagist.org/packages/ongr/cookies-bundle
24+
25+
.. image:: https://poser.pugx.org/ongr/cookies-bundle/license.svg
26+
:target: https://packagist.org/packages/ongr/cookies-bundle
27+
28+
29+
30+
31+
732
Usage example in code:
833

934
.. code-block:: php
@@ -39,26 +64,6 @@ Cookie configuration example:
3964
- { name: ongr_cookie.cookie }
4065
..
4166
42-
.. image:: https://travis-ci.org/ongr-io/CookiesBundle.svg?branch=master
43-
:target: https://travis-ci.org/ongr-io/CookiesBundle
44-
45-
.. image:: https://scrutinizer-ci.com/g/ongr-io/CookiesBundle/badges/quality-score.png?b=master
46-
:target: https://scrutinizer-ci.com/g/ongr-io/CookiesBundle/?branch=master
47-
48-
.. image:: https://scrutinizer-ci.com/g/ongr-io/CookiesBundle/badges/coverage.png?b=master
49-
:target: https://scrutinizer-ci.com/g/ongr-io/CookiesBundle/?branch=master
50-
51-
.. image:: https://poser.pugx.org/ongr/cookies-bundle/downloads.svg
52-
:target: https://packagist.org/packages/ongr/cookies-bundle
53-
54-
.. image:: https://poser.pugx.org/ongr/cookies-bundle/v/stable.svg
55-
:target: https://packagist.org/packages/ongr/cookies-bundle
56-
57-
.. image:: https://poser.pugx.org/ongr/cookies-bundle/v/unstable.svg
58-
:target: https://packagist.org/packages/ongr/cookies-bundle
59-
60-
.. image:: https://poser.pugx.org/ongr/cookies-bundle/license.svg
61-
:target: https://packagist.org/packages/ongr/cookies-bundle
6267

6368
Documentation
6469
~~~~~~~~~~~~~

0 commit comments

Comments
 (0)