PHPackages                             asvvvad/dollaapp-clipboard-php - 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. [CLI &amp; Console](/categories/cli)
4. /
5. asvvvad/dollaapp-clipboard-php

Abandoned → [asvvvad/clipboard](/?search=asvvvad%2Fclipboard)ArchivedLibrary[CLI &amp; Console](/categories/cli)

asvvvad/dollaapp-clipboard-php
==============================

Provide copying and pasting to the Clipboard for PHP.

210PHP

Since Apr 23Pushed 6y agoCompare

[ Source](https://github.com/asvvvad/dollaapp-clipboard-php)[ Packagist](https://packagist.org/packages/asvvvad/dollaapp-clipboard-php)[ RSS](/packages/asvvvad-dollaapp-clipboard-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

DEPRECATED: USE [THIS](https://github.com/asvvvad/clipboard) INSTEAD
====================================================================

[](#deprecated-use-this-instead)

Clipboard for PHP
=================

[](#clipboard-for-php)

Provide copying and pasting to the Clipboard for PHP.

PHP port of [atotto/clipboard](https://github.com/atotto/clipboard)

Platforms:

- OSX
- Linux, Unix (requires 'xclip' or 'xsel' command to be installed)
- Windows **not tested** (but probably work)

Usage
-----

[](#usage)

```
composer require asvvvad/dollaapp-clipboard-php:dev-master
```

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

use dollaapp\Clipboard;

$c = new Clipboard();

if ($c->isUnsupported() === false) {
	$c->writeAll('copied');
	echo $c->readAll(); // "copied"
}
```

Used in:
--------

[](#used-in)

My own [cply-php](https://github.com/asvvvad/cply-php)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

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/139afc2ab8291c4afd3db6e1b93a47a5417e4f956a964996e743c3692b963d2a?d=identicon)[asvvvad](/maintainers/asvvvad)

---

Top Contributors

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

---

Tags

clipboardphpphp-cliphp-frameworkphp-libraryphp7php73terminal

### Embed Badge

![Health badge](/badges/asvvvad-dollaapp-clipboard-php/health.svg)

```
[![Health](https://phpackages.com/badges/asvvvad-dollaapp-clipboard-php/health.svg)](https://phpackages.com/packages/asvvvad-dollaapp-clipboard-php)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M319](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M18](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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