Download the PHP package matasarei/rumble without Composer
On this page you can find all versions of the php package matasarei/rumble. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package rumble
Rumble
A DynamoDB migration bundle for Symfony 4 based on original Rumble lib.
Class definition
- Migration: Every migration file (class) you create must extend the rumble class and must define an method.
- Seed: Every seed file (class) you create must extend the rumble class and must define a method.
Using Rumble
- Migration: to apply migrations, run
- Seed: to execute seed files, run
Supported DynamoDB features
Currently, supports only the below dynamodb features:
- Create table
- Update table
- Delete table
- Add Item
- Batch Write Item
Installation
-
Add bundle to your project:
-
Add config file:
With default content:
You can also override values by adding additional configurations to:
config/packages/dev/rumble.yaml
fordev
environment;config/packages/test/rumble.yaml
fortest
\qa
environment;config/packages/prod/rumble.yaml
forprod
environment.
Create a new table
You can change write \ read capacity later in table settings \ DynamoDB console or setup auto scaling.
Seed table
All versions of rumble with dependencies
PHP Build Version
Package Version
Requires
aws/aws-sdk-php Version
^3.0
symfony/console Version ^4.0
symfony/framework-bundle Version ^4.0
symfony/console Version ^4.0
symfony/framework-bundle Version ^4.0
The package matasarei/rumble contains the following files
Loading the files please wait ....