Skip to content

Commit bc1d1ee

Browse files
committed
minor readme & release metadata fixes
1 parent d546bf2 commit bc1d1ee

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.ldrelease/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ publications:
77
jobs:
88
- template:
99
name: php
10+
skip:
11+
- test # don't try to run unit tests in the Releaser environment, since they require a database
1012

1113
documentation:
1214
gitHubPages: true

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# LaunchDarkly Server-Side SDK for PHP - Redis integration with predis
22

33
[![CircleCI](https://circleci.com/gh/launchdarkly/php-server-sdk-redis-predis.svg?style=svg)](https://circleci.com/gh/launchdarkly/php-server-sdk-redis-predis)
4+
[![Packagist](https://img.shields.io/packagist/v/launchdarkly/server-sdk-redis-predis.svg?style=flat-square)](https://packagist.org/packages/launchdarkly/server-sdk-redis-predis)
5+
[![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)](https://launchdarkly.github.io/php-server-sdk-redis-predis)
46

57
This library provides a Redis-backed data source for the [LaunchDarkly PHP SDK](https://github.com/launchdarkly/php-server-sdk), replacing the default behavior of querying the LaunchDarkly service endpoints. The underlying Redis client implementation is the [Predis](https://github.com/predis/predis) package. If you want to use the `phpredis` extension instead, see https://github.com/launchdarkly/php-server-sdk-redis-phpredis.
68

0 commit comments

Comments
 (0)