{ "manifests": { "imper86/allegro-api-bundle": { "manifest": { "bundles": { "Imper86\\AllegroApiBundle\\Imper86AllegroApiBundle": [ "all" ] }, "env": { "ALLEGRO_CLIENT_ID": "your_client_id", "ALLEGRO_CLIENT_SECRET": "your_client_secret" }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "post-install-output": [ " * Register your application by visiting https://apps.developer.allegro.pl/ or https://apps.developer.allegro.pl.allegrosandbox.pl/", " * Edit .env.local with your client id and client secret", " * Configure bundle - imper86_allegro_api.yaml in your config/packages directory", " * Do make:migration or doctrine:schema:update for bundle's entities", " * Start using visiting /allegro-api/start - this route will prepare allegro authorization url and will redirect you to allegro login page" ] }, "files": { "config/packages/imper86_allegro_api.yaml": { "contents": [ "imper86_allegro_api:", " sandbox: true", "" ], "executable": false }, "config/routes/imper86_allegro_api.yaml": { "contents": [ "imper86_allegro_api:", " resource: '@Imper86AllegroApiBundle/Resources/config/routes.xml'", "" ], "executable": false } }, "ref": "1cdfc3f653eac69a087b2888f16c3cf173967105" } } }