Need to setup gpg-agent first, on OSX I use keychain (it also does ssh-agent)
$ brew info keychain
keychain: stable 2.8.5
User-friendly front-end to ssh-agent(1)
https://www.funtoo.org/Keychain
/usr/local/Cellar/keychain/2.8.5 (7 files, 108.5KB) *| <?php | |
| /* | |
| * Demonstrates how to configure `namelesscoder/typo3-cms-multilevel-cache` for | |
| * added L1 (runtime) and L2 (memcached) caches on existing database-backed caches. | |
| * | |
| * Tip: if your site changes frequently, consider assigning a low expiration time | |
| * on the "default_memcached" cache configuration. | |
| */ |
| <?php | |
| namespace Vendor\ExtensionKey\Helpers; | |
| /** | |
| * This file is part of the TYPO3 CMS project. | |
| * | |
| * It is free software; you can redistribute it and/or modify it under | |
| * the terms of the GNU General Public License, either version 2 | |
| * of the License, or any later version. | |
| * |
| <?php | |
| class A | |
| { | |
| /** | |
| * In TYPO3 (Extbase) you can use a simple @inject annotation to get an instance of the class specified with | |
| * the @var annotation ready-to-use when your class is instanciated. | |
| * However you're discouraged to use that variant for performance reasons. | |
| * |