Download the PHP package meuhmeuhconcept/fos-user-bundle without Composer

On this page you can find all versions of the php package meuhmeuhconcept/fos-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 fos-user-bundle

MeuhMeuhConcept FOS UserBundle

Build Status

Implementation of FosUserBundle for MeuhMeuhConcept

Installation

Add the repository in composer.json

Via composer

Installs bundles web assets under a public web directory

Configuration

Add bundles

In app/AppKernel.php, add following lines

Create your own user entity

Add fos user configuration and twig layout :

If you need a designed layout, you should use the default layout :

Add fos user security configuration :

Add fos user route :

Customization

If you need to change the logout path ('/logout' by default), you should edit the twig global 'mmc_fos_user_bundle_logout_path'. For example, if I need '/admin/logout' for logout path :

By default, the admin title prefix, in the login page, is 'MMC'. You can change it with the twig global :

And change the path in security.yml :

Use with MMC/SonataAdminBundle

If you use the bundle MMCSonataAdminBudnle and you need to use the admin of users you can enable it like this:

By default, the admin is place under sonata.admin.group.administration, you can change it like this :

If you override the configuration on sonata_admin.dashboard.groups, the previous configuration is useless because it will be overwritten.

You should add the service id mmc_fos_user_bundle.sonata_admin.user in the items list :

Don't forget to give access for your admin user with roel

Create a custom block

If you need to add a new custom block, you should :


All versions of fos-user-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ~7.0
doctrine/orm Version ^2.5
friendsofsymfony/user-bundle Version ~2.0
symfony/config Version ~3.4.38
symfony/dependency-injection Version ~3.4.38
symfony/doctrine-bridge Version ~3.4.38
symfony/event-dispatcher Version ~3.4.38
symfony/http-foundation Version ~3.4.38
symfony/http-kernel Version ~3.4.38
symfony/routing Version ~3.4.38
symfony/framework-bundle Version ~3.4.38
symfony/cache Version ~3.4.38
symfony/security-bundle Version ~3.4.38
symfony/security Version ~3.4.38
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 meuhmeuhconcept/fos-user-bundle contains the following files

Loading the files please wait ....