diff --git a/README.md b/README.md index 2fbba49..39c80f4 100644 --- a/README.md +++ b/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 -