2017 © Pedro Peláez
 

symfony-bundle session-bundle

Doctrine ORM Session Storage Handler

image

smart-core/session-bundle

Doctrine ORM Session Storage Handler

  • Thursday, November 2, 2017
  • by smart-core
  • Repository
  • 2 Watchers
  • 3 Stars
  • 593 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SmartCore SessionBundle

Doctrine ORM Session Storage Handler, (*1)

Из особенностей, бандл хранит поле user_id, что позволяет получать список пользователей online., (*2)

Installation

Enable the bundle in the kernel:, (*3)

``` php <?php // app/AppKernel.php, (*4)

public function registerBundles() { $bundles = array( // ... new SmartCore\Bundle\SessionBundle\SmartCoreSessionBundle(), ); }, (*5)


Enable handler_id: ``` yaml # app/config/config.yml framework: session: handler_id: smart_core_session.handler

@todo

  • Конфигурирование автоподключения, например:, (*6)

    ``` yaml, (*7)

    app/config/config.yml

    smart_core_session: autoconfigure: true ```, (*8)

    В этом случае, будет автоматически применяется handler_id в конфигурации framework бандла., (*9)

The Versions

02/11 2017

dev-master

9999999-dev http://smart-core.org

Doctrine ORM Session Storage Handler

  Sources   Download

The Requires

 

session