Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madewithlove/semver
SemVer checker for Packagist
https://github.com/madewithlove/semver
packagist php semver
Last synced: 3 days ago
JSON representation
SemVer checker for Packagist
- Host: GitHub
- URL: https://github.com/madewithlove/semver
- Owner: madewithlove
- Created: 2015-04-03T10:08:29.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T03:51:15.000Z (2 months ago)
- Last Synced: 2024-10-30T06:26:24.427Z (2 months 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.![ci](https://github.com/madewithlove/semver/actions/workflows/ci.yml/badge.svg)
[![issues](https://img.shields.io/github/issues/madewithlove/semver)](https://github.com/madewithlove/semver/issues)
[![pull requests](https://img.shields.io/github/issues-pr/madewithlove/semver)](https://github.com/madewithlove/semver/pulls)
[![contributors](https://img.shields.io/github/contributors/madewithlove/semver)](https://github.com/madewithlove/semver/graphs/contributors)
[![contributions](https://img.shields.io/badge/contributions-welcome-brightgreen)](#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 [email protected]: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.