folivoro / sloth
A WordPress theme framework built with Laravel components
v2.0.0
2026-05-15 16:34 UTC
Requires
- php: >=8.4
- ext-json: *
- bitandblack/image-information: ^3.2
- brain/hierarchy: ^2.0 || ^3.0
- composer/composer: ^2.9
- filp/whoops: ^2.18
- illuminate/cache: ^12.0
- illuminate/config: ^12.0
- illuminate/console: ^12.0
- illuminate/container: ^12.0
- illuminate/database: ^12.0
- illuminate/events: ^12.0
- illuminate/filesystem: ^12.56
- illuminate/http: ^12.58
- illuminate/pagination: ^12.0
- illuminate/support: ^12.0
- illuminate/validation: ^12.0
- illuminate/view: ^12.0
- inpsyde/wp-context: ^1.5
- jgrossi/corcel: ^9.0
- johnbillion/args: ^2.4
- johnbillion/extended-cpts: ^5.1
- laravel/prompts: ^0.3.17
- nunomaduro/termwind: ^2.4
- php-debugbar/php-debugbar: ^3.7
- spatie/image: ^1.10 || ^2.0 || ^3.0
- symfony/filesystem: ^8.0
- symfony/process: ^7.4
- symfony/routing: ^8.0
- twig/twig: ^3.0
- vlucas/phpdotenv: ^2.6 || ^3.0 || ^5.0
- wp-cli/wp-cli: ^2.12
Requires (Dev)
- brain/monkey: ^2.6
- captainhook/captainhook: ^5.29
- friendsofphp/php-cs-fixer: ^3.50
- pestphp/pest: ^2.0
- pestphp/pest-plugin: ^2.0
- php-stubs/acf-pro-stubs: ^6.5
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^10.0
- ramsey/conventional-commits: ^1.7
- rector/rector: ^2.0
- spaze/phpstan-disallowed-calls: ^4.12
- szepeviktor/phpstan-wordpress: ^2.0
- unh3ck3d/php-cs-fixer-git-hook: ^1.0
Suggests
- ext-imagick: Required for generating screenshot.png during theme setup
Replaces
- sixmonkey/sloth: v2.0.0
This package is auto-updated.
Last update: 2026-05-15 16:34:51 UTC
README
Sloth
A polymorphic WordPress application framework built on Laravel components.
Sloth brings Laravel patterns to WordPress — Eloquent models, Twig templates, Service Providers, Dependency Injection, WP-CLI commands and more — without requiring a full Laravel installation.
Documentation
Full documentation is available at folivoro.com/docs.
Quick install
composer require folivoro/sloth
Requirements
- PHP 8.4 or higher
- WordPress 6.0 or higher
- Composer 2.0 or higher
Contributing
Thank you for considering contributing to Sloth! Please review the contribution guide.
License
Sloth is open-sourced software licensed under the MIT license.