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

https://github.com/amethyst-php/foo

Add two data: foo and bar. Used primarly for testing
https://github.com/amethyst-php/foo

amethyst-package

Last synced: over 1 year ago
JSON representation

Add two data: foo and bar. Used primarly for testing

Awesome Lists containing this project

README

          

# Foo

[![Action Status](https://github.com/amethyst-php/foo/workflows/Test/badge.svg)](https://github.com/amethyst-php/foo/actions)
[![Amethyst](https://img.shields.io/badge/package-Amethyst-7e57c2)](https://github.com/amethyst-php/amethyst)

Add two data: `foo` and `bar`. Used primarly for testing

# Requirements

- PHP 8.2 and later

## Installation

You can install it via [Composer](https://getcomposer.org/) by typing the following command:

```bash
composer require amethyst/foo
```

The package will automatically register itself.

## Testing

- Clone this repository
- Copy the default `phpunit.xml.dist` to `phpunit.xml`
- Change the environment variables as you see fit
- Launch `./vendor/bin/phpunit`