PHPackages                             darkdiesel/php-knack-rest-client - 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. darkdiesel/php-knack-rest-client

ActiveLibrary[API Development](/categories/api)

darkdiesel/php-knack-rest-client
================================

Knack REST API Client for PHP Users.

1.0.0a(9y ago)12.5k[3 issues](https://github.com/darkdiesel/PHP-Knack-REST-CLIENT/issues)GPL2PHPPHP &gt;=5.4.9

Since Apr 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/darkdiesel/PHP-Knack-REST-CLIENT)[ Packagist](https://packagist.org/packages/darkdiesel/php-knack-rest-client)[ RSS](/packages/darkdiesel-php-knack-rest-client/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

\# PHP Knack Rest Client
========================

[](#-php-knack-rest-client)

Requirements
============

[](#requirements)

- PHP &gt;= 5.4.9

Installation
============

[](#installation)

1. Download and Install PHP Composer.

    ```
    curl -sS https://getcomposer.org/installer | php
    ```
2. Next, run the Composer command to install the latest version of php knack rest client.

    ```
    php composer.phar require darkdiesel/php-knack-rest-client "^1.0.0a"
    ```

    or add the following to your composer.json file.

    ```
    {
        "require": {
            "darkdiesel/php-knack-rest-client": "^1.0.0a"
        }
    }
    ```

    **Note:**If you are using **laravel 5.0 or 5.1**(this version dependent on phpdotenv 1.x), then use **"1.5.\*"** version instead.
3. Then run Composer's install or update commands to complete installation.

    ```
    php composer.phar install
    ```
4. After installing, you need to require Composer's autoloader:

    ```
    require 'vendor/autoload.php';
    ```

Configuration
=============

[](#configuration)

use array
---------

[](#use-array)

create Service class with ArrayConfiguration parameter.

```
use KnackRestApi\Record\RecordService;
use KnackRestApi\Configuration\ArrayConfiguration;

$rs = new RecordService(new ArrayConfiguration(
            array(
                'knackAppId' => 'application_id',
                'knackRestApiKey' => 'rest_api_key',
            )
        ));
```

Usage
=====

[](#usage)

TODO!

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Unknown

Total

1

Last Release

3367d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/543328ecb2a5ef482f36cbe8551edd412094f6020cc07a9612f5302aa21bbd32?d=identicon)[uncannysaad](/maintainers/uncannysaad)

---

Top Contributors

[![darkdiesel](https://avatars.githubusercontent.com/u/2040258?v=4)](https://github.com/darkdiesel "darkdiesel (11 commits)")

### Embed Badge

![Health badge](/badges/darkdiesel-php-knack-rest-client/health.svg)

```
[![Health](https://phpackages.com/badges/darkdiesel-php-knack-rest-client/health.svg)](https://phpackages.com/packages/darkdiesel-php-knack-rest-client)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[googleads/googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP

67410.4M25](/packages/googleads-googleads-php-lib)[googleads/google-ads-php

Google Ads API client for PHP

3478.1M11](/packages/googleads-google-ads-php)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k406.5k25](/packages/team-reflex-discord-php)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)

PHPackages © 2026

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