Download the PHP package code-colliders/basic-user-bundle without Composer
On this page you can find all versions of the php package code-colliders/basic-user-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download code-colliders/basic-user-bundle
More information about code-colliders/basic-user-bundle
Files in code-colliders/basic-user-bundle
Package basic-user-bundle
Short Description A basic integration for authentication in symfony
License CECILL-2.1
Homepage https://codecolliders.com
Informations about the package basic-user-bundle
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Configure the bundle (using command line tool)
Use php bin/console basic-user:init
to create bundle configurations
Use php bin/console basic-user:init -c User
to create bundle configurations and the User entity
Configure the bundle (manually)
Step 1: Create a User class
the class must implement the \Symfony\Component\Security\Core\User\UserInterface
or extends the \CodeColliders\BasicUserBundle\Entity\UserBase
Step 2: create configurations
package config:
you can use
php bin/console config:dump-reference code_colliders_basic_user
to get the configuration file reference.
routing:
Configure the security bundle
you can use
php bin/console config:dump-reference security
to get the security configuration file reference.
All versions of basic-user-bundle with dependencies
symfony/framework-bundle Version ^5.0|^4.4
symfony/orm-pack Version ^1.0
symfony/security-bundle Version ^5.0|^4.4
symfony/twig-pack Version ^1.0