Download the PHP package fastfony/identity-bundle without Composer

On this page you can find all versions of the php package fastfony/identity-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package identity-bundle

FastfonyIdentityBundle

A Symfony bundle focused on identification and the management of users, roles and groups.

Features

Installation

Install the bundle via Composer:

This will automatically install the required dependencies including:

Configuration

1. Enable the Bundle

If you're using Symfony Flex and you have play the recipe for the bundle, the bundle will be automatically enabled and config files will be created and you can directly read the section Use the Bundle.

Otherwise, add it to config/bundles.php:

2. Configuration

If you don't use Symfony Flex, see Configuration for the configuration of the bundle.

Use the bundle

1. Create Database Schema

Option 1 - With migrations (recommended):

Generate and run migrations to create the database tables:

Option 2 - Without migrations:

Alternatively, you can create the schema directly:

It's done! 🥳 You can now start using the bundle.

2. Register your first user

Option 1 - With command:

Option 2 - With your browser:

Go to the /register route in order to create the first user account, be sure that your MAILER_DSN is correctly configure and sending messages async is disabled (or your messages consumer command is running) for receive the login link e-mail.

3. Usage

By default, routes behind /secure-area require the user logged in (you can change that in config/packages/security.yaml).

More detailed usage instructions and customizations can be found in the Documentation.

License

This bundle is released under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Support

For issues, questions, or contributions, please visit the GitHub repository.


All versions of identity-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
symfony/doctrine-bridge Version ^7.4|^8.0
symfony/framework-bundle Version ^7.4|^8.0
symfony/rate-limiter Version ^7.4|^8.0
symfony/security-bundle Version ^7.4|^8.0
symfony/validator Version ^7.4|^8.0
symfony/config Version ^7.4|^8.0
symfony/dependency-injection Version ^7.4|^8.0
symfony/http-kernel Version ^7.4|^8.0
doctrine/orm Version ^2.14|^3.0
doctrine/doctrine-bundle Version ^2.7|^3.2
stof/doctrine-extensions-bundle Version ^1.12
symfony/mailer Version ^7.4|^8.0
symfony/messenger Version ^7.4|^8.0
symfony/notifier Version ^7.4|^8.0
symfony/twig-bundle Version ^7.4|^8.0
twig/extra-bundle Version ^3.21
twig/cssinliner-extra Version ^3.21
twig/inky-extra Version ^3.21
symfony/translation Version ^7.4|^8.0
symfony/uid Version ^7.4|^8.0
symfony/form Version ^7.4|^8.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package fastfony/identity-bundle contains the following files

Loading the files please wait ...