orgmanager/orgmanager-custom

Custom Scripts created for Orgmanager

1.3.0 2017-03-20 19:14 UTC

This package is auto-updated.

Last update: 2024-03-29 02:42:10 UTC


README

Latest Version on Packagist Software License Total Downloads

Here you can find custom scripts created for the Orgmanager Hosted version needs.

Installation

You can pull in the package via composer:

composer require orgmanager/orgmanager-custom

Next up, the service provider must be registered:

// config/app.php
'providers' => [
    ...
    OrgManager\OrgmanagerCustom\OrgmanagerCustomServiceProvider::class,

];

Commands

  • Invite To Org command
php artisan orgmanager-custom:inviteusers

Used to periodically invite all the OrgManager users to the OrgManager organization.

  • List Users command
php artisan orgmanager-custom:listusers

Used to print a table of the users registered on OrgManager.

  • List Orgs command
php artisan orgmanager-custom:listorgs

Used to print a table of the organizations registered on OrgManager.

  • Get Stats command
php artisan orgmanager-custom:getstats (-T | --table)

Used to print the stats in plain text (or in a table format when using -T).

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email soy@miguelpiedrafita.com instead of using the issue tracker.

Credits

License

This package is licensed under the Mozilla Public license. Please see License File for more information.