themosis / framework
The Themosis framework.
Installs: 289 555
Dependents: 17
Suggesters: 0
Security: 0
Stars: 671
Watchers: 40
Forks: 121
Open Issues: 76
Requires
- php: ^8.0
- composer/installers: ^1.9
- dragonmantank/cron-expression: ^3.0.2
- filp/whoops: ^2.1
- guzzlehttp/guzzle: ^7.2
- illuminate/auth: ^8.83
- illuminate/broadcasting: ^8.83
- illuminate/bus: ^8.83
- illuminate/cache: ^8.83
- illuminate/config: ^8.83
- illuminate/console: ^8.83
- illuminate/container: ^8.83
- illuminate/cookie: ^8.83
- illuminate/database: ^8.83
- illuminate/encryption: ^8.83
- illuminate/events: ^8.83
- illuminate/filesystem: ^8.83
- illuminate/hashing: ^8.83
- illuminate/http: ^8.83
- illuminate/log: ^8.83
- illuminate/mail: ^8.83
- illuminate/notifications: ^8.83
- illuminate/pagination: ^8.83
- illuminate/queue: ^8.83
- illuminate/redis: ^8.83
- illuminate/routing: ^8.83
- illuminate/session: ^8.83
- illuminate/support: ^8.83
- illuminate/testing: ^8.83
- illuminate/validation: ^8.83
- illuminate/view: ^8.83
- laravel/tinker: ^2.5
- laravel/ui: ^3.1
- league/flysystem: ^1.1
- league/fractal: ^0.20
- 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
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.7
- fakerphp/faker: ^1.9.1
- friendsofphp/php-cs-fixer: ^3.8
- johnpbloch/wordpress-core: ^6.0
- phpunit/phpunit: ^9.0
- symfony/var-dumper: ^5.4
- 3.1.0
- 3.0.x-dev
- 3.0.0
- 2.1.0
- 2.0.x-dev
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0-RC1
- 2.0-beta3
- 2.0-beta2
- 2.0-beta1
- 1.3.x-dev
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.x-dev
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.9.9
- 0.9.8
- 0.9.7
- 0.9.6
- 0.9.5
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.0
- 0.9-beta1
- v0.8-beta
- dev-dependabot/npm_and_yarn/webpack-5.76.0
- dev-dependabot/npm_and_yarn/dns-packet-5.4.0
- dev-experiment
- dev-main
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-issue/880-deprecation-notice
- dev-feature/auth
- dev-feature/salt-keys
- dev-feature/758-broadcasting
- dev-feature/753-twig
- dev-feature/laravel-6
- dev-feature/639-queue
- dev-feature/623-dropins
- dev-develop
This package is auto-updated.
Last update: 2024-11-15 05:37:58 UTC
README
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
- Julien Lambé - Project Lead
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.