https://github.com/madewithlove/semver
SemVer checker for Packagist
https://github.com/madewithlove/semver
packagist php semver
Last synced: 9 months ago
JSON representation
SemVer checker for Packagist
- Host: GitHub
- URL: https://github.com/madewithlove/semver
- Owner: madewithlove
- Created: 2015-04-03T10:08:29.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T03:51:15.000Z (over 1 year ago)
- Last Synced: 2024-10-30T06:26:24.427Z (over 1 year ago)
- Topics: packagist, php, semver
- Language: PHP
- Homepage: https://semver.mwl.be
- Size: 3.12 MB
- Stars: 93
- Watchers: 8
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SemVer
A SemVer checker tool for Packagist.

[](https://github.com/madewithlove/semver/issues)
[](https://github.com/madewithlove/semver/pulls)
[](https://github.com/madewithlove/semver/graphs/contributors)
[](#contributing)
## About
This is the repository for the SemVer checker tool hosted at [semver.madewithlove.com](https://semver.madewithlove.com).
### Tech Stack
- [Laravel](https://laravel.com)
- [Laravel Livewire](https://laravel-livewire.com)
- [PHPUnit](https://phpunit.de)
- [Tailwind CSS](https://tailwindcss.com)
## Prerequisites
- [Git](https://git-scm.com)
- [PHP 8.0+](https://www.php.net)
- [Composer](https://getcomposer.org)
## Installation
**1. Clone the repository:**
```bash
git clone git@github.com:madewithlove/semver.git
```
**2. Go to the project folder:**
```bash
cd semver
```
**3. Install the dependencies:**
```bash
composer install
```
**4. Create a copy of `.env.example`:**
```bash
cp .env.example .env
```
**5. Set the application key:**
```bash
php artisan key:generate
```
**6. Start the PHP development server:**
```bash
php artisan serve
```
## Tests
Run the following command:
```bash
php artisan test
```
## Contributing
Contributing to this repository is both appreciated and encouraged. If you have any specific questions, we're happy to help out.