@@ -31,7 +31,7 @@ a distributed applications (e.g. with several servers, load balancers, etc.).
31
31
The package could be installed with composer:
32
32
33
33
```
34
- composer require yiisoft/cache-memcached --prefer-dist
34
+ composer require yiisoft/cache-memcached
35
35
```
36
36
37
37
## Configuration
@@ -124,47 +124,25 @@ To work with values in a more efficient manner, batch operations should be used:
124
124
125
125
This package can be used as a cache handler for the [ Yii Caching Library] ( https://github.com/yiisoft/cache ) .
126
126
127
- ## Testing
127
+ ## Documentation
128
128
129
- ### Unit testing
129
+ - [ Internals ] ( docs/internals.md )
130
130
131
- The package is tested with [ PHPUnit] ( https://phpunit.de/ ) . To run tests:
132
-
133
- ``` shell
134
- ./vendor/bin/phpunit
135
- ```
136
-
137
- ### Mutation testing
138
-
139
- The package tests are checked with [ Infection] ( https://infection.github.io/ ) mutation framework. To run it:
140
-
141
- ``` shell
142
- ./vendor/bin/infection
143
- ```
144
-
145
- ### Static analysis
131
+ ## License
146
132
147
- The code is statically analyzed with [ Psalm] ( https://psalm.dev/ ) . To run static analysis:
133
+ The Yii Cache Library - Memcached Handler is free software. It is released under the terms of the BSD License.
134
+ Please see [ ` LICENSE ` ] ( ./LICENSE.md ) for more information.
148
135
149
- ``` shell
150
- ./vendor/bin/psalm
151
- ```
136
+ Maintained by [ Yii Software] ( https://www.yiiframework.com/ ) .
152
137
153
- ### Support the project
138
+ ## Support the project
154
139
155
140
[ ![ Open Collective] ( https://img.shields.io/badge/Open%20Collective-sponsor-7eadf1?logo=open%20collective&logoColor=7eadf1&labelColor=555555 )] ( https://opencollective.com/yiisoft )
156
141
157
- ### Follow updates
142
+ ## Follow updates
158
143
159
144
[ ![ Official website] ( https://img.shields.io/badge/Powered_by-Yii_Framework-green.svg?style=flat )] ( https://www.yiiframework.com/ )
160
145
[ ![ Twitter] ( https://img.shields.io/badge/twitter-follow-1DA1F2?logo=twitter&logoColor=1DA1F2&labelColor=555555?style=flat )] ( https://twitter.com/yiiframework )
161
146
[ ![ Telegram] ( https://img.shields.io/badge/telegram-join-1DA1F2?style=flat&logo=telegram )] ( https://t.me/yii3en )
162
147
[ ![ Facebook] ( https://img.shields.io/badge/facebook-join-1DA1F2?style=flat&logo=facebook&logoColor=ffffff )] ( https://www.facebook.com/groups/yiitalk )
163
148
[ ![ Slack] ( https://img.shields.io/badge/slack-join-1DA1F2?style=flat&logo=slack )] ( https://yiiframework.com/go/slack )
164
-
165
- ## License
166
-
167
- The Yii Cache Library - Memcached Handler is free software. It is released under the terms of the BSD License.
168
- Please see [ ` LICENSE ` ] ( ./LICENSE.md ) for more information.
169
-
170
- Maintained by [ Yii Software] ( https://www.yiiframework.com/ ) .
0 commit comments