sysvale / api-files
A library to abstract communication with api-files
Installs: 3 596
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 0
Open Issues: 1
Requires
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- mockery/mockery: ^1.3
- orchestra/testbench: ^5.8
- phpunit/phpunit: ^8.5.8|^9.3.3
This package is auto-updated.
Last update: 2024-10-27 18:11:58 UTC
README
A Laravel library to abstract communication with api-files
Installation
composer require sysvale/api-files
Configuration
- Publish the config file and it will be created as
apifiles.php
php artisan vendor:publish --tag apifiles-config
- Set URL and the access token
Development
- Set up environment
docker-composer up -d
- Install dependencies
./docker-exec.sh composer update
- Run tests
./docker-exec.sh vendor/bin/phpunit