alicom13 / wp-setup
A lightweight WordPress configuration manager inspired by Roots WPConfig but standalone and dependency-free
v1.0.0
2025-11-27 00:02 UTC
Requires
- php: >=7.4
Requires (Dev)
- phpunit/phpunit: ^9.0
README
A lightweight, standalone WordPress configuration management library inspired by Roots\WPConfig\Config but with zero dependencies.
โจ Features
- ๐ No Dependencies - Pure PHP, no external libraries required
- ๐ฆ PSR-4 Compliant - Modern PHP standards
- ๐ง WordPress Optimized - Designed specifically for WordPress constants
- ๐พ Constant Management - Proper handling of WordPress constants
- ๐ก๏ธ Type Safe - Strict types and input validation
- ๐ Reusable - Use across multiple WordPress projects
- ๐งช Tested - PHPUnit tests included
๐ฆ Installation
composer require alicom13/wp-setup