Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
93 lines (93 loc) · 3.73 KB

File metadata and controls

93 lines (93 loc) · 3.73 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "phpfastcache/phpfastcache",
"type" : "library",
"description": "PHP Abstract Cache Class - Reduce your database call using cache system. Phpfastcache handles a lot of drivers such as Apc(u), Cassandra, CouchBase, Couchdb, Dynamodb, Firestore, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ravendb, Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.",
"keywords": ["abstract", "cache","caching","php cache","mysql cache","apc","apcu","arangodb","dynamodb","firestore","memcache","memcached","wincache","files cache","pdo cache","cache class","redis","redis cluster","predis","cookie", "mongodb", "cassandra", "couchdb", "couchbase", "LevelDb", "ravendb", "Solr", "Ssdb", "Wincache", "xcache","zend","zend disk cache","zend memory cache","zend data cache","zend server"],
"homepage": "https://www.phpfastcache.com",
"license": "MIT",
"readme": "README.md",
"minimum-stability": "stable",
"authors": [
{
"name": "Georges.L",
"email": "contact@geolim4.com",
"homepage": "https://github.com/Geolim4",
"role": "Actual Project Manager/Developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/PHPSocialNetwork/phpfastcache/graphs/contributors"
}
],
"provide": {
"psr/cache-implementation": "2.0|3.0",
"psr/simple-cache-implementation": "2.0|3.0"
},
"require": {
"php": ">=8.0",
"psr/cache": "^2.0||^3.0",
"psr/simple-cache": "^2.0||^3.0",
"ext-mbstring": "*",
"ext-json": "*"
},
"require-dev": {
"league/climate": "^3.8",
"ext-gettext": "*",
"phpmd/phpmd": "@stable",
"squizlabs/php_codesniffer": "@stable",
"phpstan/phpstan": "@stable",
"jetbrains/phpstorm-stubs": "dev-master",
"phpfastcache/phpfastcache-devtools": "dev-master"
},
"suggest": {
"ext-apcu": "*",
"ext-curl": "*",
"ext-intl": "*",
"ext-memcached": "*",
"ext-cassandra": "*",
"ext-memcache": "*",
"ext-redis": "*",
"ext-sqlite": "*",
"ext-wincache": "*",
"ext-leveldb": "*",
"ext-couchbase": "^3.0",
"predis/predis": "^2.0",
"phpfastcache/phpssdb": "~1.1.0",
"phpfastcache/arangodb-extension": "^9.2",
"phpfastcache/couchbasev4-extension": "^9.2",
"phpfastcache/couchdb-extension": "^9.2",
"phpfastcache/dynamodb-extension": "^9.2",
"phpfastcache/firestore-extension": "^9.2",
"phpfastcache/mongodb-extension": "^9.2",
"phpfastcache/ravendb-extension": "^9.2",
"phpfastcache/solr-extension": "^9.2"
},
"autoload": {
"psr-4": {
"Phpfastcache\\": "lib/Phpfastcache/"
}
},
"scripts": {
"phpcs": "vendor/bin/phpcs lib/ --report=summary",
"phpcbf": "vendor/bin/phpcbf lib/ --report=summary",
"phpmd": "vendor/bin/phpmd lib/ ansi phpmd.xml",
"phpstan": "vendor/bin/phpstan analyse lib/ -l 6 -c phpstan.neon",
"quality": ["@phpcs", "@phpmd", "@phpstan"],
"tests": [
"php tests/RunTests.php"
]
},
"support": {
"issues": "https://github.com/PHPSocialNetwork/phpfastcache/issues",
"wiki": "https://github.com/PHPSocialNetwork/phpfastcache/wiki",
"docs": "https://github.com/PHPSocialNetwork/phpfastcache/wiki",
"source": "https://github.com/PHPSocialNetwork/phpfastcache",
"security": "https://github.com/PHPSocialNetwork/phpfastcache/blob/master/SECURITY.md"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/geolim4"
}
]
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.