PHPackages                             tonoman3g/kaskus-php-sdk - 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. tonoman3g/kaskus-php-sdk

ActiveLibrary[API Development](/categories/api)

tonoman3g/kaskus-php-sdk
========================

Kaskus SDK for PHP

v0.2.0(10y ago)0144[1 PRs](https://github.com/tonoman3g/kaskus-php-sdk/pulls)PHPPHP &gt;=5.4.0

Since May 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/tonoman3g/kaskus-php-sdk)[ Packagist](https://packagist.org/packages/tonoman3g/kaskus-php-sdk)[ RSS](/packages/tonoman3g-kaskus-php-sdk/feed)WikiDiscussions master Synced 1mo ago

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

Kaskus SDK For PHP
==================

[](#kaskus-sdk-for-php)

This repository contains the open source PHP SDK that allows you to access Kaskus API from your PHP app.

This version of the Kaskus SDK for PHP requires

- PHP 5.4 or greater.
- Composer

Installation
------------

[](#installation)

1. Require this library in your composer.json

```
{
  "require": {
    "tonoman3g/kaskus-php-sdk": "v0.2.0"
  }
}

```

2. [Composer](https://getcomposer.org/) is a prerequisite for using Kaskus Sdk for PHP.

Install composer globally, then run `composer install` to install required files.

3. Get Consumer Key and Consumer Secret for your application.
4. Require *vendor/autoload.php* in your application.
5. Follow sample script for further usage

Usage
-----

[](#usage)

Minimal example:

```
