Download the PHP package mennen-online/simple-api-connector without Composer
On this page you can find all versions of the php package mennen-online/simple-api-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mennen-online/simple-api-connector
More information about mennen-online/simple-api-connector
Files in mennen-online/simple-api-connector
Download mennen-online/simple-api-connector
More information about mennen-online/simple-api-connector
Files in mennen-online/simple-api-connector
Vendor mennen-online
Package simple-api-connector
Short Description Configure each API you want to Connect simply via configuration File
License GPL-3.0-or-later
Package simple-api-connector
Short Description Configure each API you want to Connect simply via configuration File
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package simple-api-connector
Simple Api Connector
Description
Are you tired of writing new API Connectors following the same procedures?
Save time using this Package:
Now you are able to connect third party APIs in a simple way: Through Laravels config files.
Installation
Usage
Create a new config file in config/api directory, named for example my-shopware6-shop.php Paste the following content into the file:
Now we will explore the single Array keys and their meaning:
- fallback_response_model => We use this model if no response model is defined for a specific endpoint
- base_url => The base url of the API
- authentication.type => The authentication method used for the API
- authentication.username => The username used for basic and digest authentication
- authentication.password => The password used for basic and digest authentication
- authentication.token => The token used for bearer and token authentication
- authentication.client_id => The client id used for client_credentials authentication
- authentication.client_secret => The client secret used for client_credentials authentication
- authentication.authentication_url => The authentication url used for client_credentials authentication
- endpoints => The endpoints of the API as endpoint_name => endpoint_url
- response_models => The response models of the API as endpoint_name => response_model
The Package allows GET, POST, PUT and DELETE requests.
To instanciate the API Connector use the following code:
All versions of simple-api-connector with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
mennen-online/laravel-response-models Version ^2.1
illuminate/support Version 10.*
mennen-online/laravel-response-models Version ^2.1
illuminate/support Version 10.*
The package mennen-online/simple-api-connector contains the following files
Loading the files please wait ....