Download the PHP package abenmada/sylius-multi-factor-authentication-plugin without Composer

On this page you can find all versions of the php package abenmada/sylius-multi-factor-authentication-plugin. 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 sylius-multi-factor-authentication-plugin

Sylius Multi factor authentication Plugin

Multi factor authentication plugin for ShopUser and AdminUser

Details

MFA activation on the eshop

presentation photo

MFA verification after login on the eshop

presentation photo

MFA activation on the backoffice

presentation photo

MFA verification after login on the backoffice

presentation photo

Installation

Require plugin with composer :

⚠️ Please delete the automatically generated files config/packages/scheb_2fa.yaml and config/routes/scheb_2fa.yaml.

Change your config/bundles.php file to add the line for the plugin :

Then create the config file in config/packages/abenmada_multi_factor_authentication_plugin.yaml :

Then import the routes in config/routes/abenmada_multi_factor_authentication_plugin.yaml :

Change your config/services.yaml file :

Change your config/packages/security.yaml file :

Add a new tab in templates/bundles/SyliusAdminBundle/Layout/_security.html.twig file (if it doesn't exist, customize it) :

Customize the account menu :

Update the entity src/Entity/User/AdminUser.php :

Update the entity src/Entity/User/ShopUser.php :

Run the migration :

Install the assets :


All versions of sylius-multi-factor-authentication-plugin with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
scheb/2fa-bundle Version ^v5.13
scheb/2fa-google-authenticator Version ^5.13
scheb/2fa-qr-code Version ^5.13
sylius/sylius Version ^1.12
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 abenmada/sylius-multi-factor-authentication-plugin contains the following files

Collapse All

bin

  create_node_symlink.php

src

   Controller

     Action

   DependencyInjection

    Configuration.php
    MultiFactorAuthenticationExtension.php

   Entity

    .gitignore

   Form

     Type

   Migrations

    Version20230115191347.php

   Model

    MultiFactorAuthenticationTrait.php

   Resources

     config
     public
     translations
     views
  MultiFactorAuthenticationPlugin.php

features

  .gitignore

etc

   build

    .gitignore

tests

  .gitignore

.github

   workflows

    test.yml
LICENSE
README.md
behat.yml.dist
CHANGELOG.md
.php-cs-fixer.dist.php
composer.lock
ecs.php
.gitignore
phpspec.yml.dist
phpstan.neon
phpunit.xml.dist
psalm.xml
.editorconfig
composer.json