2017 © Pedro Peláez
 

library user

User component for Black projects

image

black/user

User component for Black projects

  • Wednesday, October 12, 2016
  • by pocky
  • Repository
  • 1 Watchers
  • 3 Stars
  • 14 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

User

A DDD/CQRS library for User Management (with his bundle for Symfony users), (*1)

<!-- SensioLabsInsight, (*2)

Installation

The recommended way to install User is through Composer:, (*3)

{
    "require": {
        "black/user": "@stable"
    }
}

Protip: You should browse the [black/user][7] user to choose a stable version to use, avoid the @stable meta constraint., (*4)

Usage

@todo, (*5)

Symfony

Crea an User class and extends the lib user class:, (*6)


Add the bundle to your Kernel class, (*7)

new Black\Bundle\UserBundle\BlackUserBundle(),

And add the configuration to your config.yml, (*8)

# User Bundle
black_user:
    db_driver: orm
    user_class: Account\Domain\Entity\User

License

User is released under the MIT License. See the bundled LICENSE file for details., (*9)

Contributing

See CONTRIBUTING file., (*10)

Credits

This README is heavily inspired by Hateoas library by the great @willdurand. This guy needs your PR for the sake of the REST in PHP., (*11)

Alexandre "pocky" Balmes alexandre@lablackroom.com. Send me Flattrs if you love my work, buy me gift or hire me!, (*12)

The Versions