Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestit/odm-param-converter-bundle
Provide param converter for odm
https://github.com/bestit/odm-param-converter-bundle
commercetools odm symfony
Last synced: 10 days ago
JSON representation
Provide param converter for odm
- Host: GitHub
- URL: https://github.com/bestit/odm-param-converter-bundle
- Owner: bestit
- Created: 2017-07-06T17:43:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T11:20:41.000Z (over 4 years ago)
- Last Synced: 2024-03-15T10:11:18.510Z (8 months ago)
- Topics: commercetools, odm, symfony
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ODM Param Converter Bundle
This bundle provides a symfony param converter for the commercetools odm framework - similar to the doctrine param converter.
Installation
============Step 1: Download the Bundle
---------------------------Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:```console
$ composer require bestit/odm-param-converter-bundle
```This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.Step 2: Enable the Bundle
-------------------------Then, enable the bundle by adding it to the list of registered bundles
in the `app/AppKernel.php` file of your project:```php