https://github.com/sysvale/apifiles
https://github.com/sysvale/apifiles
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sysvale/apifiles
- Owner: Sysvale
- Created: 2020-11-03T14:21:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T15:27:38.000Z (about 3 years ago)
- Last Synced: 2025-06-29T00:52:03.432Z (about 1 year ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ApiFiles
A Laravel library to abstract communication with api-files
## Installation
```bash
composer require sysvale/api-files
```
## Configuration
- Publish the config file and it will be created as `apifiles.php`
```bash
php artisan vendor:publish --tag apifiles-config
```
- Set URL and the access token
## Development
- Set up environment
```bash
docker-composer up -d
```
- Install dependencies
```bash
./docker-exec.sh composer update
```
- Run tests
```bash
./docker-exec.sh vendor/bin/phpunit
```