Laravel 8
PHP 8.0+
No commit activity in last 2 years
No release in over 2 years
The Themosis framework.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

fakerphp/faker
^1.9.1
johnpbloch/wordpress-core
^6.0
phpunit/phpunit
^9.0
symfony/var-dumper
^5.4

Runtime

composer/installers
^1.9
dragonmantank/cron-expression
^3.0.2
filp/whoops
^2.1
guzzlehttp/guzzle
^7.2
paragonie/sodium_compat
^1.15
predis/predis
^1.1
ramsey/uuid
^4.1
spatie/enum
^3.13
symfony/property-access
^5.4
twig/twig
^3.1
vlucas/phpdotenv
^5.2
 Project Readme

Themosis framework

Build Status Join the chat at https://gitter.im/themosis/framework

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 and Composer 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:

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:

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
  • Following us on Twitter
  • Sharing the project around your community

For details about contributing to the framework, please check the contribution guide.

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

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL-2.0+ License - see the LICENSE.md file for details.