Download the PHP package omissis/php-cloudfiles without Composer

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

;; PHP Cloud Files API ;; ======================================================================== ;; This package contains the PHP API for the Cloud Files storage system. ;; ;; Please see http://www.rackspacecloud.com/ for more information regarding the ;; Cloud Files storage system. ;; ;; Install ;; ------------------------------------------------------------------------ ;; Extract this archive and make sure the source code files are in your ;; PHP "include path". To use the API in your source code, just make ;; sure to include/require the "cloudfiles.php" script. ;; ;; Requirements ;; ------------------------------------------------------------------------ ;; [mandatory] PHP version 5.x (developed against 5.2.0) ;; [mandatory] PHP's cURL module ;; [mandatory] PHP enabled with mbstring (multi-byte string) support ;; [suggested] PEAR FileInfo module (for Content-Type detection) ;; ;; Examples ;; ------------------------------------------------------------------------ ;; For sample code, please see the tests and API docs. ;; ;; Docs ;; ------------------------------------------------------------------------ ;; The included documentation was generated directly from the source ;; code files using the PHPDocumentor tool. ;; ;; This README file is actually the PHPDocumentor INI configuration file. ;; The following packages were installed via PEAR to generate the HTML ;; API documentation. ;; ;; PEAR 1.4.11 (stable) ;; PhpDocumentor 1.4.2 (stable) ;; XML_Beautifier 1.2.0 (stable) ;; XML_Parser 1.3.1 (stable) ;; XML_Util 1.2.0 (stable) ;; ;; To re-generate the API docs, make sure the above software is ;; available and run: ;; rm -rf docs && phpdoc -c phpdoc.ini ;; ;; Tests ;; ------------------------------------------------------------------------ ;; The tests are based on phpunit and are run with PHPUnit 3.3.17 ;; please follow the instructions on : ;; ;; http://www.phpunit.de/manual/current/en/installation.html ;; ;; to install PHPUnit. When installed just run the command phpunit on ;; the top of the directory and it will launch the tests. ;; ;; The tests/Comprehensive.php is not enabled by default since ;; generating big files. If you want to run it you need to go in the ;; tests directory and run with phpunit Comprehensive.php ;; ;; ======================================================================== ;; The lines below here are the configuration settings for re-generating ;; the PHP API documentation. ;; [Parse Data] title = php-cloudfiles hidden = false parseprivate = off javadocdesc = off defaultpackagename = php-cloudfiles defaultcategoryname = php-cloudfiles target = docs directory = . ignore = share/,examples/,tests/,.git/,.gitignore,.ini,*.swp output=HTML:Smarty:PHP readmeinstallchangelog = README,COPYING,AUTHORS,Changelog


All versions of php-cloudfiles with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
ext-curl Version *
ext-fileinfo Version *
ext-mbstring Version *
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 omissis/php-cloudfiles contains the following files

Loading the files please wait ....