pear_client

Crates.iopear_client
lib.rspear_client
version0.1.1
sourcesrc
created_at2024-06-04 22:20:01.077511
updated_at2024-06-05 19:34:33.514235
descriptionPEAR and PECL client
homepagehttps://github.com/demurgos/pear-client
repositoryhttps://github.com/demurgos/pear-client
max_upload_size
id1262138
size106,000
Charles Samborski (demurgos)

documentation

https://docs.rs/pear_client

README

PEAR and PECL Client

GitHub crates.io CI status docs.rs/pear_client license MIT

Client for PHP Extension and Application Repository (PEAR) registries, including the PHP Extension Community Library (PECL).

Installation

Run the following command in your project:

cargo add pecl_client

Usage

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.

Documentation

See docs.rs/pecl_client.

Maintenance status

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.

Reference

License

AGPL-3.0-or-later

Commit count: 3

cargo fmt