{"id":15287427,"url":"https://github.com/bengoruser/simplebusbridgebundle","last_synced_at":"2025-07-21T08:33:37.492Z","repository":{"id":62493080,"uuid":"60482128","full_name":"BenGorUser/SimpleBusBridgeBundle","owner":"BenGorUser","description":"Symfony bundle that glues UserBundle and Matthias Noback's SimpleBus","archived":false,"fork":false,"pushed_at":"2017-06-26T06:33:48.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-27T06:17:09.453Z","etag":null,"topics":["command-bus","ddd","event-bus","php","simple-bus","symfony-bundle","user-management"],"latest_commit_sha":null,"homepage":null,"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/BenGorUser.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-06-05T21:29:44.000Z","updated_at":"2016-06-05T21:29:58.000Z","dependencies_parsed_at":"2022-11-02T09:30:57.946Z","dependency_job_id":null,"html_url":"https://github.com/BenGorUser/SimpleBusBridgeBundle","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/BenGorUser/SimpleBusBridgeBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenGorUser%2FSimpleBusBridgeBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenGorUser%2FSimpleBusBridgeBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenGorUser%2FSimpleBusBridgeBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenGorUser%2FSimpleBusBridgeBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenGorUser","download_url":"https://codeload.github.com/BenGorUser/SimpleBusBridgeBundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenGorUser%2FSimpleBusBridgeBundle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266267291,"owners_count":23902334,"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":["command-bus","ddd","event-bus","php","simple-bus","symfony-bundle","user-management"],"created_at":"2024-09-30T15:28:07.249Z","updated_at":"2025-07-21T08:33:37.471Z","avatar_url":"https://github.com/BenGorUser.png","language":"PHP","readme":"# SimpleBusBridgeBundle\n\u003e Symfony bundle that glues UserBundle and Matthias Noback's SimpleBus\n\n[![Build Status](https://travis-ci.org/BenGorUser/SimpleBusBridgeBundle.svg?branch=master)](https://travis-ci.org/BenGorUser/SimpleBusBridgeBundle)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/BenGorUser/SimpleBusBridgeBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/BenGorUser/SimpleBusBridgeBundle/?branch=master)\n[![Total Downloads](https://poser.pugx.org/bengor-user/simple-bus-bridge-bundle/downloads)](https://packagist.org/packages/bengor-user/simple-bus-bridge-bundle/)\n[![Latest Stable Version](https://poser.pugx.org/bengor-user/simple-bus-bridge-bundle/v/stable.svg)](https://packagist.org/packages/bengor-user/simple-bus-bridge-bundle/)\n[![Latest Unstable Version](https://poser.pugx.org/bengor-user/simple-bus-bridge-bundle/v/unstable.svg)](https://packagist.org/packages/bengor-user/simple-bus-bridge-bundle/)\n\n## Requirements\nPHP \u003e= 5.5\u003c/br\u003e\nSymfony \u003e= 2.8 \n\n## Installation\nThe easiest way to install this component is using [Composer][6]\n```bash\n$ composer require bengor-user/simple-bus-bridge-bundle\n```\n\n## Documentation\nAll the documentation is stored inside the [user bundle](https://github.com/BenGorUser/UserBundle/blob/master/docs/index.md).\n\n## Tests\nThis bundle is completely tested by **[PHPSpec][1], SpecBDD framework for PHP**.\n\nRun the following command to launch tests:\n```bash\n$ vendor/bin/phpspec run -fpretty\n```\n\n## Contributing\nIf you have any doubt or maybe you want to share some opinion, you can use our **Gitter** chat.\n\n[![Join the chat at https://gitter.im/BenGorUser/User](https://badges.gitter.im/BenGorUser/User.svg)](https://gitter.im/BenGorUser/User?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nBenGorUser uses [Crowdin][7] as tool to manage translations so, please help us translating your favorite language\nvia this service. Pull requests about translations will not be accepted.\n\n[![Crowdin](https://d322cqt584bo4o.cloudfront.net/bengoruser/localized.svg)](https://crowdin.com/project/bengoruser)\n\nThis bundle follows PHP coding standards, so pull requests need to execute the Fabien Potencier's [PHP-CS-Fixer][5].\nFurthermore, if the PR creates some not-PHP file remember that you have to put the license header manually. In order\nto simplify we provide a Composer script that wraps all the commands related with this process.\n```bash\n$ composer run-script cs\n```\n\nThere is also a policy for contributing to this project. Pull requests must be explained step by step to make the\nreview process easy in order to accept and merge them. New methods or code improvements must come paired with\n[PHPSpec][1] tests.\n\nIf you would like to contribute it is a good point to follow Symfony contribution standards, so please read the\n[Contributing Code][2] in the project documentation. If you are submitting a pull request, please follow the guidelines\nin the [Submitting a Patch][3] section and use the [Pull Request Template][4].\n\n## Credits\nThis bundle is created by:\n\u003e\n**@benatespina** - [benatespina@gmail.com](mailto:benatespina@gmail.com)\u003cbr\u003e\n**@gorkalaucirica** - [gorka.lauzirika@gmail.com](mailto:gorka.lauzirika@gmail.com)\n\n## Licensing Options\n[![License](https://poser.pugx.org/bengor-user/simple-bus-bridge-bundle/license.svg)](https://github.com/BenGorUser/SimpleBusBridgeBundle/blob/master/LICENSE)\n\n[1]: http://www.phpspec.net/\n[2]: http://symfony.com/doc/current/contributing/code/index.html\n[3]: http://symfony.com/doc/current/contributing/code/patches.html#check-list\n[4]: http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request\n[5]: http://cs.sensiolabs.org/\n[6]: http://getcomposer.org\n[7]: https://crowdin.com/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbengoruser%2Fsimplebusbridgebundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbengoruser%2Fsimplebusbridgebundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbengoruser%2Fsimplebusbridgebundle/lists"}