apimatic / core
Core logic and the utilities for the Apimatic's PHP SDK
Installs: 647 708
Dependents: 32
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 2
Open Issues: 1
Requires
- php: ^7.2 || ^8.0
- ext-curl: *
- ext-dom: *
- ext-json: *
- ext-libxml: *
- apimatic/core-interfaces: ~0.1.5
- apimatic/jsonmapper: ^3.1.1
- php-jsonpointer/php-jsonpointer: ^3.0.2
- psr/log: ^1.1.4 || ^2.0.0 || ^3.0.0
Requires (Dev)
- phan/phan: 5.4.2
- phpunit/phpunit: ^7.5 || ^8.5 || ^9.5
- squizlabs/php_codesniffer: ^3.5
README
Introduction
Core logic and the utilities for the Apimatic's PHP SDK.
Supported PHP Versions
- PHP 7.2
- PHP 7.4
- PHP 8.0
- PHP 8.1
- PHP 8.2
Install the Package
Run the following command to install the package and automatically add the dependency to your composer.json file:
composer require "apimatic/core"