mops1k / api-client-bundle
Client for making work with any api more easy
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.1
- composer-runtime-api: ^2.1.0
- php-http/client-common: ^2.7
- php-http/client-implementation: *
- php-http/discovery: ^1.0
- php-http/httplug: ^2.0
- php-http/multipart-stream-builder: ^1.3
- phpdocumentor/reflection-docblock: ^5.3
- psr/http-client-implementation: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^2.0
- symfony/event-dispatcher: *
- symfony/framework-bundle: ^6.2
- symfony/mime: ^6.2
- symfony/serializer: ^6.2
Requires (Dev)
- doctrine/annotations: ^2.0
- guzzlehttp/psr7: ^2.6
- php-http/guzzle7-adapter: ^1.0
- php-http/message: ^1.0
- php-http/mock-client: ^1.0
- phpdocumentor/type-resolver: ^1.7
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.10
- phpstan/phpstan-beberlei-assert: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.5
- phpunit/phpunit: ^10.4
- psr/cache-implementation: 2.0|3.0
- roave/security-advisories: dev-latest
- symfony/config: ^6.3
- symfony/property-access: ^6.2
- symfony/property-info: ^6.2
- symfony/var-exporter: ^6.2
- symplify/easy-coding-standard: ^12.0
README
This bundle provides abstraction layer for http clients through php-http. You can use this bundle for making your services request easier and flexible.