An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Custom Scripts created for Orgmanager

[![Latest Version on Packagist](https://img.shields.io/packagist/v/orgmanager/orgmanager-custom.svg?style=flat-square)](https://packagist.org/packages/orgmanager/orgmanager-custom)
[![Software License](https://img.shields.io/badge/license-AGPLv3-blue.svg?style=flat-square)](LICENSE.md)
[![Total Downloads](https://img.shields.io/packagist/dt/orgmanager/orgmanager-custom.svg?style=flat-square)](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.