Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/cache

PSR-16 compatible cache library
https://github.com/yiisoft/cache

Update rector/rector requirement from ^1.0.0 to ^2.0.3

dependabot[bot] opened this pull request about 2 months ago
Fix readme badges

vjik opened this pull request 3 months ago
Remove PHP Deprecated: Implicitly marking parameter as nullable.

terabytesoftw opened this pull request 7 months ago
Improve CI

vjik opened this pull request 7 months ago
Make `normalize()` method to static in `CacheKeyNormalizer::class`.

terabytesoftw opened this pull request 7 months ago
Change `CacheKeyNormalizer->normalize()` method to static.

terabytesoftw opened this issue 7 months ago
Fix docs

luizcmarin opened this pull request 9 months ago
Update file

luizcmarin opened this pull request 9 months ago
Update file

luizcmarin opened this pull request 10 months ago
Docs folder standardization and other fixes

luizcmarin opened this pull request 10 months ago
Update phpunit/phpunit requirement from ^9.5 to ^10.5

dependabot[bot] opened this pull request 10 months ago
Remove scrutinizer

vjik opened this issue 11 months ago
Custom serializer

Gerych1984 opened this pull request 11 months ago
Fix psalm

vjik opened this pull request about 1 year ago
Update rector/rector requirement from ^0.19.0 to ^1.0.0

dependabot[bot] opened this pull request about 1 year ago
Update rector/rector requirement from ^0.18.3 to ^0.19.0

dependabot[bot] opened this pull request about 1 year ago
Update rector/rector requirement from ^0.17.12 to ^0.18.3

dependabot[bot] opened this pull request over 1 year ago
Update rector/rector requirement from ^0.17.12 to ^0.18.2

dependabot[bot] opened this pull request over 1 year ago
Update rector/rector requirement from ^0.17.12 to ^0.18.1

dependabot[bot] opened this pull request over 1 year ago
Update rector/rector requirement from ^0.17.12 to ^0.18.0

dependabot[bot] opened this pull request over 1 year ago
Update rector/rector requirement from ^0.15.2 to ^0.17.12

dependabot[bot] opened this pull request over 1 year ago
Cache stampede prevention for empty cache

sobhan-m94 opened this issue over 1 year ago
Update rector/rector requirement from ^0.15.2 to ^0.16.0

dependabot[bot] opened this pull request almost 2 years ago
Update phpunit/phpunit requirement from ^9.5 to ^10.1

dependabot[bot] opened this pull request almost 2 years ago
Update StyleCI config

vjik opened this pull request almost 2 years ago
Update code of conduct

vjik opened this pull request almost 2 years ago
Update phpunit/phpunit requirement from ^9.5 to ^10.0

dependabot[bot] opened this pull request almost 2 years ago
Adapt configuration group names to Yii conventions

vjik opened this pull request almost 2 years ago
Update `vimeo/psalm` + Fix BC checker

dependabot[bot] opened this pull request about 2 years ago
Update vimeo/psalm requirement from ^4.18 to ^5.5

dependabot[bot] opened this pull request about 2 years ago
Update rector/rector requirement from ^0.14.3 to ^0.15.2

dependabot[bot] opened this pull request about 2 years ago
Update vimeo/psalm requirement from ^4.18 to ^5.4

dependabot[bot] opened this pull request about 2 years ago
Update vimeo/psalm requirement from ^4.18 to ^5.3

dependabot[bot] opened this pull request about 2 years ago
Update rector/rector requirement from ^0.14.3 to ^0.15.1

dependabot[bot] opened this pull request about 2 years ago
Update vimeo/psalm requirement from ^4.18 to ^5.2

dependabot[bot] opened this pull request about 2 years ago
Update vimeo/psalm requirement from ^4.18 to ^5.1

dependabot[bot] opened this pull request about 2 years ago
Update rector/rector requirement from ^0.14.3 to ^0.15.0

dependabot[bot] opened this pull request about 2 years ago
Update vimeo/psalm requirement from ^4.18 to ^5.0

dependabot[bot] opened this pull request about 2 years ago
Minor improvements

vjik opened this pull request about 2 years ago
[Batch] Add composer-require-checker CI

xepozz opened this pull request over 2 years ago
Add rector [batch]

xepozz opened this pull request over 2 years ago
Add support `psr/simple-cache` version `3.0.0`

vjik opened this issue over 2 years ago
Separate chain calls

sankaest opened this pull request over 2 years ago
Separate chain calls

sankaest opened this pull request over 2 years ago
Use reusables actions.

terabytesoftw opened this pull request over 2 years ago
Update dependencies workflows.

terabytesoftw opened this pull request almost 3 years ago
Update psr/simple-cache requirement from ^1.0.1 to ^3.0.0

dependabot[bot] opened this pull request over 3 years ago
Fix static analysis, update dev-dependencies and support files

devanych opened this pull request over 3 years ago
ArrayCache data loss between several instances

Gerych1984 opened this issue over 3 years ago
Schedule GitHub workflows

viktorprogger opened this pull request over 3 years ago
Bump actions/cache from 2 to 2.1.5

dependabot[bot] opened this pull request over 3 years ago
Bump shivammathur/cache-extensions from 1 to 1.5.1

dependabot[bot] opened this pull request over 3 years ago
Bump shivammathur/setup-php from 2 to 2.11.0

dependabot[bot] opened this pull request over 3 years ago
Set ErrorLevel 1 for Psalm

Fantom409 opened this pull request almost 4 years ago
Bump actions/cache from v2 to v2.1.4

dependabot[bot] opened this pull request about 4 years ago
Cleanup

samdark opened this pull request about 4 years ago
Add test for invalid keys in NullCache

samdark opened this pull request about 4 years ago
Add test cases for coverage

devanych opened this pull request about 4 years ago
Raise minimum stability

samdark opened this pull request about 4 years ago
Cleanup .gitignore

devanych opened this pull request about 4 years ago
Fix stroring tags in cache to TagDependency

devanych opened this pull request about 4 years ago
Temporary PR for test...

vjik opened this pull request about 4 years ago
Fix composer.json

samdark opened this issue about 4 years ago
Update suggest section in composer.json

devanych opened this pull request about 4 years ago
Add ValueDependency and fix CallbackDependency

devanych opened this pull request about 4 years ago
Different stores for cache values and tags.

mj4444ru opened this issue about 4 years ago
Refactoring cache interface and dependencies

devanych opened this pull request about 4 years ago
Fix СacheItem and PrefixedCache

devanych opened this pull request about 4 years ago
Move prefix to PSR-16 decorator

samdark opened this pull request about 4 years ago
Refactoring CacheInterface and add early expiration

devanych opened this pull request about 4 years ago
Set ErrorLevel 2 for psalm

Fantom409 opened this pull request about 4 years ago
Update vimeo/psalm requirement from ^4.2 to ^4.3

dependabot[bot] opened this pull request about 4 years ago
Update roave/infection-static-analysis-plugin requirement from ^1.5 to ^1.6

dependabot[bot] opened this pull request about 4 years ago
Update roave/infection-static-analysis-plugin requirement from ^1.4 to ^1.5

dependabot[bot] opened this pull request about 4 years ago
Styleci

samdark opened this pull request about 4 years ago
Update vimeo/psalm requirement from ^4.1 to ^4.2

dependabot[bot] opened this pull request about 4 years ago
Update dependencies, add bc.yml workflow.

terabytesoftw opened this pull request about 4 years ago
Remove the restriction of key prefix to Cache

devanych opened this pull request about 4 years ago
Update psr/simple-cache requirement from ~1.0.0 to ~1.0.1

dependabot[bot] opened this pull request about 4 years ago
Update roave/infection-static-analysis-plugin requirement from ^1.3 to ^1.4

dependabot[bot] opened this pull request about 4 years ago
Add CacheKeyNormalizer

devanych opened this pull request about 4 years ago
Prefix restrictions.

mj4444ru opened this issue about 4 years ago
Adjust LICENSE

Fantom409 opened this pull request about 4 years ago
Introduce KeyNormalizer decorator

samdark opened this issue about 4 years ago
Update dev dependencies, pipelines, scrutinizer and fixed tests.

terabytesoftw opened this pull request over 4 years ago
Update infection/infection requirement from ^0.18.0 to ^0.18.0 || ^0.20.0

dependabot-preview[bot] opened this pull request over 4 years ago
Update infection/infection requirement from ^0.18.0 to ^0.18.0 || ^0.19.0

dependabot-preview[bot] opened this pull request over 4 years ago
Update vimeo/psalm requirement to ^4.0

dependabot-preview[bot] opened this pull request over 4 years ago
Update infection/infection requirement from ^0.18.0

dependabot-preview[bot] opened this pull request over 4 years ago
Remove cache key normalization and non-string keys support

samdark opened this pull request over 4 years ago
Switch to GHA and psalm

rustamwin opened this pull request over 4 years ago
Add base configuration + add properties types

xepozz opened this pull request over 4 years ago
Fixed double prefix addition.

mj4444ru opened this pull request over 4 years ago
Fix PSR compatibility

samdark opened this pull request over 4 years ago
No exception thrown for invalid key characters in storage backends

mikehaertl opened this issue over 4 years ago
Trim git history

xepozz opened this issue over 4 years ago
Switch to github actions

xepozz opened this issue over 4 years ago