Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/farzai/transport-php
- Owner: farzai
- License: mit
- Created: 2023-05-29T03:30:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T02:55:43.000Z (10 months ago)
- Last Synced: 2024-04-08T18:16:19.933Z (10 months ago)
- Language: PHP
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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.