charlo-chopin / starton
There is no license information available for the latest version (dev-master) of this package.
Interact with https://www.starton.io api.
dev-master
2022-04-27 13:20 UTC
Requires
- php: >=8.1
- ext-json: *
- guzzlehttp/guzzle: ^7.4
- jms/serializer: ^3.17
- marc-mabe/php-enum: ^4.6
- vlucas/phpdotenv: ^5.4
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-27 18:47:25 UTC
README
Installation ๐จ
composer require charlo-chopin/starton
Unit tests ๐งช
To run the tests, you need to provide the api key from the starton app.
- Generate the env file:
cp tests/.env.dist tests/.env
. - Ensure to set all values.
Contributing ๐พ
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.