Giter VIP home page Giter VIP logo

openstack-sdk-php-1's Introduction

OpenStack PHP-Client

This package provides PHP OpenStack bindings.

You can use this library to:

  • Authenticate your application to OpenStack.
  • Interact with Object Storage (aka Swift).

Coming soon:

  • Intect with the Compute (Nova) manager.
  • Interact with other OpenStack services

Requirements

  • PHP 5.3
  • An active OpenStack account with the desired services.

Suggestions

  • Enable the cURL extension for full protocol support.

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.

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 OpenStack.

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 OpenStack 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.

Autoloading

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

Composer Support

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

We're big fans of Composer.

More information

OpenStack 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://FIXME

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.