An open API service indexing awesome lists of open source software.

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.

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.