Skip to content

Simple PHP script to retrieve and display latest commits for a public GitHub repo.

License

Notifications You must be signed in to change notification settings

dev-hoehle/simple-commit-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple commit log

commit log screenshot

This project is a simple PHP script that retrieves the latest commits for a GitHub repository and displays them in a table on a web page.

Installation

To use this script, simply customize the owner, repo, and num_commits variables in the PHP code to match the GitHub repository you want to display.