https://github.com/orgmanager/orgmanager-custom
Custom Scripts created for OrgManager
https://github.com/orgmanager/orgmanager-custom
custom laravel orgmanager php scripts
Last synced: 2 months ago
JSON representation
Custom Scripts created for OrgManager
- Host: GitHub
- URL: https://github.com/orgmanager/orgmanager-custom
- Owner: orgmanager
- License: mpl-2.0
- Created: 2017-03-03T18:55:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T05:51:56.000Z (over 7 years ago)
- Last Synced: 2025-07-19T22:20:49.020Z (8 months ago)
- Topics: custom, laravel, orgmanager, php, scripts
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Custom Scripts created for Orgmanager
[](https://packagist.org/packages/orgmanager/orgmanager-custom)
[](LICENSE.md)
[](https://packagist.org/packages/orgmanager/orgmanager-custom)
Here you can find custom scripts created for the Orgmanager Hosted version needs.
## Installation
You can pull in the package via composer:
``` bash
composer require orgmanager/orgmanager-custom
```
Next up, the service provider must be registered:
```php
// config/app.php
'providers' => [
...
OrgManager\OrgmanagerCustom\OrgmanagerCustomServiceProvider::class,
];
```
## Commands
- Invite To Org command
```sh
php artisan orgmanager-custom:inviteusers
```
Used to periodically invite all the OrgManager users to the OrgManager organization.
- List Users command
```sh
php artisan orgmanager-custom:listusers
```
Used to print a table of the users registered on OrgManager.
- List Orgs command
```sh
php artisan orgmanager-custom:listorgs
```
Used to print a table of the organizations registered on OrgManager.
- Get Stats command
```sh
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](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email soy@miguelpiedrafita.com instead of using the issue tracker.
## Credits
- [Miguel Piedrafita](https://github.com/m1guelpf)
- [All Contributors](../../contributors)
## License
This package is licensed under the Mozilla Public license. Please see [License File](LICENSE.md) for more information.