Minor updates to README.md

This commit is contained in:
Panayotis Kouvarakis 2026-02-23 22:22:15 +02:00
parent d0cd10dc1b
commit ae5399115a

View File

@ -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/). 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 ### Requirements
PHP 7.4 and later. PHP 7.4 and later.
Should also work with PHP 8.0. Should also work with PHP 8.0-8.2.
### Composer ### Composer
@ -20,35 +20,23 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow
"repositories": [ "repositories": [
{ {
"type": "vcs", "type": "vcs",
"url": "https:////.git" "url": "https://git.dev.precisionlab.gr/pse-pub/euromedica-client.git"
} }
], ],
"require": { "require": {
"/": "*@dev" "europharmacy/euromedica-client": "dev-main"
} }
} }
``` ```
Then run `composer install` 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 ## Getting Started
Please follow the [installation procedure](#installation--usage) and then run the following: Please follow the [installation procedure](#installation--usage) and then run the following:
```php ```php
<?php <?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure HTTP basic authorization: basic // Configure HTTP basic authorization: basic
$config = Europharmacy\EuromedicaClient\Configuration::getDefaultConfiguration() $config = Europharmacy\EuromedicaClient\Configuration::getDefaultConfiguration()