Skip to content

Commit ea6c184

Browse files
authored
feat(php): Remove file cache driver for PHP (#733)
1 parent 5a0aee3 commit ea6c184

File tree

2 files changed

+2
-118
lines changed

2 files changed

+2
-118
lines changed

clients/algoliasearch-client-php/lib/Cache/FileCacheDriver.php

Lines changed: 0 additions & 118 deletions
This file was deleted.

website/docs/clients/migration-guides/php.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ title: PHP
66
| -------------------- | :------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
77
| `"algolia/algoliasearch-client-php": "^3.2"` | `"algolia/algoliasearch-client-php": "^4.0@alpha"` | **During the beta phase**, the clients are available under the package 4.x.x-alpha , you can find a full list [here](https://packagist.org/packages/algolia/algoliasearch-client-php). |
88
| `Algolia\AlgoliaSearch` | `Algolia\AlgoliaSearch\Api` | Exported clients have now the namespace suffixed by `Api`. |
9+
| `Algolia\AlgoliaSearch\Cache\FileCacheDriver` | **removed** | This implementation of the `CacheInterface` is not available anymore in the Client. If you feel the need for it, [please open an issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&template=Feature_request.md) |
10+
911

1012
### Usage
1113

0 commit comments

Comments
 (0)