@@ -4,6 +4,31 @@ CookiesBundle
4
4
5
5
Cookies bundle provides Symfony way to handle cookies defining them as services.
6
6
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
+
7
32
Usage example in code:
8
33
9
34
.. code-block :: php
@@ -39,26 +64,6 @@ Cookie configuration example:
39
64
- { name: ongr_cookie.cookie }
40
65
..
41
66
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
62
67
63
68
Documentation
64
69
~~~~~~~~~~~~~
0 commit comments