orgmanager / orgmanager-custom
Custom Scripts created for Orgmanager
Requires
- php: ^7.0
This package is auto-updated.
Last update: 2024-10-29 04:04:08 UTC
README
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.