PHPackages                             cryptsyapi-php/cryptsyapi-php - 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. cryptsyapi-php/cryptsyapi-php

ActiveLibrary[API Development](/categories/api)

cryptsyapi-php/cryptsyapi-php
=============================

cryptsyapi-php API library

110PHP

Since Sep 17Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

CryptsyAPI PHP
==============

[](#cryptsyapi-php)

PHP wrapper for [Cryptsy.com](https://www.cryptsy.com/) for use with the [Cryptsy.com API](https://www.cryptsy.com/pages/api). Simple abstraction layer on top of existing API interfaces, and automatic JSON decoding on response.

Pull requests accepted and encouraged. :)

### Usage

[](#usage)

First, sign up for an account at [Cryptsy.com](https://www.cryptsy.com/) and request an API key under Account &gt; Settings

Download and include the crypstyapi.php class:

```
require_once 'path/to/cryptsyapi.php';

```

Or preferably install via [Composer](https://getcomposer.org/)

```
"cryptsyapi-php/cryptsyapi-php": "dev-master"

```

Instantiate the class and set your API key and API Secret.

```
$apiKeys = array('api_key' => 'API_KEY_HERE', 'api_secret' => 'API_SECRET_HERE');

$cryptsy = new CryptsyAPI($apiKeys);

$info = $cryptsy->get_info();

```

More usage examples in example.php

The wrapper abstracts most methods listed at  using the same interface names. For example, to get your current open orders:

```
$orders =  $cryptsy->get_all_my_orders();
echo $orders;

```

To make requests that require parameters (eg. creating a buy or sell order or grabbing orders by market), pass through each parameter in an associative array. For example, the request below will create a buy order using the necessary parameters:

```
$create_order = $crypsty->create_order( array('marketid' => 5, 'ordertype' => 'Buy', 'quantity' => 500, 'price' => 0.0000123) );

```

**Note:** Error checking has not been fully implemented, please enforce your own checks on top of the wrapper.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec73492abff96a7766b8d235d6ea8ca86aed4ca0f15d6e38ee1e34a508b5b579?d=identicon)[n1ch0la5](/maintainers/n1ch0la5)

---

Top Contributors

[![n1ch0la5](https://avatars.githubusercontent.com/u/2538821?v=4)](https://github.com/n1ch0la5 "n1ch0la5 (3 commits)")

### Embed Badge

![Health badge](/badges/cryptsyapi-php-cryptsyapi-php/health.svg)

```
[![Health](https://phpackages.com/badges/cryptsyapi-php-cryptsyapi-php/health.svg)](https://phpackages.com/packages/cryptsyapi-php-cryptsyapi-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
