Download the PHP package ibmjstart/wp-bluemix-objectstorage without Composer

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

Credit

This plugin has been forked from the Amazon S3 plugin (http://wordpress.org/extend/plugins/amazon-s3-and-cloudfront/) and modified to use IBM Object Storage instead of S3.

Media Storage on IBM Object Storage

Contributors: aahamilt, clement360, alewitt
Tags: uploads, Openstack, swift, mirror, admin, media, remote, storage
Requires at least: 3.5
Tested up to: 4.4
License: GPLv3
Copies files to IBM Object Storage on Bluemix as they are uploaded to the Media Library.

Description

This plugin automatically copies images, videos, documents, and any other media added through WordPress' media uploader to Softlayer's implementation of Openstack Swift. It then automatically replaces the URL to each media file with their respective Softlayer URL. Image thumbnails are also copied to Swift and delivered through Swift.

Uploading files directly to your Swift account is not currently supported by this plugin. They are uploaded to your application first, then copied to Swift. However, once they have been uploaded to Swift, they will be removed from the application. Files are served over https.

Installation

This plugin is built in to the WordPress boilerplate on Bluemix. It should require no effort on your half to work properly.

You can access the settings page on the Object Storage option selection in the admin settings panel.

Uninstallation

This plugin is designed to NOT be disabled. Disabling the plugin means that files will be stored on the applications local filesystem. Restarting your app could result in losing all of the files you currently have saved that aren't uploaded to Object Storage. However, if you wish to disable this plugin, then remove it from wp-content/plugins/wp-bluemx-objectstorage.

Changelog

0.4 - 2015-11-30

0.3 - 2015-2-11

0.2 - 2014-11-04

0.1 - 2014-09-16


All versions of wp-bluemix-objectstorage with dependencies

PHP Build Version
Package Version
Requires php-opencloud/openstack 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 ibmjstart/wp-bluemix-objectstorage contains the following files

Collapse All

assets

   css

    styles.css

   js

    script.js
    script.min.js

   sass

    styles.scss
  config.rb

classes

  swift-plugin-base.php
  swift.php

include

  functions.php

view

  error.php
  settings.php
.gitignore
README.md
composer.json
hide-deactivation.js
license.txt
objectstorage.php