Download the PHP package innmind/cli-framework without Composer
On this page you can find all versions of the php package innmind/cli-framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download innmind/cli-framework
More information about innmind/cli-framework
Files in innmind/cli-framework
Package cli-framework
Short Description CLI framework
License MIT
Homepage http://github.com/Innmind/CLIFramework
Informations about the package cli-framework
CLI Framework
Small library on top of innmind/cli
to automatically enable some features.
Installation
Usage
This simple example will try to locate a file named .env
in the directory provided and will add the variables to the map returned by $env->variables()
in the commands
callable.
By default it enables the usage of innmind/silent-cartographer
, but can be disabled by calling ->disableSilentCartographer()
.
When a PROFILER
environment variable is declared it will enable innmind/debug
, you can disable specific sections of the profiler by calling ->disableProfilerSection(...$sectionsClassNameToDisable)
.
When your CLI application communicate with external services you should call ->useResilientOperatingSystem()
so it accomodate inconsistencies due to unreliable network.
All versions of cli-framework with dependencies
innmind/cli Version ~2.0
symfony/dotenv Version ^5.0
innmind/silent-cartographer Version ^2.0
innmind/debug Version ^2.0
innmind/operating-system Version ^2.1
innmind/stack Version ^1.1
innmind/di Version ^1.0