Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolim4 committed Jan 7, 2024
1 parent 50c9072 commit 6e7ff2e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.0', '8.1', '8.2', '8.3']
mongodb-version: ['6.0']

name: PHP ${{ matrix.php-versions }} quality/tests on ${{ matrix.operating-system }}
env:
Expand Down
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 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)
## 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)
Merge requests are welcome but will require the tests plus the quality tools to pass:

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

```php
composer install phpfastcache/mongodb-extension
composer install phpfastcache/dynamodb-extension
```

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

## Events
This driver is currently not emitting [customs events](https://github.com/PHPSocialNetwork/phpfastcache/blob/master/docs/EVENTS.md).
This driver is currently emitting [customs events](https://github.com/PHPSocialNetwork/phpfastcache/blob/master/docs/EVENTS.md).

- onDynamodbCreateTable(*Callable* **$callback**)
- **Callback arguments**
- *ExtendedCacheItemPoolInterface* **$itemPool**
- *EventReferenceParameter($params)* **$params** _via EventReferenceParameter object_ **(type modification forbidden)**
- **Scope**
- Dynamodb Driver
- **Description**
- Allow you to alter the parameters built used to create the table
- **Risky Circular Methods**: None

0 comments on commit 6e7ff2e

Please sign in to comment.