devuri / wpframework
Effortlessly develop scalable WordPress applications that support multiple tenants.
Requires
- php: ^7.4 || ^8.0
- devuri/config: ^0.1
- devuri/dot-access: ^0.3
- devuri/env: ^0.3
- devuri/http: ^0.1
- devuri/secure-password: ^0.1
- devuri/uuid-generator: ^0.0.1
- filp/whoops: ^2.15
- symfony/error-handler: 5.0.11
- symfony/filesystem: ^5.4
- symfony/var-dumper: ^5.4
- vlucas/phpdotenv: ^5.2
Requires (Dev)
- 10up/phpcs-composer: dev-master
- brain/monkey: ^2.6
- php-stubs/wordpress-stubs: ^6.0
- phpbench/phpbench: ^1.2
- phpstan/phpstan: ^1.8
- phpstan/phpstan-strict-rules: ^1.3
- phpunit/phpunit: ^9.5
- spatie/ssh: ^1.9
- szepeviktor/phpstan-wordpress: ^1.1
- vimeo/psalm: ^4.24 || ^5.0
- yoast/phpunit-polyfills: ^1.0 || ^2.0 || ^3.0
- dev-main
- 0.6.x-dev
- v0.6.2
- v0.6.1
- v0.6.0
- 0.5.x-dev
- v0.5.1
- v0.5.0
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.14
- v0.3.13
- v0.3.12
- v0.3.11
- v0.3.10
- v0.3.9
- v0.3.8
- v0.3.7
- v0.3.6
- v0.3.5
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- 0.2.x-dev
- v0.2.16
- v0.2.15
- v0.2.14
- v0.2.13
- v0.2.12
- v0.2.11
- v0.2.10
- v0.2.9
- v0.2.8
- v0.2.7
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.0
- v0.0.9
- 0.0.8.x-dev
- v0.0.8
- v0.0.7
- v0.0.6
- 0.0.5.x-dev
- v0.0.5
- dev-fix/chore-unit-tests-update-add-try-for-quick-trials
- dev-release-please--branches--main
- dev-feat/adds-basic-PsrContainer
- dev-feat/configs-is-now-Attribute
- dev-docs/070-rewrite-updates
- dev-fix/is-prod-in-configs
- dev-doc/update-docs
- dev-o.3.x
This package is auto-updated.
Last update: 2024-12-21 23:58:34 UTC
README
This repository contains the foundational core framework for Raydium. If you're developing an application using the wpframework, use the pre-built version available at Raydium.
WPframework is a composer package that serves as the core framework for Raydium. Designed to provide secure and modular WordPress development, The framework equips developers with a solid, flexible foundation for crafting scalable single or multi-tenant web applications.
Prerequisites
Before you begin the installation process, ensure you have the following prerequisites:
PHP: Raydium requires PHP version 7.4 or higher.
Composer: Raydium uses Composer for dependency management.
MySQL or MariaDB Database: You'll need the database credentials during the WordPress setup.
Web Server: Any standard web server like Apache or Nginx.
Command Line Access: You'll need terminal or command line access to execute Composer commands.
Caution
The core framework is designed to be used with Raydium. While it's possible to use it as-is, it's generally recommended to utilize one of the pre-built versions here.
Installation
Create a New Raydium Project
Start by creating a new Raydium project using Composer. Open your terminal or command line tool and run the following command:
composer create-project devuri/raydium your-project-name
Documentation
Explore the extensive Raydium Documentation to learn about its installation, configuration, and the features it offers. The documentation includes detailed guides, API references, and best practices to help you maximize your use of Raydium.
Support
Should you encounter any issues or have questions about the framework, don't hesitate to open an issue on our GitHub repository.
License
Licensed under the MIT License. See the LICENSE file for details.