PHPackages                             alanly/picnik - 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. alanly/picnik

AbandonedArchivedLibrary[API Development](/categories/api)

alanly/picnik
=============

A modern, Composer and PSR-4 compatible PHP library for interfacing with the Wordnik API.

v0.1.5(11y ago)0816[3 issues](https://github.com/alanly/picnik/issues)MITPHPPHP &gt;=5.4

Since Dec 20Pushed 11y agoCompare

[ Source](https://github.com/alanly/picnik)[ Packagist](https://packagist.org/packages/alanly/picnik)[ Docs](https://github.com/alanly/picnik)[ RSS](/packages/alanly-picnik/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (3)Versions (8)Used By (0)

Picnik
======

[](#picnik)

[![](https://camo.githubusercontent.com/2cb411fcfd8134592531c21b7e097040f40d30ea92010d5cda4072ef1a6bb7c0/68747470733a2f2f6170692e7472617669732d63692e6f72672f616c616e6c792f7069636e696b2e737667)](https://travis-ci.org/alanly/picnik)

Picnik is a simple PHP client for the [Wordnik API](http://developer.wordnik.com/), that is Composer and PSR-4 compatible.

Its only dependencies are the GuzzleHttp client and PHP &gt;= 5.4.

API Coverage
------------

[](#api-coverage)

The initial goal is to support the `word` selection of methods.

Currently, the `/word.json/{word}` and `/word.json/{word}/definitions` API methods are implemented.

Usage
-----

[](#usage)

In order to use the client, you will first need to obtain an API key from [Wordnik](http://developer.wordnik.com/).

The client is pretty simple to use,

```
$client = new Picnik\Client;
$client->setApiKey('foobar');

$definitions = $client->wordDefinitions('cat')
                      ->limit(1)
                      ->includeRelated(false)
                      ->useCanonical(true)
                      ->get();

var_dump( count($definitions) );
// int(1)

var_dump( $definitions[0]->text )
// string(189) "A small carnivorous mammal (Felis catus or F. domesticus)
// domesticated since early times as a catcher of rats and mice and as a pet
// and existing in several distinctive breeds and varieties."
```

License
-------

[](#license)

This library is released under the MIT license. For details, you can refer to the [full license](LICENSE.md) document.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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.

###  Release Activity

Cadence

Every ~3 days

Total

6

Last Release

4195d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1526057?v=4)[Alan Ly](/maintainers/alanly)[@alanly](https://github.com/alanly)

---

Top Contributors

[![alanly](https://avatars.githubusercontent.com/u/1526057?v=4)](https://github.com/alanly "alanly (51 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alanly-picnik/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M983](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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