PHPackages                             sakura-internet/saklient - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. sakura-internet/saklient

AbandonedArchivedLibrary[API Development](/categories/api)

sakura-internet/saklient
========================

0.0.2.11(10y ago)56.9k↓29.6%MITPHPPHP &gt;=5.4.0

Since Oct 8Pushed 5y ago7 watchersCompare

[ Source](https://github.com/sakura-internet/saklient.php)[ Packagist](https://packagist.org/packages/sakura-internet/saklient)[ Docs](https://github.com/sakura-internet/saklient.php)[ RSS](/packages/sakura-internet-saklient/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

[Japanese version](README.ja.md)

DEPRECATED
==========

[](#deprecated)

**[PLEASE USE THE ALTERNATIVE LIBRARIES](https://developer.sakura.ad.jp/)**

SAKURA Internet API Client Library for PHP
==========================================

[](#sakura-internet-api-client-library-for-php)

This library gives you an easy interface to control your resources on [SAKURA Cloud](https://secure.sakura.ad.jp/cloud/).

Table of Contents
-----------------

[](#table-of-contents)

- [Requirements](#requirements)
- [How to use this library in your project](#how-to-use-this-library-in-your-project)
- [A notice about ArrayObject](#a-notice-about-arrayobject)
- [Examples](#examples)
- [Copyright and license](#copyright-and-license)

Requirements
------------

[](#requirements)

- PHP 5.4+
- [Composer](https://getcomposer.org/)

How to use this library in your project
---------------------------------------

[](#how-to-use-this-library-in-your-project)

```
cd YOUR/PROJECT/ROOT

# Install Composer (if not yet)
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

# Create composer.json
# (Edit existing one when using some kind of framework such as FuelPHP)
cat > composer.json
