Download the PHP package ochi51/cybozu-http without Composer
On this page you can find all versions of the php package ochi51/cybozu-http. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ochi51/cybozu-http
More information about ochi51/cybozu-http
Files in ochi51/cybozu-http
Package cybozu-http
Short Description A PHP HTTP client library for cybozu.com API (kintone API and User API)
License
Informations about the package cybozu-http
Cybozu HTTP client for PHP
Cybozu HTTP is a PHP HTTP client library for cybozu.com API.
cybozu.com API Documentation
Available API
- kintone API
- User API
If you want to use Garoon API, please send Pull Request.
Requirements
- PHP >=7.1
- Composer
- To use the PHP stream handler,
allow_url_fopen
must be enabled in your system's php.ini. - To use the cURL handler, you must have a recent version of cURL >= 7.19.4 compiled with OpenSSL and zlib.
Installation
The recommended way to install Cybozu HTTP is with Composer. Composer is a dependency management tool for PHP that allows you to declare the dependencies your project needs and installs them into your project.
You can add Cybozu HTTP as a dependency using the composer
Alternatively, you can specify Cybozu HTTP as a dependency in your project's existing composer.json file:
After installing, you need to require Composer's autoloader:
Quick start
Usage
@todo
Testing
To run the tests, you need to following process.
- Prepare your kintone account.
- Free trial is here
- Create kintone space template. (Enable multiple thread)
- Create graph.
- Edit
parameters.yml
.
Run the following command from the project folder.
TODO
- Japanese documentation.
License
The MIT License (MIT). Please see LICENSE for more information.
All versions of cybozu-http with dependencies
guzzlehttp/guzzle Version ^7.0
incenteev/composer-parameter-handler Version ^2.1
ext-fileinfo Version *
ext-dom Version *
ext-json Version *
ext-openssl Version *