sanmai / hoa-protocol
The Hoa\Protocol library.
Installs: 269 856
Dependents: 1
Suggesters: 2
Security: 0
Stars: 0
Watchers: 2
Forks: 25
Open Issues: 1
Requires
- php: >=7.0
- hoa/consistency: *
- hoa/exception: *
Requires (Dev)
- atoum/atoum: ^3
- atoum/stubs: *
- hoa/test: *
Replaces
- hoa/protocol: *
This package is auto-updated.
Last update: 2024-10-29 05:47:03 UTC
README
Hoa\Protocol
This library provides the hoa://
protocol, which is a way to abstract resource accesses. Learn more.
This particular fork aims to solve some deficiencies of the original library, while otherwise being a feature match to the original package. Specifically, this fork comes without the global resolve()
function, which is known to cause a conflict with some versions of Laravel.
This library is routinely tested to work with PHP 7.0-7.4. Please report any issues.
Installation
With Composer, to include this library into your dependencies, you need to...
composer require sanmai/hoa-protocol
Testing
Before running the test suites, the development dependencies must be installed:
composer install
Then, to run all the test suites:
vendor/bin/atoum -d Test
License
Hoa is under the New BSD License (BSD-3-Clause). Please, see
LICENSE
for details.