https://github.com/acquia/contenthub-console-helpers
A set of helper classes and traits for tasks common to console components.
https://github.com/acquia/contenthub-console-helpers
Last synced: 11 days ago
JSON representation
A set of helper classes and traits for tasks common to console components.
- Host: GitHub
- URL: https://github.com/acquia/contenthub-console-helpers
- Owner: acquia
- License: gpl-2.0
- Created: 2021-01-07T21:09:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T15:42:14.000Z (about 1 year ago)
- Last Synced: 2025-04-12T16:47:20.592Z (14 days ago)
- Language: PHP
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Acquia Content Hub Console Helper
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.