Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orgmanager/orgmanager
Invite System for GitHub Organizations
https://github.com/orgmanager/orgmanager
github github-api invites laravel organization orgmanager php
Last synced: 14 days ago
JSON representation
Invite System for GitHub Organizations
- Host: GitHub
- URL: https://github.com/orgmanager/orgmanager
- Owner: orgmanager
- License: mpl-2.0
- Created: 2017-01-13T17:37:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T11:02:06.000Z (12 months ago)
- Last Synced: 2024-05-22T19:35:56.201Z (6 months ago)
- Topics: github, github-api, invites, laravel, organization, orgmanager, php
- Language: PHP
- Homepage:
- Size: 3.12 MB
- Stars: 199
- Watchers: 24
- Forks: 109
- Open Issues: 45
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/code_of_conduct.md
Awesome Lists containing this project
- awesome-for-beginners - OrgManager - only)_ <br> Supercharge your GitHub organizations! (PHP)
- fucking-awesome-for-beginners - OrgManager - only)_ <br> Supercharge your GitHub organizations! (PHP)
README
[![Build Status](https://travis-ci.org/orgmanager/orgmanager.svg?branch=master)](https://travis-ci.org/orgmanager/orgmanager)
[![Code Coverage](https://scrutinizer-ci.com/g/orgmanager/orgmanager/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/orgmanager/orgmanager/?branch=master)
[![CodeCov](https://codecov.io/gh/orgmanager/orgmanager/branch/master/graph/badge.svg)](https://codecov.io/gh/orgmanager/orgmanager)
[![GitHub release](https://api.releasepage.co/v1/pages/0af37d75-ff86-4381-8f0d-5590fa8027a1/badge.svg?apiKey=live.QzuQeWHAAvXWoO5h)](http://releases.orgmanager.miguelpiedrafita.com)
[![license](https://img.shields.io/github/license/orgmanager/orgmanager.svg)](LICENSE.md)
[![Codacy grade](https://img.shields.io/codacy/grade/e27821fb6289410b8f58338c7e0bc686.svg)](https://www.codacy.com/app/m1guelpiedrafita/orgmanager/dashboard)
[![Packagist](https://img.shields.io/packagist/v/orgmanager/orgmanager.svg)](https://packagist.org/packages/orgmanager/orgmanager)
[![OpenCollective](https://opencollective.com/orgmanager/backers/badge.svg)](#backers)
[![OpenCollective](https://opencollective.com/orgmanager/sponsors/badge.svg)](#sponsors)> Invite System for GitHub Organizations
OrgManager takes Github Organization invites to a new level! [Read more on the OrgManager documentation](https://orgmanager.readme.io/docs/about-orgmanager).
## Table of Contents
- [Install](#install)
- [Updating](#updating)
- [Testing](#testing)
- [Built With](#built-with)
- [Support Channels](#support-channels)
- [Contributing](#contributing)
- [Support OrgManager](#support-orgmanager)
- [People](#people)
- [License](#license)## Install
To install the OrgManager **Stable Version**, [check out these docs](https://orgmanager.unmarkdocs.co/stable-version/requirements).
To learn how to setup the OrgManager **Developer Version** up and running on your local machine for development and testing purposes see the [OrgManager Developer Version](https://orgmanager.unmarkdocs.co/development-version/requirements) section in the OrgManager Documentation.
## Updating
OrgManager is under active development, and that means it gets lots of updates, bug fixes and new features. Read the guides below to learn how to update to the latest OrgManager version.
For updating a development environment, read the [Updating the OrgManager Developer Version](https://orgmanager.unmarkdocs.co/development-version/updating) section in the OrgManager Documentation. For updating a production environment, read the [Updating the OrgManager Stable Version](https://orgmanager.unmarkdocs.co/stable-version/updating) section in the OrgManager Documentation.
For the versions available, see the [releases page](https://github.com/orgmanager/orgmanager/releases).
## Testing
We use the Laravel testing functionalities and PHPUnit to add automated testing to OrgManager.
You can read about [how to configure the testing environment and how to run the tests](https://orgmanager.unmarkdocs.co/development-version/testing) in the OrgManager Documentation.
## Built With
* [PHP](https://php.net) - The programming language used.
* [MySQL](https://mysql.com) - Database software used.
* [Laravel](https://laravel.com) - The web framework used.
* [Composer](https://getcomposer.org) - The Dependency Management software used.
* [Github](https://github.com) - Thank you for your awesome API, and to the awesome people at [Github Support](https://github.com/contact)!
* [Socialite](https://github.com/laravel/socialite) - The OAuth library used.
* [PHP Github API](https://github.com/KnpLabs/php-github-api) & [Laravel Version](https://github.com/GrahamCampbell/Laravel-GitHub) - The API clients used
* [PHP reCaptcha](https://github.com/google/recaptcha) - The reCaptcha Client
* [Tailwind CSS](https://tailwindcss.com/) - The frontend framework used
* [Octicons](https://octicons.github.com/) - The icons used## Support Channels
Facing an issue? Want to meet other OrgManager users? Just want to say hello?
Read the [OrgManager Support Channels](https://orgmanager.unmarkdocs.co/support) section in the OrgManager Documentation.
## Contributing
Please read the [Contributing to OrgManager](https://orgmanager.unmarkdocs.co/contributing) section on the OrgManager Documentation for ideas on how to help, and the [CONTRIBUTING.md](https://github.com/orgmanager/orgmanager/blob/master/.github/CONTRIBUTING.md) file for details on our code of conduct, and the process for submitting pull requests.
### Support OrgManager
Whether you are an individual or an organization, you can pledge as low as $1/month to support the development of OrgManager & other non-profit and open-source projects. **[Support me on Patreon](https://www.patreon.com/m1guelpiedrafita)**.
### People
For information about all the people that have helped to make this possible, check the [People](https://orgmanager.unmarkdocs.co/thanks) section in the OrgManager Documentation.
## License
Licensed under the Mozilla Public License (MPL). For more information, checkout the [LICENSE](LICENSE.md).