https://github.com/devuri/wpframework
Raydium is a WordPress micro-enhancement framework that enables you to swiftly architect robust web solutions.
https://github.com/devuri/wpframework
wordpress wordpress-boilerplate wordpress-development wordpress-php-library wordpress-site wp
Last synced: about 2 months ago
JSON representation
Raydium is a WordPress micro-enhancement framework that enables you to swiftly architect robust web solutions.
- Host: GitHub
- URL: https://github.com/devuri/wpframework
- Owner: devuri
- License: mit
- Created: 2024-02-18T03:42:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T15:06:31.000Z (7 months ago)
- Last Synced: 2024-10-29T14:14:46.368Z (7 months ago)
- Topics: wordpress, wordpress-boilerplate, wordpress-development, wordpress-php-library, wordpress-site, wp
- Language: PHP
- Homepage: https://devuri.github.io/wpframework/
- Size: 169 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Raydium
Seamlessly launch a fully-equipped WordPress site with `devuri/raydium`, specifically for the rapid development and deployment of secure, scalable WordPress applications. Inspired by the ease of modern development frameworks, it delivers a frictionless setup process infused with industry-leading best practices from the outset.
## Installation
Begin by ensuring you meet the prerequisites needed for a successful installation of Raydium:
- PHP version 7.4 or above is required.
- Composer, for managing PHP dependencies.
- Access to a MySQL or MariaDB database.
- Terminal access for executing commands related to Raydium and other operations.To install Raydium with Composer, run the following command in your terminal:
```shell
composer create-project devuri/raydium your-project-name
```After the installation, you can start testing Raydium locally by using this command:
```shell
php -S localhost:8000 -t public -c .user.ini
```This will serve your project on a local development server at `localhost:8000`.
## Use Template
#### Raydium Express
[Raydium Express](https://github.com/devuri/raydiumx) A lightweight starter kit optimized for rapid setup.
This template is optimized for instant deployment.
> configured to launch production-ready applications.## Documentation
Explore the extensive [Raydium Documentation](https://devuri.github.io/wpframework/) to learn about its installation, configuration, and the features it offers.
## LicenseThis project is open-sourced software licensed under the [MIT License](LICENSE).