https://github.com/code16/jigsaw
https://github.com/code16/jigsaw
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code16/jigsaw
- Owner: code16
- License: other
- Created: 2022-09-01T06:53:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T08:01:19.000Z (about 3 years ago)
- Last Synced: 2024-04-14T06:08:33.592Z (almost 2 years ago)
- Language: PHP
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Very short description of the package
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
## Installation
You can install the package via composer:
```bash
composer require code16/jigsaw
```
## Usage
Add following to the env
```dotenv
JOCKO_API_URL=https://cms.code16.fr
JOCKO_API_TOKEN=...
```
Add following to your `config.php`
```php
[
'jocko_api' => [
'url' => env('JOCKO_API_URL'),
'token' => env('JOCKO_API_TOKEN'),
],
]
```
### Testing
```bash
composer test
```
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.