Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        





madewithlove




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
Prerequisites
Installation
Tests
Contributing


Built with :heart:︎ and :coffee: by heroes at madewithlove.

## 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.