phpty / pty
Create pseudo-terminal pairs and start child processes on them, through FFI.
v0.2.0
2026-07-19 02:32 UTC
Requires
- php: ^7.4 || ^8.0
- ext-ffi: *
- ext-pcntl: *
- ext-posix: *
README
Create pseudo-terminal pairs and start child processes on them, through FFI.
Read-only mirror. The canonical development repository is phpty-org/phpty, a monorepo. This
phpty/ptyrepository is split out from it for distribution and is read-only: issues and pull requests are disabled, and any pull request opened here is closed automatically. Please contribute upstream.
Install
composer require phpty/pty
Requirements
- PHP
^7.4 || ^8.0, with theffi,pcntlandposixextensions - A Unix host (macOS or Linux)
License
MPL-2.0. See LICENSE and, for how licensing works across PhPty, the monorepo's LICENSE.