linkorb / extractor-cli
Extractor CLI
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
pkg:composer/linkorb/extractor-cli
Requires
- linkorb/connector: ^1.0
- linkorb/extractor: ^1.0
- symfony/console: ^4.0
- symfony/yaml: ^4.0
This package is auto-updated.
Last update: 2025-10-20 02:27:10 UTC
README
Command-line interface for Extractor
Installation
To install extractor-cli on your system, run:
composer global require linkorb/extractor-cli
You can now run extractor from any directory.
If you only need extractor in a specific project, add linkorb/extractor-cli to the require or require-dev sections of your composer.json file.
Usage
extractor run path/to/my-extractor.yaml mysql://user:pass@localhost/my-db -i color=red
Use the -i (or --input) flag to pass inputs into the extractor. You pass this flag multiple times if your extractor file requires multiple inputs.
Instead of passing the database connection string on the command-line, you can also ommit it, and define a PDO environment variable instead.
For more information about Extractor, please refer to the library's README.md.
License
MIT (see LICENSE.md)
Brought to you by the LinkORB Engineering team
Check out our other projects at linkorb.com/engineering.
Btw, we're hiring!