Download the PHP package jeromedia/laravel-github-service without Composer
On this page you can find all versions of the php package jeromedia/laravel-github-service. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jeromedia/laravel-github-service
More information about jeromedia/laravel-github-service
Files in jeromedia/laravel-github-service
Download jeromedia/laravel-github-service
More information about jeromedia/laravel-github-service
Files in jeromedia/laravel-github-service
Vendor jeromedia
Package laravel-github-service
Short Description A service for interacting with GitHub repositories and comparing versions.
License MIT
Homepage https://github.com/jeromedia/laravel-github-service
Package laravel-github-service
Short Description A service for interacting with GitHub repositories and comparing versions.
License MIT
Homepage https://github.com/jeromedia/laravel-github-service
Keywords jeromedialaravel-github-service
Please rate this library. Is it a good library?
Informations about the package laravel-github-service
Laravel GitHub Service
A Laravel package to fetch and compare GitHub repository versions.
Description
This package provides a simple way to:
- Get the current version of a Laravel web application (from Git tags).
- Fetch the latest release tag from a GitHub repository.
- Compare the two versions to check for updates.
Installation
1. Install the package using Composer
2. Publish the configuration - Important
3. The Github Full APi link for fetching the latest release
4. Add to your .env file
Usage
1. Add the following code to your footer
Somewhere in your footer
2. Add the route to your api routes file or publish the route
3. Or publish the route
4. Clear the GitHub version cache
Development & Contributions
- Author: [Jerome / Jeromedia Team]
- Website: [jeromedia.com]
- Contact: [[email protected]]
- License: Private (Internal Use)
Notes
- This package requires a GitHub personal access token to fetch repository data.
- Works best with Laravel 9+ and PHP 8+.
All versions of laravel-github-service with dependencies
PHP Build Version
Package Version
The package jeromedia/laravel-github-service contains the following files
Loading the files please wait ....