Commit Graph

6 Commits

Author SHA1 Message Date
Abel Hoogeveen b08688ccb0
The PHP 8.0 update, introducing version 1.3.0.
continuous-integration/drone/push Build is passing Details
Mostly a compatibility update, with some general beautification.

The following important changes have been made:
2021-11-24 20:23:41 +01:00
Abel Hoogeveen 0b5a867bc7
Small bugfix.
continuous-integration/drone/push Build is passing Details
- Added a small fix that suppresses warnings when no cache data exists.
2021-11-24 12:37:51 +01:00
Abel Hoogeveen d834f77b7e Integration Tests for all Providers (#1)
continuous-integration/drone/push Build is passing Details
Fixed FileProvider returning an illegal index.

Now working with docker secrets.

Started implementing drone

Reviewed-on: #1
Co-Authored-By: Abel Hoogeveen <abel@i15.nl>
Co-Committed-By: Abel Hoogeveen <abel@i15.nl>
2020-12-21 14:38:03 +01:00
Abel Hoogeveen 653a725461
Finished up composer.json.
Library is now complete. Only work left on continuous testing.
2020-12-21 12:02:36 +01:00
Abel Hoogeveen 80d0450f5c
Got the base working.
- Working providers: Dummy, Redis and File
- Component now delivers the selected storage based on its config file
- Now provides ObjectStorageTest, a PSR CacheProvider compatible object to save and cache data in ObjectStorage
2020-12-20 19:43:02 +01:00
Abel Hoogeveen 8f3a2ba826
Initial commit 2020-11-26 22:02:36 +01:00