Crates.io | pear_client |
lib.rs | pear_client |
version | 0.1.1 |
source | src |
created_at | 2024-06-04 22:20:01.077511 |
updated_at | 2024-06-05 19:34:33.514235 |
description | PEAR and PECL client |
homepage | https://github.com/demurgos/pear-client |
repository | https://github.com/demurgos/pear-client |
max_upload_size | |
id | 1262138 |
size | 106,000 |
Client for PHP Extension and Application Repository (PEAR) registries, including the PHP Extension Community Library (PECL).
Run the following command in your project:
cargo add pecl_client
See examples directory.
This library is organized as a set of tower_service
handlers.
This allows to abstract the transport layer and focus on the PECL API.
See docs.rs/pecl_client.
This library is incomplete for now. Development is not a high priority. New APIs are added as needed.
If you want to improve the library, feel free to open an issue or send a PR. Breaking changes are allowed. Note however that review times may be slow.