Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farzai/transport-php

Transport classes and utilities shared among PHP Farzai libraries
https://github.com/farzai/transport-php

Last synced: 15 days ago
JSON representation

Transport classes and utilities shared among PHP Farzai libraries

Awesome Lists containing this project

README

        

# Transport PHP

[![Latest Version on Packagist](https://img.shields.io/packagist/v/farzai/transport.svg?style=flat-square)](https://packagist.org/packages/farzai/transport)
[![Tests](https://img.shields.io/github/actions/workflow/status/farzai/transport-php/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/farzai/transport-php/actions/workflows/run-tests.yml)
[![codecov](https://codecov.io/gh/farzai/transport-php/branch/main/graph/badge.svg)](https://codecov.io/gh/farzai/transport-php)
[![Total Downloads](https://img.shields.io/packagist/dt/farzai/transport.svg?style=flat-square)](https://packagist.org/packages/farzai/transport)

A HTTP client for Farzai Package.

## Installation

You can install the package via composer:

```bash
composer require farzai/transport
```

## Testing

```bash
composer test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](https://github.com/farzai/.github/blob/main/CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [parsilver](https://github.com/parsilver)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.