darkorsa / cordo-bundle-users
Users bundle for Cordo microframework
Installs: 102
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/darkorsa/cordo-bundle-users
This package is auto-updated.
Last update: 2025-09-20 20:36:50 UTC
README
Users bundle for Cordo microframework.
Install
Go to your Cordo project folder root dir and type:
$ composer require darkorsa/cordo-bundle-users
Next register bundle install command in ./cordo
file:
$application->add(new \Cordo\Bundle\Users\InstallCommand($container));
and execute command:
$ php cordo cordo-bundle-users:install <context>
where <contex>
is your context in which you wish to install this bundle, for example: Client
, Shop
, Backoffice
, etc.
That command will:
- copy all the files to your
./app/<context>
folder - update
./app/Register.php
file - create the DB schemas
Great! Users bundle now is installed and ready to use.
Security
If you discover any security related issues, please email dkorsak@gmail.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.