artem-cherepanov / client-package
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/artem-cherepanov/client-package
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: 2025-12-22 19:04:56 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.pharfrom 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