{"id":14984077,"url":"https://github.com/bengoruser/userbundle","last_synced_at":"2026-03-16T09:02:01.516Z","repository":{"id":62493091,"uuid":"45050230","full_name":"BenGorUser/UserBundle","owner":"BenGorUser","description":"Symfony bundle built on top of BenGorUser library","archived":false,"fork":false,"pushed_at":"2017-06-26T08:04:05.000Z","size":717,"stargazers_count":12,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T17:21:32.960Z","etag":null,"topics":["ddd","domain-driven-design","php","symfony-bundle","user-management"],"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/BenGorUser.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2015-10-27T15:25:11.000Z","updated_at":"2019-03-21T12:11:02.000Z","dependencies_parsed_at":"2022-11-02T09:45:33.966Z","dependency_job_id":null,"html_url":"https://github.com/BenGorUser/UserBundle","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenGorUser%2FUserBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenGorUser%2FUserBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenGorUser%2FUserBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenGorUser%2FUserBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenGorUser","download_url":"https://codeload.github.com/BenGorUser/UserBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281424,"owners_count":21077423,"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":["ddd","domain-driven-design","php","symfony-bundle","user-management"],"created_at":"2024-09-24T14:08:24.813Z","updated_at":"2026-03-16T09:01:56.477Z","avatar_url":"https://github.com/BenGorUser.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BenGorUserBundle\n\u003e Fully featured and test covered user Symfony bundle built on top of [BenGorUser][6] library\n\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/5a2ac745-59f8-47b9-806a-6d1f4f9c96a6/mini.png)](https://insight.sensiolabs.com/projects/5a2ac745-59f8-47b9-806a-6d1f4f9c96a6)\n[![Build Status](https://travis-ci.org/BenGorUser/UserBundle.svg?branch=master)](https://travis-ci.org/BenGorUser/UserBundle)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/BenGorUser/UserBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/BenGorUser/UserBundle/?branch=master)\n[![Total Downloads](https://poser.pugx.org/bengor-user/user-bundle/downloads)](https://packagist.org/packages/bengor-user/user-bundle)\n[![Latest Stable Version](https://poser.pugx.org/bengor-user/user-bundle/v/stable.svg)](https://packagist.org/packages/bengor-user/user-bundle)\n[![Latest Unstable Version](https://poser.pugx.org/bengor-user/user-bundle/v/unstable.svg)](https://packagist.org/packages/bengor-user/user-bundle)\n\nFollowing the [basic configuration guide](docs/basic_configuration.md), in 2 minutes you will have the following\nfully tested **multiple user type** and **multiple renderers** (HTML / JSON) features in your Symfony application:\n\n * User registration\n    * Basic\n    * With confirmation\n    * By invitation\n * Change password\n    * Basic\n    * Without old password\n    * Using Remember password\n * Log in / log out\n * JWT authentication\n * User removal\n * Role management\n    * Grant\n    * Revoke\n * Purge outdated tokens\n    * Invitation token\n    * Remember password token\n    \n## Requirements\nPHP \u003e= 5.5\u003c/br\u003e\nSymfony \u003e= 2.8 \n\n## Documentation\n\nAll the documentation is stored in the `docs` folder.\n\n[Show me the docs!](docs/index.md)\n\n## Tests\nThis bundle is completely tested by **[PHPSpec][1], SpecBDD framework for PHP**.\n\nIn case you want to contribute or just run the tests, use the following command.\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][8] 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/user-bundle/license.svg)](https://github.com/BenGorUser/UserBundle/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]: https://github.com/BenGorUser/User\n[7]: http://getcomposer.org\n[8]: https://crowdin.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbengoruser%2Fuserbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbengoruser%2Fuserbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbengoruser%2Fuserbundle/lists"}