CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 30 Aug 2025 10:26:48 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100127023537
location: https://web.archive.org/web/20100127023537/https://github.com/rackspace/php-cloudfiles/tree/1.6.1
server-timing: captures_list;dur=2.087807, exclusion.robots;dur=0.101651, exclusion.robots.policy;dur=0.088652, esindex;dur=0.013818, cdx.remote;dur=27.604187, LoadShardBlock;dur=273.703432, PetaboxLoader3.datanode;dur=74.829454, PetaboxLoader3.resolve;dur=98.191436
x-app-server: wwwb-app239
x-ts: 302
x-tr: 540
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app239; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 30 Aug 2025 10:26:49 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 27 Jan 2010 02:35:37 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "99dbb2d465d7a7aa33b4ab2bc9ff8a2f"
x-archive-orig-x-runtime: 148ms
x-archive-orig-content-length: 29627
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 27 Jan 2010 02:35:37 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 27 Jan 2010 02:35:37 GMT", ; rel="memento"; datetime="Wed, 27 Jan 2010 02:35:37 GMT", ; rel="next memento"; datetime="Mon, 06 Sep 2010 21:53:49 GMT", ; rel="last memento"; datetime="Mon, 06 Sep 2010 21:53:49 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_14_20100127013910_crawl103-c/52_14_20100127023443_crawl101.arc.gz
server-timing: captures_list;dur=0.551001, exclusion.robots;dur=0.014638, exclusion.robots.policy;dur=0.006153, esindex;dur=0.012386, cdx.remote;dur=8.391968, LoadShardBlock;dur=490.383611, PetaboxLoader3.resolve;dur=559.862645, PetaboxLoader3.datanode;dur=223.173969, load_resource;dur=305.839671
x-app-server: wwwb-app239
x-ts: 200
x-tr: 887
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
rackspace's php-cloudfiles at 1.6.1 - GitHub
This service is courtesy of Pledgie.
rackspace / php-cloudfiles
- Source
- Commits
- Network (6)
- Issues (2)
- Downloads (5)
- Wiki (1)
- Graphs
-
Tag:
1.6.1
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
PHP language bindings for Cloud Files API — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Wed Jun 17 11:31:01 -0700 2009 | Do not track tests/output.log [chmouel] |
![]() |
AUTHORS | Wed Jun 10 11:12:43 -0700 2009 | intermediate check-in to pass to Chmouel [EJ] |
![]() |
COPYING | Mon Aug 04 13:36:46 -0700 2008 | Adding licensing info [EJ] |
![]() |
Changelog | Loading commit data... ![]() |
|
![]() |
README | Fri Jun 26 13:36:55 -0700 2009 | Upgrade documentation [chmouel] |
![]() |
cloudfiles.php | ||
![]() |
cloudfiles_exceptions.php | Wed Jun 10 11:12:43 -0700 2009 | intermediate check-in to pass to Chmouel [EJ] |
![]() |
cloudfiles_http.php | ||
![]() |
debian/ | ||
![]() |
docs/ | Thu Nov 05 04:01:17 -0800 2009 | Add documentation for acl_user_agent feature. [chmouel] |
![]() |
phpdoc.ini | Tue Oct 21 11:44:13 -0700 2008 | ready for Cloud Files launch with docs [EJ] |
![]() |
phpunit.xml | Mon Aug 03 11:43:51 -0700 2009 | Merge branch 'master' of git@github.com:rackspa... [chmouel] |
![]() |
share/ | Tue Jun 23 17:41:18 -0700 2009 | Update the magic database [chmouel] |
![]() |
tests/ |
README
;; PHP Cloud Files API ;; ======================================================================== ;; This package contains the PHP API for the Cloud Files storage system. ;; ;; Please see https://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 : ;; ;; https://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