Skip to content

Commit 5a6fe9b

Browse files
DOC-5544 enabled PHP TCE config
1 parent a3bac29 commit 5a6fe9b

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tagManagerId = "GTM-TKZ6J9R"
4545
gitHubRepo = "https://github.com/redis/docs"
4646

4747
# Display and sort order for client examples
48-
clientsExamples = ["Python", "Node.js", "Java-Sync", "Java-Async", "Java-Reactive", "Go", "C#", "RedisVL"]
48+
clientsExamples = ["Python", "Node.js", "Java-Sync", "Java-Async", "Java-Reactive", "Go", "C#", "RedisVL", "PHP"]
4949
searchService = "/convai/api/search-service"
5050
ratingsService = "/docusight/api/rate"
5151

@@ -66,6 +66,7 @@ rdi_current_version = "1.12.3"
6666
"Go"={quickstartSlug="go"}
6767
"C#"={quickstartSlug="dotnet"}
6868
"RedisVL"={quickstartSlug="redis-vl"}
69+
"PHP"={quickstartSlug="php"}
6970

7071
# Markup
7172
[markup]

data/components/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"nredisstack",
1111
"go_redis",
1212
"node_redis",
13+
"php",
1314
"redis_py",
1415
"jedis",
1516
"lettuce_async",

data/components/php.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"id": "php",
3+
"type": "client",
4+
"name": "Predis",
5+
"language": "PHP",
6+
"label": "PHP",
7+
"repository": {
8+
"git_uri": "https://github.com/predis/predis"
9+
},
10+
"examples": {
11+
"git_uri": "https://github.com/predis/predis",
12+
"path": "examples",
13+
"pattern": "*.php"
14+
}
15+
}

0 commit comments

Comments
 (0)