Download the PHP package bybzmt/simple-http-storage without Composer
On this page you can find all versions of the php package bybzmt/simple-http-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bybzmt/simple-http-storage
More information about bybzmt/simple-http-storage
Files in bybzmt/simple-http-storage
Download bybzmt/simple-http-storage
More information about bybzmt/simple-http-storage
Files in bybzmt/simple-http-storage
Vendor bybzmt
Package simple-http-storage
Short Description php tcp locker and golang server
License Apache-2.0
Homepage http://github.com/bybzmt/simple-http-storage
Package simple-http-storage
Short Description php tcp locker and golang server
License Apache-2.0
Homepage http://github.com/bybzmt/simple-http-storage
Keywords http-storage
Please rate this library. Is it a good library?
Informations about the package simple-http-storage
Simple-http-Storage
这是一个简单的HTTP的文件存储服务,这个服务是为跨服务器保存文件而设计的。 仅仅是为了不在php服务器上通过mount挂载远程文件。
这样子做会有两点好处:
- 运维部署会变得简单
- 程序员会意识到他操作的文件是远程的,不会无意识的在网络上反复下载文件。
服务只支持4个操作
- HEAD 读取头信息,判断文件是否存在
- GET 得到文件
- PUT 上传文件
- DELETE 删除文件
phpclient
这是一个简单http客户端
安装
composer require bybzmt/simple-http-storage
使用示例:
All versions of simple-http-storage with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package bybzmt/simple-http-storage contains the following files
Loading the files please wait ....