Skip to content

Commit 6e7ff2e

Browse files
committed
Updated README
1 parent 50c9072 commit 6e7ff2e

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
matrix:
1919
operating-system: [ubuntu-latest]
2020
php-versions: ['8.0', '8.1', '8.2', '8.3']
21-
mongodb-version: ['6.0']
2221

2322
name: PHP ${{ matrix.php-versions }} quality/tests on ${{ matrix.operating-system }}
2423
env:

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Contributing [![PHP Tests](https://github.com/PHPSocialNetwork/mongodb-extension/actions/workflows/php.yml/badge.svg)](https://github.com/PHPSocialNetwork/mongodb-extension/actions/workflows/php.yml)
1+
## Contributing [![PHP Tests](https://github.com/PHPSocialNetwork/dynamodb-extension/actions/workflows/php.yml/badge.svg)](https://github.com/PHPSocialNetwork/dynamodb-extension/actions/workflows/php.yml)
22
Merge requests are welcome but will require the tests plus the quality tools to pass:
33

44
_(Commands must be run from the repository root)_
@@ -19,11 +19,22 @@ Support for this extension must be posted to the main [Phpfastcache repository](
1919
## Composer installation:
2020

2121
```php
22-
composer install phpfastcache/mongodb-extension
22+
composer install phpfastcache/dynamodb-extension
2323
```
2424

2525
#### ⚠️ This extension requires:
26-
1️ The composer `mongodb/mongodb` library `1.10` at least.
26+
1️ The composer `aws/aws-sdk-php` library `3.0` at least.
2727

2828
## Events
29-
This driver is currently not emitting [customs events](https://github.com/PHPSocialNetwork/phpfastcache/blob/master/docs/EVENTS.md).
29+
This driver is currently emitting [customs events](https://github.com/PHPSocialNetwork/phpfastcache/blob/master/docs/EVENTS.md).
30+
31+
- onDynamodbCreateTable(*Callable* **$callback**)
32+
- **Callback arguments**
33+
- *ExtendedCacheItemPoolInterface* **$itemPool**
34+
- *EventReferenceParameter($params)* **$params** _via EventReferenceParameter object_ **(type modification forbidden)**
35+
- **Scope**
36+
- Dynamodb Driver
37+
- **Description**
38+
- Allow you to alter the parameters built used to create the table
39+
- **Risky Circular Methods**: None
40+

0 commit comments

Comments
 (0)