Download the PHP package innmind/ark without Composer
On this page you can find all versions of the php package innmind/ark. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package ark
Short Description Servers' array management
License MIT
Homepage http://github.com/Innmind/Ark
Informations about the package ark
Ark
The ark is a simple tool to spinup new servers and trash the ones in service in your infrastructure.
It works with the Ovh api and uses the vps endpoints or with Scaleway.
Only the installation provided by the ark array can be asked to be disposed.
Ovh implementation detail
Since it's not possible to order new servers via the Ovh api this library rely on the state of your servers.
If a server is stopped it considers that it is available when asking for a new server. When a server is chosen as a new server it will reinstall the server with a template id that you must provide, the only way to connect to the server will be via a ssh key (no password is generated as we couldn't automate the reinstallation).
With ovh disposing a server simply means it will stop the server (allowing it to be considered as available when asking for a new server).
Installation
Usage
Scaleway
Ovh
The very first step is to buy vps servers from ovh, then you can start writing this kind of code:
You can refer to the ovh documentation to know how you can generate the tokens needed to build the Api
object.
Important: you need to generate the consumer key yourself as it can't be automated. The library requires the following access rights in order to work properly: POST</me*>
, DELETE</me*>
, GET</vps*>
and POST</vps*>
.
All versions of ark with dependencies
innmind/url Version ~3.3
innmind/immutable Version ~3.5
ovh/ovh Version ^2.0
innmind/scaleway-sdk Version ~2.0
innmind/operating-system Version ~2.0
ramsey/uuid Version ^3.8
innmind/ssh-key-provider Version ~2.0