pointybeard/symphony-extension-asset-management

Provides classes and interfaces to help manage custom Events, Datasources, Commands, Fields, and Content when enabling, disabling, installing, and uninstalling an Extension.

0.1.11 2020-12-10 11:49 UTC

This package is auto-updated.

Last update: 2024-04-10 18:48:07 UTC


README

Scrutinizer Code Quality Code Coverage Build Status

Provides classes and interfaces to help manage custom Events, Datasources, Commands, Fields, and Content when enabling, disabling, installing, and uninstalling an Extension.

Installation

This libary can be used standalone or as part of a Symphony CMS installation (including Extension) via composer.

Standalone

Use the following commands to clone this repository and install required packages

$ git clone https://github.com/pointybeard/symphony-extension-asset-management.git
$ composer update -vv --profile -d ./symphony-extension-asset-management

Via Composer

To install via Composer, use

$ composer require pointybeard/symphony-extension-asset-management

Basic Usage

@todo

About

Requirements

  • This library works with PHP 7.4 or above.

Dependencies

Section Builder depends on the following Composer libraries:

As well as the following dev libraries

Documentation

Read the full documentation here.

Support

If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.

Contributing

We encourage you to contribute to this project. Please check out the Contributing to this project documentation for guidelines about how to get involved.

Author

License

"Symphony CMS: Extension Asset Management" is released under the MIT License. See LICENCE for details.