1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00

Improve suggestions to install ovh-php repository

This modification adds the explanations to install quickly through composer without generate a composer.json file using only a command.
This commit is contained in:
Ángel Guzmán Maeso 2016-11-15 16:24:34 +01:00 committed by GitHub
parent 01d233b910
commit e8c3dbf13e

View File

@ -27,7 +27,11 @@ Quickstart
To download this wrapper and integrate it inside your PHP application, you can use [Composer](https://getcomposer.org). To download this wrapper and integrate it inside your PHP application, you can use [Composer](https://getcomposer.org).
Add the repository in your **composer.json** file or, if you don't already have Quick integration with the following command:
composer require ovh/ovh
Or add the repository in your **composer.json** file or, if you don't already have
this file, create it at the root of your project with this content: this file, create it at the root of your project with this content:
```json ```json