| Package Data | |
|---|---|
| Maintainer Username: | balping |
| Package Create Date: | 2017-08-12 |
| Package Last Update: | 2018-06-07 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-04 15:06:42 |
| Package Statistics | |
|---|---|
| Total Downloads: | 7,579 |
| Monthly Downloads: | 37 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Warning: This project has been moved to GitLab: https://gitlab.com/balping/laravel-version
Simple wrapper around version_compare to check Laravel versions.
composer require balping/laravel-version
if (LaravelVersion::min('5.5')) {
// do something
} else {
// do something else
}
This package is licensed under the Expat (MIT) license.