PHPackages                             edgrosvenor/php-clipboard - 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. edgrosvenor/php-clipboard

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

edgrosvenor/php-clipboard
=========================

A PHP wrapper for Windows, Linux, and Mac Copy to Clipboard commands

0.3.0(6y ago)2171[2 issues](https://github.com/edgrosvenor/php-clipboard/issues)MITPHPPHP ^7.2

Since Feb 25Pushed 6y ago1 watchersCompare

[ Source](https://github.com/edgrosvenor/php-clipboard)[ Packagist](https://packagist.org/packages/edgrosvenor/php-clipboard)[ RSS](/packages/edgrosvenor-php-clipboard/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)DependenciesVersions (4)Used By (0)

PHP Clipboard
=============

[](#php-clipboard)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1d7e10e585d5925050177cdb3fe06c57ba657312924be56245dfcfa7bbf39c8f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656467726f7376656e6f722f7068702d636c6970626f6172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/edgrosvenor/php-clipboard)[![StyleCI](https://camo.githubusercontent.com/aec699bd25369cbfa4b0c254519ee0a5155c62cd266a65b349b64856e86f7012/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3234333039323336352f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/243092365)

This is a 5-minute package I threw togehter that simply wraps the Mac, Windows, and (most common) Linux commands for copying contents to the clipboard. I don't handle reading files. You'll have to do that yourself. I simply pipe whatever contents you provide to the appropriate command based on the operating system reported by php\_uname().

### Installation

[](#installation)

```
composer require edgrosvenor/php-clipboard
```

### Usage

[](#usage)

```
