ymirapp / cli
Ymir command-line tool
v2.3.1
2026-06-16 19:52 UTC
Requires
- php: >=7.2.5
- ext-json: *
- ext-pdo: *
- ext-zip: *
- ext-zlib: *
- guzzlehttp/guzzle: ^7.10
- ifsnop/mysqldump-php: ^2.12
- illuminate/collections: ^8.76.2|^9.0|^10.0|^11.0|^12.0|^13.0
- illuminate/contracts: ^8.68.0|^9.0|^10.0|^11.0|^12.0|^13.0
- league/flysystem: ^2.1.1|^3.0
- league/flysystem-ftp: ^2.0|^3.0
- league/flysystem-sftp-v3: ^2.0|^3.0
- nesbot/carbon: ^2.72.6|^3.8.4
- phpseclib/phpseclib: ^3.0.36
- symfony/config: ^5.4|^6.0
- symfony/console: ^5.4|^6.0
- symfony/dependency-injection: ^5.4|^6.0|^7.0|^8.0
- symfony/event-dispatcher: ^5.4|^6.0|^7.0|^8.0
- symfony/filesystem: ^5.4|^6.0|^7.0|^8.0
- symfony/finder: ^5.4.3|^6.0.3|^7.0|^8.0
- symfony/polyfill-php80: ^1.27
- symfony/process: ^5.4.46|^6.4.14|^7.0|^8.0
- symfony/yaml: ^5.4|^6.0|^7.0|^8.0
- ymirapp/ymir-sdk-php: ^1.4.0
Requires (Dev)
- fakerphp/faker: ^1.17
- friendsofphp/php-cs-fixer: ^3.95.3
- mockery/mockery: ^1.6.12
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^9.6.31
- rector/rector: ^2.3
This package is auto-updated.
Last update: 2026-06-16 19:53:45 UTC
README
Ymir CLI
The Ymir command-line tool.
Requirements
- PHP >= 7.2.5
Installation
Install the Ymir CLI in your project using composer:
$ composer require ymirapp/cli
Or globally:
$ composer global require ymirapp/cli
Contributing
Install dependencies using composer:
$ composer install