Libraries tagged by key press
ignasbernotas/phkey
193 Downloads
A PHP based API to capture key presses from the terminal.
andyduke/console-keyboard
55 Downloads
Cross-platform reading of keyboard events in the terminal.
atatusoft-ltd/php-key-listener
11 Downloads
A PHP based API to capture key presses from the terminal.
nahkampf/php-keypress-windows
2 Downloads
Workaround to get keypress input in PHP CLI in a windows environment
gaomingcode/hotkeys
8 Downloads
A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
gorriecoe/silverstripe-editkey
392 Downloads
Enables the use of the key press ctrl+e or alt+e to access cms page edit.
gorriecoe/silverstripe-devbuildkey
284 Downloads
Enables the use of the key press ctrl+d or alt+d to run dev build.
php-standard-library/dict
156797 Downloads
Functions for creating and transforming associative arrays with preserved keys
noctud/collection
1646 Downloads
🗺️ Type-safe, key-preserving, mutable/immutable List/Set/Map for PHP
vnn/keyper
81086 Downloads
Do things based on the presence of a key
symfony/symfony1
114179 Downloads
Symfony is a complete framework designed to optimize the development of web applications by way of several key features. For starters, it separates a web application's business rules, server logic, and presentation views. It contains numerous tools and classes aimed at shortening the development time of a complex web application. Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application. The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built!
tmc1807/laravel-fpe-route-keys
4 Downloads
Format-preserving encrypted route keys for Laravel Eloquent models.
k2gl/sd-jwt
109 Downloads
Selective Disclosure for JWTs (SD-JWT, RFC 9901) in pure PHP: issue, present, verify
lockally/sdk
5 Downloads
The lockally control plane lets integrators and direct customers manage everything except actual mail data flow (which uses standard JMAP / IMAP / SMTP-submission against the data plane endpoints). **Authentication.** All `/v1/_*` endpoints require a Bearer API key in the `Authorization` header. Keys are formatted `lk_live__`. Generate the first key for a tenant via `cmd/seed`; subsequent keys via `POST /v1/api-keys`. **Errors.** Failures return [RFC 9457](https://www.rfc-editor.org/rfc/rfc9457) `application/problem+json` documents. **Scopes.** Each endpoint requires a specific scope on the presented key. Insufficient scope returns `403` with the required scope name in `detail`.
ar414/redis-lock
56 Downloads
Redis Pessimistic Lock uses redis keys: setnx, get, getset, del