Omega Framework 1.0.0
This repository contains the composer.json
file to install the full stack of OmegaCMS Framework.
All the components listed below will be installed:
- A large number of improvements, upgrades, fix and refactors across many components.
- Support for PHP 8.1+.
There are multiple ways you can get Pop PHP Framework into your project.
You can create a new project with the composer create-project
command, which is recommended.
$ composer create-project omegacms/framework project-folder
You can clone this repository directly.
$ git clone https://github.com/omegacms/framework.git project-folder
$ cd project-folder
$ composer install
You can add it to an existing project with the composer require
command:
$ composer require omegacms/framework
You can add it your project's composer.json
file:
"require": {
"omegacms/framework": "^1.0.0"
}
The best way to directly interact with Omega CMS is here on GitHub. You can:
- Contribute code
- Request a feature
- Report an issue
but please do so under the pertinent repository related to the topic at hand.