Download the PHP package phycticio/wp-boilerplate without Composer
On this page you can find all versions of the php package phycticio/wp-boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phycticio/wp-boilerplate
More information about phycticio/wp-boilerplate
Files in phycticio/wp-boilerplate
Download phycticio/wp-boilerplate
More information about phycticio/wp-boilerplate
Files in phycticio/wp-boilerplate
Vendor phycticio
Package wp-boilerplate
Short Description WordPress boilerplate with Composer, easier configuration, and an improved folder structure
License MIT
Homepage https://github.com/phycticio/wp-boilerplate
Package wp-boilerplate
Short Description WordPress boilerplate with Composer, easier configuration, and an improved folder structure
License MIT
Homepage https://github.com/phycticio/wp-boilerplate
Please rate this library. Is it a good library?
Informations about the package wp-boilerplate
WordPress Boilerplate Modern Stack
Modern template for WordPress development with scalable architecture and updated technology stack.
Key Features
- 🚀 Modern Stack: PHP 8.1+, Node 18+, Composer 2+, pnpm
- 🧩 Dependency Management:
- Plugins managed via Composer
- Assets with Webpack 5 and ES6+
- 🧱 Block Theme:
- Native blocks with React
- Full Site Editing (FSE)
- Complete frontend/backend integration
- 📐 Clean Architecture:
- MVC pattern with Twig templating
- Environment-based configuration
- Clear separation of responsibilities
- ⚙️ Professional Workflow:
- Integrated GitHub Actions
- PHP Code Standards (Pint)
- Multi-environment Webpack
Prerequisites
- PHP 8.1+
- Node.js 18+
- Composer 2.2+
- pnpm 8+
Quick Installation
Configuration
Environments
- Edit
.env
with your variables - Configure environments in
config/environments/
development.php
: Local configproduction.php
: Production config
Main Files
config/application.php
: Shared configurationweb/wp-config.php
: WordPress Bootstrapapp/App.php
: Theme initializer
Directory Structure
Development
Main Commands
Block Creation
- Add new block in
resources/blocks/
- Use WordPress
registerBlockType
- Import styles/scripts in Webpack config
Twig Templates
GitHub Actions Workflow
- Lint: PHP/JS code verification
- Build: Asset compilation
- Deploy: Configurable for different environments
Coding Standards
- PHP: PHP-CS-Fixer (config in
pint.json
) - JS: ESLint with standard config
- Styles: SCSS with SMACSS structure
Contribution
- Fork the project
- Create feature branch (
feat/my-feature
) - Submit Pull Request
License
GPL-3.0. See LICENSE for details.
Changelog
See CHANGELOG.md for version history.
All versions of wp-boilerplate with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
composer/installers Version ^2.2
vlucas/phpdotenv Version ^5.5
oscarotero/env Version ^2.1
roots/bedrock-autoloader Version ^1.0
roots/wordpress Version 6.7.1
roots/wp-config Version 1.0.0
roots/wp-password-bcrypt Version 1.2.0
timber/timber Version ^2.3
ext-pdo Version *
ramsey/uuid Version ^4.7
composer/installers Version ^2.2
vlucas/phpdotenv Version ^5.5
oscarotero/env Version ^2.1
roots/bedrock-autoloader Version ^1.0
roots/wordpress Version 6.7.1
roots/wp-config Version 1.0.0
roots/wp-password-bcrypt Version 1.2.0
timber/timber Version ^2.3
ext-pdo Version *
ramsey/uuid Version ^4.7
The package phycticio/wp-boilerplate contains the following files
Loading the files please wait ....