PHPackages                             phillipsdata/boca - 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. phillipsdata/boca

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

phillipsdata/boca
=================

Boca Printer Library

1.0.0(11y ago)03931MITPHPPHP &gt;=5.3

Since May 21Pushed 11y ago4 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

\#Boca

A library for interfacing with Boca printers.

Requirements
------------

[](#requirements)

- PHP &gt;=5.3

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

[](#installation)

Install the package using Composer. Edit your project's `composer.json` file to require `phillipsdata/boca`.

```
  "require": {
    "phillipsdata/boca": "~1.0"
  }
```

Basic Usage
-----------

[](#basic-usage)

```
use PhillipsData\Boca\Connection;
use PhillipsData\Boca\Transport;

$connection = new Connection('tcp://127.0.0.1:9100');
$connection->open();

$transport = new Transport($connection);
$response = $transport->send('\n\n');

$connection->close();
echo $response; // outputs something like: MAC Address: 00:0D:00:00:01
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

4015d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f87ae869d67f48673504d6cba1adcb8945a3ba8280798917e18b7c744009fc2?d=identicon)[clphillips](/maintainers/clphillips)

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

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/phillipsdata-boca/health.svg)

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

###  Alternatives

[xenolope/quahog

A PHP client library for ClamAV clamd daemon

867.4M24](/packages/xenolope-quahog)[graze/telnet-client

Telnet client written in PHP

50233.9k4](/packages/graze-telnet-client)[zoon/rialto

Manage Node resources from PHP

12199.4k3](/packages/zoon-rialto)

PHPackages © 2026

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