FriendsOfSymfony/propel1-user-bundle

Name: propel1-user-bundle

Owner: FriendsOfSymfony

Description: Propel 1.x integration for FOSUserBundle

Created: 2016-11-27 23:28:07.0

Updated: 2017-02-13 18:06:36.0

Pushed: 2017-06-01 09:02:07.0

Homepage: null

Size: 14

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

FOSPropel1UserBundle

The FOSPropel1UserBundle provides support for Propel 1.x in FOSUserBundle.

Build Status Total Downloads Latest Stable Version

Installation

Install the bundle through composer:

mposer require friendsofsymfony/propel1-user-bundle "~1.0@dev"

Then enable the bundle in the kernel:

p
pp/AppKernel.php

ic function registerBundles()

$bundles = array(
    // ...
    new FOS\UserBundle\FOSUserBundle(),
    new FOS\Propel1UserBundle\FOSPropel1UserBundle(),
    // ...
);

Usage

This bundle will automatically configure FOSUserBundle to use FOS\Propel1UserBundle\Model\User as its user class when enabled. When configuring FOSUserBundle, skip the configuration of the db_driver and service.user_manager settings, as well as of the user_class (unless you want to change the user class).

License

This bundle is under the MIT license. See the complete license in the bundle

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.