asvvvad/clipboard
Composer 安装命令:
composer require asvvvad/clipboard
包简介
Perform clipboard operations (Copy/Paste) in PHP.
README 文档
README
Provide copying and pasting to the Clipboard for PHP.
PHP port of atotto/clipboard except for the Windows part
Requires PHP 7.2.0 and above
Platforms:
- OSX
- Linux, Unix/BSD: Requires
xcliporxselto be installed -
- Wayland: Requires wl-clipboard
- Android using Termux: Requires Termux:API add-on
- Windows: Copying works normally but pasting requires paste.exe to be in PATH or it'll fallback to using powershell which a bit slow.
Usage
composer require asvvvad/clipboard:dev-master
require 'vendor/autoload.php'; $c = new Clipboard(); if ($c->isUnsupported() === false) { $c->writeAll('copied'); echo $c->readAll(); // "copied" }
Used in:
My own cply-php
统计信息
- 总下载量: 152
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2020-04-23