phpty/pty

Create pseudo-terminal pairs and start child processes on them, through FFI.

Maintainers

Package info

github.com/phpty-org/pty

pkg:composer/phpty/pty

Transparency log

Statistics

Installs: 4

Dependents: 1

Suggesters: 0

Stars: 0

v0.2.0 2026-07-19 02:32 UTC

This package is auto-updated.

Last update: 2026-07-19 02:34:16 UTC


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/pty repository 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 the ffi, pcntl and posix extensions
  • A Unix host (macOS or Linux)

License

MPL-2.0. See LICENSE and, for how licensing works across PhPty, the monorepo's LICENSE.