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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ark

Ark

Build Status codecov Type Coverage

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

PHP Build Version
Package Version
Requires php Version ~7.4|~8.0
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package innmind/ark contains the following files

Loading the files please wait ....