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
- Host: GitHub
- URL: https://github.com/amethyst-php/foo
- Owner: amethyst-php
- License: mit
- Created: 2019-01-01T16:51:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T17:15:57.000Z (about 2 years ago)
- Last Synced: 2025-03-05T01:35:58.368Z (over 1 year ago)
- Topics: amethyst-package
- Language: PHP
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Foo
[](https://github.com/amethyst-php/foo/actions)
[](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`