Download the PHP package edumarques/dynamophp-symfony without Composer
On this page you can find all versions of the php package edumarques/dynamophp-symfony. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download edumarques/dynamophp-symfony
More information about edumarques/dynamophp-symfony
Files in edumarques/dynamophp-symfony
Package dynamophp-symfony
Short Description Symfony bundle that wraps DynamoPHP and simplifies development on Symfony applications.
License MIT
Informations about the package dynamophp-symfony
DynamoPHP Symfony Bundle
The DynamoPHP Symfony Bundle integrates DynamoPHP into Symfony applications, providing seamless configuration and service registration for Amazon DynamoDB operations.
Features
- Auto-wiring of DynamoPHP services
- Configurable AWS SDK DynamoDB client, Marshaler and Serializer
- Sandbox application for testing and development
Installation
Install via Composer:
If your Symfony application is not configured to use Symfony Flex for automatic bundle registration, you need to
register it manually in config/bundles.php
:
Configuration
After installation, you must configure the bundle by creating a dynamo_php.yaml
file in your config/packages/
directory:
Usage
Once configured, you can inject DynamoPHP services into your Symfony services or controllers. For example, to use the EntityManager:
Contributing
Contributors are always welcome! For more information on how you can contribute, please read our contribution guideline.
For any questions, feel free to reach out to me directly by email: [email protected].
For more information on DynamoPHP, visit the DynamoPHP repository.
All versions of dynamophp-symfony with dependencies
edumarques/dynamophp Version ^0.5
symfony/config Version ^7.2
symfony/dependency-injection Version ^7.2
symfony/http-kernel Version ^7.2