PHPackages                             tasoft/gpio-wrapper - 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. tasoft/gpio-wrapper

ActiveLibrary

tasoft/gpio-wrapper
===================

04[1 issues](https://github.com/tasoftch/php-gpio-wrapper/issues)PHP

Since Aug 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/tasoftch/php-gpio-wrapper)[ Packagist](https://packagist.org/packages/tasoft/gpio-wrapper)[ RSS](/packages/tasoft-gpio-wrapper/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Raspberry Pi GPIO Wrapper
=============================

[](#php-raspberry-pi-gpio-wrapper)

This library defines a php stream wrapper that allows you to access the gpio interface on your raspberry pi device.

Install
-------

[](#install)

```
$ composer require tasoft/gpio-wrapper

```

Usage
-----

[](#usage)

```
\TASoft\GPIO\LiveGPIOWrapper::register();

// Now all commands are available using protocol gpio://

file_put_contents("gpio://export", 24);
// Exports pin 24 and make it available here

echo file_get_contents("gpio://gpio24/direction"); // in or out

echo file_get_contents("gpio://gpio24/value"); // 1 or 0
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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/c7b1a2883faeab6f2b9558df70ce847c9e7dc3467a64db4f694e0716e842e9f2?d=identicon)[tasoft](/maintainers/tasoft)

---

Top Contributors

[![tasoftch](https://avatars.githubusercontent.com/u/24875322?v=4)](https://github.com/tasoftch "tasoftch (2 commits)")

### Embed Badge

![Health badge](/badges/tasoft-gpio-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/tasoft-gpio-wrapper/health.svg)](https://phpackages.com/packages/tasoft-gpio-wrapper)
```

PHPackages © 2026

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