Installation 

The extension is installed with Composer.

Composer 

composer require oliverkroener/ok-typo3-helper
Copied!

Local path repository 

For local development, expose the extension through a path repository in your project's root composer.json:

{
    "repositories": [
        {
            "type": "path",
            "url": "packages/*"
        }
    ]
}
Copied!

Then require and activate it:

composer require oliverkroener/ok-typo3-helper:@dev
vendor/bin/typo3 extension:activate ok_typo3_helper
Copied!

Dependencies 

Composer resolves the runtime dependencies automatically: