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.
Requires
- php: >=7.4
- pointybeard/helpers: ^1.2.0
- pointybeard/symphony-pdo: ^0.1.0
Requires (Dev)
README
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
- squizlabs/php_codesniffer
- friendsofphp/php-cs-fixer
- damianopetrungaro/php-commitizen
- php-parallel-lint/php-parallel-lint
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
- Alannah Kearney - http://github.com/pointybeard
- See also the list of contributors who participated in this project
License
"Symphony CMS: Extension Asset Management" is released under the MIT License. See LICENCE for details.