ymirapp / ymir-sdk-php
Ymir PHP SDK
Installs: 6 550
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=7.2.5
- ext-json: *
- guzzlehttp/guzzle: ^7.0
- illuminate/collections: ^8.0|^9.0|^10.0
- psr/http-message: ^1.0
Requires (Dev)
- fakerphp/faker: ^1.17
- friendsofphp/php-cs-fixer: ^3.0
- php-mock/php-mock-phpunit: ^2.7
- php-parallel-lint/php-parallel-lint: ^1.1
- phpro/grumphp: ^1.0
- phpstan/phpstan: ^1.0
- phpunit/phpunit: ^9.3
- sebastian/phpcpd: ^6.0.3
README
Ymir PHP SDK
The Ymir PHP SDK makes it easy for PHP developers to integrate Ymir in their PHP project.
Requirements
- PHP >= 7.2.5
Installation
Install the Ymir PHP SDK in your project using composer:
$ composer require ymirapp/ymir-sdk-php
Contributing
Install dependencies using composer:
$ composer install