Skip to content

The OmegaCMS Framework allows loading all Omega framework packages with a single command.

License

Notifications You must be signed in to change notification settings

omegacms/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Omega CMS Framework

Release Information

Omega Framework 1.0.0

Overview

This repository contains the composer.json file to install the full stack of OmegaCMS Framework. All the components listed below will be installed:

Components
application filesystem serializable-closure
cache helpers session
config http support
container logging testing
database model validation
email queue view
environment renderer
exceptions routing

New Features

  • A large number of improvements, upgrades, fix and refactors across many components.
  • Support for PHP 8.1+.

Top

Install

There are multiple ways you can get Pop PHP Framework into your project.

Option 1: Create a New Project

You can create a new project with the composer create-project command, which is recommended.

$ composer create-project omegacms/framework project-folder
Option 2: Clone the Repo

You can clone this repository directly.

$ git clone https://github.com/omegacms/framework.git project-folder
$ cd project-folder
$ composer install
Option 3: Use composer require

You can add it to an existing project with the composer require command:

$ composer require omegacms/framework
Option 4: Use composer.json

You can add it your project's composer.json file:

"require": {
    "omegacms/framework": "^1.0.0"
}

Top

Support

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.

Top

About

The OmegaCMS Framework allows loading all Omega framework packages with a single command.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published