goodhands / comments-sdk
A simple PHP library to use the comments microservice at https://comments.microapi.dev
Requires
- php: ^7.4
Requires (Dev)
- mockery/mockery: ^1
- php-parallel-lint/php-parallel-lint: ^1.2
- phpstan/phpstan: ^0.11
- phpstan/phpstan-mockery: ^0.11
- phpunit/phpunit: ^9.2.2
- squizlabs/php_codesniffer: ^3
This package is auto-updated.
Last update: 2024-11-16 19:49:32 UTC
README
An easy to use PHP library to interface with the comments microservice at https://comments.microapi.dev as a microservice for your applications.
This project adheres to a Contributor Code of Conduct. By participating in this project and its community, you are expected to uphold this code.
Installation
The preferred method of installation is via Composer. Run the following
command to install the package and add it as a requirement to your project's
composer.json
:
composer require goodhands/comments-sdk
Documentation
Check out the documentation website for detailed information and code examples.
Contributing
Contributions are welcome! Please read CONTRIBUTING for details.
Copyright and License
The goodhands/comments-sdk library is copyright © Samuel Olaegbe and licensed for use under the MIT License (MIT). Please see LICENSE for more information.