Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudcommunity/automated-github-org-invites
This PHP script enables users to receive an invitation to a specified GitHub organization by submitting their GitHub username.
https://github.com/cloudcommunity/automated-github-org-invites
automate-organization-invite github github-api github-org github-organization github-organization-management github-organizations github-orgs-api invite-users php
Last synced: 5 days ago
JSON representation
This PHP script enables users to receive an invitation to a specified GitHub organization by submitting their GitHub username.
- Host: GitHub
- URL: https://github.com/cloudcommunity/automated-github-org-invites
- Owner: cloudcommunity
- License: mit
- Created: 2024-03-20T06:00:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T06:17:33.000Z (8 months ago)
- Last Synced: 2024-03-20T07:23:37.767Z (8 months ago)
- Topics: automate-organization-invite, github, github-api, github-org, github-organization, github-organization-management, github-organizations, github-orgs-api, invite-users, php
- Language: PHP
- Homepage: https://cloudstudy.net
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Automated GitHub Org Invites
This PHP script enables users to receive an invitation to a specified GitHub organization by submitting their GitHub username. It handles POST requests from a simple form, sanitizes the input username, and uses the GitHub API to send an invitation to the provided GitHub username to join the organization. The script utilizes cURL for API communication and requires a valid personal access token with sufficient permissions. It includes basic error handling to provide feedback on the success or failure of the invitation process.
This script in action: https://cloudstudy.net/invite2github
References:
- https://github.com/thundergolfer/automated-github-organization-invites
- https://github.com/obumnwabude/github-invite
- https://dev.to/github/automating-org-invitations-with-github-37b9
- https://medium.com/code-applied-to-life/automated-github-organization-invites-3e940aa27040
- https://stackoverflow.com/questions/42948567/automatic-invites-to-your-github-organisation