Minor updates to README.md
This commit is contained in:
parent
d0cd10dc1b
commit
ae5399115a
22
README.md
22
README.md
@ -1,6 +1,6 @@
|
||||
# OpenAPIClient-php
|
||||
# EuromedicaClient (php)
|
||||
|
||||
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
This is an auto-generated client for Euromedica web API
|
||||
|
||||
For more information, please visit [http://europharmacy.gr/contact/](http://europharmacy.gr/contact/).
|
||||
|
||||
@ -9,7 +9,7 @@ For more information, please visit [http://europharmacy.gr/contact/](http://euro
|
||||
### Requirements
|
||||
|
||||
PHP 7.4 and later.
|
||||
Should also work with PHP 8.0.
|
||||
Should also work with PHP 8.0-8.2.
|
||||
|
||||
### Composer
|
||||
|
||||
@ -20,35 +20,23 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https:////.git"
|
||||
"url": "https://git.dev.precisionlab.gr/pse-pub/euromedica-client.git"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"/": "*@dev"
|
||||
"europharmacy/euromedica-client": "dev-main"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Then run `composer install`
|
||||
|
||||
### Manual Installation
|
||||
|
||||
Download the files and include `autoload.php`:
|
||||
|
||||
```php
|
||||
<?php
|
||||
require_once('/path/to/OpenAPIClient-php/vendor/autoload.php');
|
||||
```
|
||||
|
||||
## Getting Started
|
||||
|
||||
Please follow the [installation procedure](#installation--usage) and then run the following:
|
||||
|
||||
```php
|
||||
<?php
|
||||
require_once(__DIR__ . '/vendor/autoload.php');
|
||||
|
||||
|
||||
|
||||
// Configure HTTP basic authorization: basic
|
||||
$config = Europharmacy\EuromedicaClient\Configuration::getDefaultConfiguration()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user