Download the PHP package hpcloud/hpcloud-php without Composer

On this page you can find all versions of the php package hpcloud/hpcloud-php. 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 hpcloud-php

HPCloud-PHP

This package provides PHP OpenStack bindings for HP Helion OpenStack and the HP Helion Public Cloud.

You can use this library to:

Previously this library could be used to interact with our relational database (DBaaS and MySQL compatible). The relational database API has changed and the bindings do not currently support this feature.

Requirements

Suggestions

We also have support for using PHP's native HTTP stream wrapper, but it is not as reliable. We recommend cURL.

Versioning

We have a goal to be as consistent as possible with Semantic Versioning. For released HP Cloud services this is what you can expect. For products in beta expect the included components to be in beta.

Installation

There are currently two methods of installation. We've been considering PEAR and Phar releases, but have currently limited to only Composer and builds because these cover our needs.

Method #1:

Use Composer to download and install the latest version of HPCloud-PHP.

Method #2:

Download a tagged release and include it in your project.

Features

Identity Services

Authenticate, authorize service usage, and retrieve account information.

Object Storage

Store files or other data objects in containers on your object storage instance. Create, modify and delete containers. Manage ACLs. Read, write, and delete objects. Expose objects in your object storage to other services.

With full stream wrapper support, you can use built-in PHP functions like file_get_contents(), fopen(), and stat() for reading and writing files into object storage.

CDN

With CDN service enabled (available in the public cloud), objects in Object Storage can be pushed onto the HP Helion Public Cloud edge server network.

With this library, manage CDN integration for object storage containers, and manage individual objects. The library allows you to fetch cached objects either from object storage or from the CDN cache.

Autoloading

HPCloud is PSR-0 compliant, which means that it should work with any PSR-0 autoloader. However, it also comes with its own autoloader for apps that don't yet make use of a standard autoloader.

Composer Support

HPCloud-PHP is available as part of the Packagist archive, which means you can use Composer to automatically download, install, and manage revisions to HPCloud-PHP from within your project.

We're big fans of Composer.

More information

HP Cloud is a cloud computing platform that provides many services, inlcuding compute installs, object and block storage, and a host of hosted services.

This library provides access to those services.

The best source of documentation is the official API documentation, which is available at http://hpcloud.github.com/HPCloud-PHP/doc/api/html/index.html


HPCloud-PHP is maintained by the Developer Experience team at HP Cloud.


All versions of hpcloud-php with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.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 hpcloud/hpcloud-php contains the following files

Loading the files please wait ....