Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/themosis/framework
The Themosis framework core.
https://github.com/themosis/framework
php themosis-framework wordpress
Last synced: 1 day ago
JSON representation
The Themosis framework core.
- Host: GitHub
- URL: https://github.com/themosis/framework
- Owner: themosis
- License: gpl-2.0
- Created: 2014-03-24T10:40:11.000Z (almost 11 years ago)
- Default Branch: 3.0
- Last Pushed: 2024-04-03T20:16:07.000Z (9 months ago)
- Last Synced: 2025-01-04T05:01:59.203Z (8 days ago)
- Topics: php, themosis-framework, wordpress
- Language: PHP
- Homepage: https://framework.themosis.com/
- Size: 8.32 MB
- Stars: 669
- Watchers: 40
- Forks: 122
- Open Issues: 77
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Themosis framework
==================[![Build Status](https://travis-ci.com/themosis/framework.svg?branch=develop)](https://travis-ci.com/themosis/framework)
[![Join the chat at https://gitter.im/themosis/framework](https://badges.gitter.im/themosis/framework.svg)](https://gitter.im/themosis/framework?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)The Themosis framework is a WordPress focused framework. It helps you develop enterprise level WordPress application and website using an elegant and simple code syntax.
Getting started
---------------### Prerequisites
In order to start a new installation of the Themosis framework, you need to have all [WordPress requirements](https://wordpress.org/about/requirements/) and [Composer](https://getcomposer.org/) installed on your computer.
> We recommend to install Composer globally on your computer.
### Installing
Once you have Composer setup, run the following command in your Terminal or Console in order to install a fresh copy of the Themosis framework:
```bash
composer create-project themosis/themosis myproject
```The above command will install a new instance of the Themosis framework under the `myproject` directory.
### Learn more
In order to learn more about how to use the framework and its features, please follow the official documentation and read the "Getting started" guide:
- [Official documentation](https://framework.themosis.com)
Contributing
------------
Any help is appreciated. The project is open-source and we encourage you to participate. You can contribute to the project in multiple ways by:- Reporting a code issue
- Suggesting features
- Sending a pull request with code fix or feature
- Following the project on [GitHub](https://github.com/themosis/framework)
- Following us on [Twitter](https://twitter.com/Themosis)
- Sharing the project around your communityFor details about contributing to the framework, please check the [contribution guide](https://github.com/themosis/framework/.github/CONTRIBUTING.md).
Versioning
----------We use SemVer for versioning. For available versions, please check this repository tags if you need a specific version for your project.
When starting from scratch, Composer will always install the most recent stable version.
Authors
-------- **[Julien Lambé](https://github.com/jlambe)** - *Project Lead*
See also the list of [contributors](https://github.com/themosis/framework/graphs/contributors) who participated in this project.
License
-------This project is licensed under the GPL-2.0+ License - see the [LICENSE.md](https://github.com/themosis/framework/LICENSE.md) file for details.