signifly / laravel-struct
A simple package to handle communication with Struct API
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/signifly/laravel-struct
Requires
- php: ^7.4|^8.0
- guzzlehttp/guzzle: ^7.2
- illuminate/contracts: ^8.0|^9.0
- illuminate/http: ^8.0|^9.0
- illuminate/routing: ^8.0|^9.0
- illuminate/support: ^8.0|^9.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- orchestra/testbench: ^6.0|^7.0
- phpunit/phpunit: ^9.0
- signifly/php-config: ^1.0
This package is auto-updated.
Last update: 2024-04-24 23:25:26 UTC
README

Make requests to the Struct API from your Laravel app
The signifly/laravel-struct
package allows you to easily make requests to the Struct API.
Installation
You can install the package via composer:
composer require signifly/laravel-struct
The package will automatically register itself.
Documentation
You can find the full documentation here. Struct API Documentation here.
Testing
composer test
Security
If you discover any security issues, please email dev@signifly.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.