{"id":23278899,"url":"https://github.com/gitoido/querybusbundle","last_synced_at":"2025-04-06T12:43:15.328Z","repository":{"id":62546713,"uuid":"63168651","full_name":"gitoido/QueryBusBundle","owner":"gitoido","description":"Query Bus bundle for Symfony 2x/3.x","archived":false,"fork":false,"pushed_at":"2019-04-30T06:50:24.000Z","size":20,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T18:39:58.101Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitoido.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-12T15:15:46.000Z","updated_at":"2019-04-30T06:49:20.000Z","dependencies_parsed_at":"2022-11-02T22:02:01.668Z","dependency_job_id":null,"html_url":"https://github.com/gitoido/QueryBusBundle","commit_stats":null,"previous_names":["gitoido/querybusbundle","warezgibzzz/querybusbundle"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitoido%2FQueryBusBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitoido%2FQueryBusBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitoido%2FQueryBusBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitoido%2FQueryBusBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitoido","download_url":"https://codeload.github.com/gitoido/QueryBusBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485292,"owners_count":20946397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-19T22:37:41.735Z","updated_at":"2025-04-06T12:43:15.309Z","avatar_url":"https://github.com/gitoido.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QueryBusBundle\n\n[![Build Status](https://travis-ci.org/warezgibzzz/QueryBusBundle.svg?branch=master)](https://travis-ci.org/warezgibzzz/QueryBusBundle)\n[![Coverage Status](https://coveralls.io/repos/github/warezgibzzz/QueryBusBundle/badge.svg?branch=master)](https://coveralls.io/github/warezgibzzz/QueryBusBundle?branch=master)\n[![Latest Stable Version](https://poser.pugx.org/warezgibzzz/query-bus-bundle/v/stable)](https://packagist.org/packages/warezgibzzz/query-bus-bundle)\n[![Latest Unstable Version](https://poser.pugx.org/warezgibzzz/query-bus-bundle/v/unstable)](https://packagist.org/packages/warezgibzzz/query-bus-bundle)\n[![Total Downloads](https://poser.pugx.org/warezgibzzz/query-bus-bundle/downloads)](https://packagist.org/packages/warezgibzzz/query-bus-bundle)\n[![Monthly Downloads](https://poser.pugx.org/warezgibzzz/query-bus-bundle/d/monthly)](https://packagist.org/packages/warezgibzzz/query-bus-bundle)\n[![Daily Downloads](https://poser.pugx.org/warezgibzzz/query-bus-bundle/d/daily)](https://packagist.org/packages/warezgibzzz/query-bus-bundle)\n\nDescription\n===========\n\nQuery Bus bundle for Symfony2 adopting [AjglSimpleBusQueryBus](https://github.com/ajgarlag/AjglSimpleBusQueryBus) simple bus extension.\nCodebase is based on [SymfonyBridge](https://github.com/SimpleBus/SymfonyBridge) SimpleBus bundle.\n\nInstallation\n============\n\nStep 1: Download the Bundle\n---------------------------\n\nOpen a command console, enter your project directory and execute the\nfollowing command to download the latest stable version of this bundle:\n\n```bash\n$ composer require warezgibzzz/query-bus-bundle:dev-master\n```\n\nThis command requires you to have Composer installed globally, as explained\nin the [installation chapter](https://getcomposer.org/doc/00-intro.md)\nof the Composer documentation.\n\nStep 2: Enable the Bundle\n-------------------------\n\nThen, enable the bundle by adding it to the list of registered bundles\nin the `app/AppKernel.php` file of your project:\n\n```php\n\u003c?php\n// app/AppKernel.php\n\n// ...\nclass AppKernel extends Kernel\n{\n    public function registerBundles()\n    {\n        $bundles = array(\n            // ...\n\n            new Warezgibzzz\\QueryBusBundle\\WarezgibzzzQueryBusBundle(),\n        );\n\n        // ...\n    }\n\n    // ...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitoido%2Fquerybusbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitoido%2Fquerybusbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitoido%2Fquerybusbundle/lists"}