acquia / contenthub-console-helpers
A package providing Helper Libraries for the CommonConsole command line interface.
Installs: 760 448
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 14
Forks: 0
Open Issues: 0
Type:project
Requires
- ext-json: *
- eclipsegc/common-console: ^0.1 | ^1.0
Requires (Dev)
- drupal/coder: dev-8.x-3.x
- php-coveralls/php-coveralls: ^2.4
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-10-13 16:40:53 UTC
README
A series of Helper classes and services to be used by the Content Hub Console.
Installation
Install the package with the latest version of composer:
composer require acquia/contenthub-console-helpers
Usage
This package provides a set of Traits and services to use in your application.
- Note: this package is typically used alongside another package such as acquia/contenthub-console and not standalone
Copyright and license
Copyright © 2021 Acquia Inc.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.