351dc06ec47774ab7e730939c9386836f8562c99
Logo Soup
Logo Soup is a block-first WordPress plugin for building balanced logo strips and grids directly inside the block editor.
Features
- Upload logos from the editor and reorder them with simple move controls.
- Add optional links per logo.
- Choose between
carouselandgridlayouts. - Configure grayscale, animation speed, and hover pause behavior.
- Set site-wide defaults under
Settings > Logo Soup.
Requirements
- WordPress 6.1+
- PHP 7.4+
Development
composer install
npm install
composer phpcs
composer phpstan
composer test
npm run lint:js
Architecture
logo-soup.php: plugin bootstrap and autoloader.src/: PHP application code.blocks/logo-soup/: dynamic block metadata and built assets.tests/php/: PHPUnit baseline coverage.
Security
- REST mutations require
manage_optionsplus a validwp_restnonce. - All settings are sanitized before saving.
- Block output escapes URLs, attributes, and text on render.
Languages
PHP
71.1%
JavaScript
22.2%
CSS
6.7%