|
3
|
1 |
FOSUserBundle |
|
|
2 |
============= |
|
|
3 |
|
|
|
4 |
The FOSUserBundle adds support for a database-backed user system in Symfony2. |
|
|
5 |
It provides a flexible framework for user management that aims to handle |
|
|
6 |
common tasks such as user login, registration and password retrieval. |
|
|
7 |
|
|
|
8 |
Features include: |
|
|
9 |
|
|
|
10 |
- Users can be stored via Doctrine ORM, MongoDB or CouchDB ODM |
|
|
11 |
- REST-ful authentication |
|
|
12 |
- Registration support, with an optional confirmation per mail |
|
|
13 |
- Password reset support |
|
|
14 |
- Unit tested |
|
|
15 |
|
|
|
16 |
**Caution:** This bundles is developed in sync with [symfony's repository](https://github.com/symfony/symfony) |
|
|
17 |
|
|
|
18 |
Documentation |
|
|
19 |
------------- |
|
|
20 |
|
|
|
21 |
The bulk of the documentation is stored in the `Resources/doc/index.md` |
|
|
22 |
file in this bundle: |
|
|
23 |
|
|
|
24 |
[Read the Documentation](https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/doc/index.md) |
|
|
25 |
|
|
|
26 |
Installation |
|
|
27 |
------------ |
|
|
28 |
|
|
|
29 |
All the installation instructions are located in [documentation](https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/doc/index.md). |
|
|
30 |
|
|
|
31 |
License |
|
|
32 |
------- |
|
|
33 |
|
|
|
34 |
This bundle is under the MIT license. See the complete license in the bundle: |
|
|
35 |
|
|
|
36 |
Resources/meta/LICENSE |
|
|
37 |
|
|
|
38 |
About |
|
|
39 |
----- |
|
|
40 |
|
|
|
41 |
UserBundle is a [knplabs](https://github.com/knplabs) initiative. |
|
|
42 |
See also the list of [contributors](https://github.com/FriendsOfSymfony/FOSUserBundle/contributors). |
|
|
43 |
|
|
|
44 |
Reporting an issue or a feature request |
|
|
45 |
--------------------------------------- |
|
|
46 |
|
|
|
47 |
Issues and feature requests are tracked in the [Github issue tracker](https://github.com/FriendsOfSymfony/FOSUserBundle/issues). |
|
|
48 |
|
|
|
49 |
When reporting a bug, it may be a good idea to reproduce it in a basic project |
|
|
50 |
built using the [Symfony Standard Edition](https://github.com/symfony/symfony-standard) |
|
|
51 |
to allow developers of the bundle to reproduce the issue by simply cloning it |
|
|
52 |
and following some steps. |