fusio / cli
Fusio CLI
Fund package maintenance!
chriskapp
Patreon
www.paypal.me/fusioapi
Installs: 8 145
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=8.0
- fusio/model: ^3.0
- guzzlehttp/guzzle: ^7.0
- psr/log: ^1.0|^2.0|^3.0
- psx/http: ^4.0
- psx/schema: ^5.0
- symfony/console: ^5.0|^6.0
- symfony/yaml: ^5.0|^6.0
Requires (Dev)
- phpunit/phpunit: ^8.0
- vimeo/psalm: ^4.0
README
About
Fusio is an open source API management platform which helps to build and manage RESTful APIs. This repository contains the Fusio CLI client. More information about Fusio at https://www.fusio-project.org/
This client is also a great inspiration if you need to build a CLI tool for your API. The Model folder contains all automatically generated models. The command then simply transforms the incoming data in such a model and sends it to the API. To access the API you need to login through the login command which requests an access token for the provided username and password.