Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 10, 2024 via composer

friendsofsymfony/user-bundle v3.2.1

Symfony FOSUserBundle
Package summary
Share
0
issues
2
licenses
47
MIT
1
BSD-3-Clause
Package created
1 Nov 2011
Version published
6 Jul 2023
Maintainers
1
Total deps
48
Direct deps
16
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
47 Packages, Including:
friendsofsymfony/user-bundle@v3.2.1
psr/cache@3.0.0
psr/clock@1.0.0
psr/container@2.0.2
psr/event-dispatcher@1.0.0
psr/log@3.0.0
symfony/cache@v7.0.7
symfony/cache-contracts@v3.5.0
symfony/clock@v7.0.7
symfony/config@v6.4.7
symfony/dependency-injection@v6.4.7
symfony/deprecation-contracts@v3.5.0
symfony/error-handler@v7.0.7
symfony/event-dispatcher@v6.4.7
symfony/event-dispatcher-contracts@v3.5.0
symfony/filesystem@v7.0.7
symfony/finder@v7.0.7
symfony/form@v6.4.7
symfony/framework-bundle@v6.4.7
symfony/http-foundation@v6.4.7
symfony/http-kernel@v6.4.7
symfony/options-resolver@v6.4.7
symfony/password-hasher@v7.0.7
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-intl-grapheme@v1.29.0
symfony/polyfill-intl-icu@v1.29.0
symfony/polyfill-intl-normalizer@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/polyfill-php83@v1.29.0
symfony/process@v7.0.7
symfony/property-access@v7.0.7
symfony/property-info@v7.0.7
symfony/routing@v6.4.7
symfony/security-bundle@v6.4.7
symfony/security-core@v6.4.7
symfony/security-csrf@v7.0.7
symfony/security-http@v7.0.7
symfony/service-contracts@v3.5.0
symfony/string@v7.0.7
symfony/translation@v6.4.7
symfony/translation-contracts@v3.5.0
symfony/twig-bridge@v6.4.7
symfony/twig-bundle@v6.4.7
symfony/validator@v6.4.7
symfony/var-dumper@v7.0.7
symfony/var-exporter@v7.0.7

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
twig/twig@v3.9.3
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

16
All Dependencies CSV
β“˜ This is a list of friendsofsymfony/user-bundle 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
symfony/configv6.4.7-MIT
prod dev
symfony/dependency-injectionv6.4.7-MIT
prod dev
symfony/event-dispatcherv6.4.7-MIT
prod dev
symfony/event-dispatcher-contractsv3.5.0-MIT
prod dev
symfony/formv6.4.7-MIT
prod dev
symfony/framework-bundlev6.4.7-MIT
prod dev
symfony/http-foundationv6.4.7-MIT
prod dev
symfony/http-kernelv6.4.7-MIT
prod dev
symfony/options-resolverv6.4.7-MIT
prod
symfony/routingv6.4.7-MIT
prod dev
symfony/security-bundlev6.4.7-MIT
prod dev
symfony/security-corev6.4.7-MIT
prod dev
symfony/translationv6.4.7-MIT
prod dev
symfony/twig-bundlev6.4.7-MIT
prod dev
symfony/validatorv6.4.7-MIT
prod dev
twig/twigv3.9.3-BSD-3-Clause
prod dev

Visualizations

Frequently Asked Questions

What does friendsofsymfony/user-bundle do?

The FriendsOfSymfony User Bundle is an essential toolkit for any Symfony2+ application. It offers a database-backed user system that can fulfill common user management tasks such as user registration and password retrieval. One of its key benefits is its flexibility, as it supports storage through Doctrine ORM or MongoDB/CouchDB ODM. It features registration with optional email confirmation and password reset capabilities. However, it is crucial to note that while it can provide a user provider for the core SecurityBundle, it does not supply an authentication system in itself.

How do you use friendsofsymfony/user-bundle?

Using the FOSUserBundle on your Symfony2+ project can drastically speed up the development process. To get started with this bundle, you need to install it via composer. However, as the package only receives minimal maintenance, you should consider other alternatives for new projects. Moreover, the bundle's usability extends beyond setting user registration and password reset, you may also include email verification, password reset, and change password by integrating it with https://github.com/SymfonyCasts/verify-email-bundle and https://github.com/SymfonyCasts/reset-password-bundle respectively. Always remember that while it's a developer-friendly tool, it's crucial to implement it properly in your project to match your specific needs.

Where are the friendsofsymfony/user-bundle docs?

The comprehensive documentation for FriendsOfSymfony User Bundle is stored in the Resources/doc/ directory within the bundle and is also accessible on Symfony's official website. You may look into the documentation for 'master' at https://symfony.com/doc/master/bundles/FOSUserBundle/index.html or for '1.3.x' at https://symfony.com/doc/1.3.x/bundles/FOSUserBundle/index.html. The documentation provides detailed instructions regarding the installation and utilization of the bundle, making it a valuable resource for developers familiarizing themselves with the bundle.