PHPackages                             featvalue/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. featvalue/php-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

featvalue/php-sdk
=================

FeatValue PHP SDK

0.0.17(3y ago)08.5k↓19%PHPPHP ^8.0

Since May 23Pushed 3y ago1 watchersCompare

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

READMEChangelog (10)DependenciesVersions (25)Used By (0)

[![FeatValue logo](https://camo.githubusercontent.com/fc0984ffedb980b57608b34b5c909006d7a0d95a1fb9d672694c2c4d80387fea/68747470733a2f2f7777772e6665617476616c75652e696f2f77702d636f6e74656e742f75706c6f6164732f323032322f30322f6c6f676f2e737667)](https://camo.githubusercontent.com/fc0984ffedb980b57608b34b5c909006d7a0d95a1fb9d672694c2c4d80387fea/68747470733a2f2f7777772e6665617476616c75652e696f2f77702d636f6e74656e742f75706c6f6164732f323032322f30322f6c6f676f2e737667)

FeatValue PHP SDK
=================

[](#featvalue-php-sdk)

This is the PHP SDK of [FeatValue](https://www.featvalue.io/), a collaboration tool by a coding project GmbH.

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

[](#installation)

Install using composer:

```
composer require featvalue/php-sdk

```

Getting started
---------------

[](#getting-started)

Create a new API instance using your API key and token:

```
$api = new \FeatValue\Api(, );
```

If you want to test locally, add a host as a third parameter:

```
$api = new \FeatValue\Api(, , "http://localhost/api");
```

Usage
-----

[](#usage)

Get a task:

```
$task = $api->get("/tasks/1");
```

Get all tasks:

```
$tasks = $api->tasks();
```

Filter tasks by status:

```
$tasks = $api->tasks(["status" => "OPEN"]);
```

You can access the complete API documentation [here](https://app.featvalue.io/api/documentation#/).

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.6% 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 ~5 days

Total

17

Last Release

1369d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12133499?v=4)[acodingproject](/maintainers/acodingproject)[@acodingproject](https://github.com/acodingproject)

---

Top Contributors

[![JanniGrabe](https://avatars.githubusercontent.com/u/11409457?v=4)](https://github.com/JanniGrabe "JanniGrabe (11 commits)")[![acodingproject](https://avatars.githubusercontent.com/u/12133499?v=4)](https://github.com/acodingproject "acodingproject (2 commits)")

### Embed Badge

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

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

###  Alternatives

[afbora/kirby-minify-html

Enable minify HTML output for Kirby

3816.0k1](/packages/afbora-kirby-minify-html)[pwm/s-flow

A lightweight library for defining state machines

742.5k](/packages/pwm-s-flow)

PHPackages © 2026

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