Download the PHP package libre-informatique/sonata-sylius-user-bundle without Composer

On this page you can find all versions of the php package libre-informatique/sonata-sylius-user-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 sonata-sylius-user-bundle

Sonata Sylius User Bundle

Travis Coveralls

Latest Stable Version Latest Unstable Version Total Downloads

This is a Symfony bundle providing a bridge between SonataAdmin and SyliusUser (an alternative to SonataUserBundle).

The idea behind this bundle was to have user management in Sonata Admin without using FOSUserBundle (which was not stable enough by the time we started this project).

Sylius already had a good user management component and bundle, we just filled the gap...

Installation

We assume you're familiar with Composer, a dependency manager for PHP. Use the following command to add the bundle to your composer.json and download the package.

If you have Composer installed globally

Otherwise you have to download .phar file.

Adding required bundles to the kernel

You need to enable the bundle inside the kernel.

If you're not using any other Sylius bundles, you will also need to add SyliusUserBundle and its dependencies to kernel. Don't worry, everything was automatically installed via Composer.

Note: Please register SyliusUserBundle before DoctrineBundle. This is important as it uses listeners which have to be processed first.

Configure Doctrine extensions

Configure doctrine extensions which are used by the bundle.

Update database schema

Run the following command.

Warning: This should be done only in dev environment! We recommend using Doctrine migrations, to safely update your schema.

Congratulations! The bundle is now installed and ready to be configured. :boom:

Configure routes and security

In this chapter, we assume your Sonata Admin routes are prefixed with /admin.

Import SonataSyliusUserBundle security routes (for login, lougout an login_check):

Configure your application security (this is an example):

Configure Sylius User Bundle

SonataSyliusUserBundle provides a configuration file that you can import in your application configuration :

If you want to use your own configuration for SyliusUserBundle (classes, repositoties, templates, etc), then you will have to adapt this config.yml to your needs instead of importing it.


All versions of sonata-sylius-user-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
symfony/symfony Version >=3.3
sylius/sylius Version ^1.0
blast-project/core-bundle Version self.version
blast-project/base-entities-bundle Version self.version
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 libre-informatique/sonata-sylius-user-bundle contains the following files

Loading the files please wait ....