https://github.com/codeadamca/php-github-fine-grained
A basic example of using a fine-graned access token to get repo information.
https://github.com/codeadamca/php-github-fine-grained
github php
Last synced: about 2 months ago
JSON representation
A basic example of using a fine-graned access token to get repo information.
- Host: GitHub
- URL: https://github.com/codeadamca/php-github-fine-grained
- Owner: codeadamca
- Created: 2025-02-04T15:20:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T16:29:42.000Z (over 1 year ago)
- Last Synced: 2025-03-31T12:27:17.875Z (about 1 year ago)
- Topics: github, php
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fine-Grained Access Token
A basic example of using a fine-graned access token to get repo information.
1. Login to GitHub
2. Navigate to the organization GitHub page.
3. Select `Settings` and then `Personal Access Token`.
4. Add a Personal Access Token Policy. All the defaults are sufficient.
5. Return to your personal GitHub page.
6. Navigate to `Settings`, `Developer Settings`, `Personal Access Tokens`, and `Fine-Graned Access Tokens`.
7. Click `Generate New Token` and all the defaults are fine.
---
## Project Stack
This project uses vanilla [PHP](https://www.php.net/).

---
## Repo Resources
* [BrickMMO](https://www.brickmmo.com/)
* [GitHub Personal Access Toekn](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)