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

https://github.com/omegacms/support

OmegaCMS Support Package
https://github.com/omegacms/support

omega omegacms php support

Last synced: 5 months ago
JSON representation

OmegaCMS Support Package

Awesome Lists containing this project

README

        

# Support Package

## Requirements

* PHP 8.2 or later

## Installation via Composer

Add `"omegacms/support": "^1.0.0"` to the require block in your `composer.json` file and then run `composer install`.

```json
{
"require": {
"omegacms/support": "^1.0.0"
}
}
```

Alternatively, you can simply run the folowing from the command line:

```sh
composer require omegacms/support "^1.0.0"
```

If you want to include the test sources, use:

```sh
composer require --prefer-source omegacms/support "^1.0.0"
```

## Documentation

Work in progress

## Contributing

If you'd like to contribute to the OmegaCMS Support package, please follow our [contribution guidelines](CONTRIBUTING.md).

## License

This project is open-source software licensed under the [GNU General Public License v3.0](LICENSE).