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 18
18
matrix :
19
19
operating-system : [ubuntu-latest]
20
20
php-versions : ['8.0', '8.1', '8.2', '8.3']
21
- mongodb-version : ['6.0']
22
21
23
22
name : PHP ${{ matrix.php-versions }} quality/tests on ${{ matrix.operating-system }}
24
23
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 )
2
2
Merge requests are welcome but will require the tests plus the quality tools to pass:
3
3
4
4
_ (Commands must be run from the repository root)_
@@ -19,11 +19,22 @@ Support for this extension must be posted to the main [Phpfastcache repository](
19
19
## Composer installation:
20
20
21
21
``` php
22
- composer install phpfastcache/mongodb -extension
22
+ composer install phpfastcache/dynamodb -extension
23
23
```
24
24
25
25
#### ⚠️ 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.
27
27
28
28
## 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