seppzzz/myelements

There is no license information available for the latest version (dev-main) of this package.

dev-main 2023-08-12 09:37 UTC

This package is auto-updated.

Last update: 2024-04-12 11:06:40 UTC


README

Requirements

Installation

Run the following command:

composer require seppzzz/myelements "dev-main"

Screenshots

Add Elements

Translations

No Translations.

Contributing

See CONTRIBUTING.md

Versioning

This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.

All methods, with public visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep protected methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.

Reporting Issues

Please create an issue for any bugs you've found, or features you're missing.