File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 )
22Merge 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+
You can’t perform that action at this time.
0 commit comments