maicol07 / flarum-api-client
Standalone package for calling the API of a Flarum installation.
1.5.2
2024-03-19 10:01 UTC
Requires
- php: >=7.3|^8.0
- ext-json: *
- guzzlehttp/guzzle: ^7
- illuminate/cache: >=6
- illuminate/support: >=6
Requires (Dev)
- phpoption/phpoption: ^1
- phpunit/phpunit: ^9
- roave/security-advisories: dev-latest
- vlucas/phpdotenv: ^5
Suggests
- vlucas/phpdotenv: Required for running tests with Laravel 6 (^3.3) or Laravel 7 (^4). If you use Laravel 8 this package is already installed
README
This is a generic PHP API client for use in any project. You can simply include this package as a dependency to your project to use it.
Read the documentation for other infos, such as installing and configuring it