artem-cherepanov / client-package
There is no license information available for the latest version (v1.0.2) of this package.
v1.0.2
2024-03-03 12:14 UTC
Requires
- php: >=8.3
- symfony/http-client: ^7.0
- symfony/http-foundation: ^7.0
- symfony/property-access: ^7.0
- symfony/serializer: ^7.0
Requires (Dev)
- phpunit/phpunit: ^11.0
This package is not auto-updated.
Last update: 2024-10-28 13:36:57 UTC
README
The project is a client for the abstract web comment service example.com
The project implements the following methods for working with the example.com
service:
- receiving comments
- creating a comment
- comment update
Installation
The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.
- Download
composer.phar
from their website. - Then run the following command to install this library as dependency:
php composer.phar require artem-cherepanov/client-package
Basic Usage
To get, create or update a comment use class ArtemCherepanov\ClientPackage\Application\Client
The implementation at the infrastructure level is in the class ArtemCherepanov\ClientPackage\Infrastructure\HttpService