Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krisnaajiep/php-github-user-activity-cli
A simple command line interface (CLI) to fetch the recent activity of a GitHub user using PHP and Github API
https://github.com/krisnaajiep/php-github-user-activity-cli
cli-app command-line command-line-interface curlphp github github-api php
Last synced: 13 days ago
JSON representation
A simple command line interface (CLI) to fetch the recent activity of a GitHub user using PHP and Github API
- Host: GitHub
- URL: https://github.com/krisnaajiep/php-github-user-activity-cli
- Owner: krisnaajiep
- Created: 2024-10-30T03:51:04.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2024-10-30T04:41:27.000Z (17 days ago)
- Last Synced: 2024-10-30T07:12:23.332Z (17 days ago)
- Topics: cli-app, command-line, command-line-interface, curlphp, github, github-api, php
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# php-github-user-activity
A simple command line interface (CLI) to fetch the recent activity of a GitHub user using PHP and Github API. Inspired by https://roadmap.sh/projects/github-user-activity.
## Usage
```bash
$ php index.php [github-username]
```