brammo / content
Content plugin for CakePHP
1.2.0
2026-05-24 07:18 UTC
Requires
- php: >=8.2
- cakephp/cakephp: ^5.3
- dereuromark/media-embed: ^0.6.4
- intervention/image: ^3.11
- intervention/image-driver-vips: ^1.0
Requires (Dev)
- cakephp/cakephp-codesniffer: ^5.3
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
- vimeo/psalm: ^5.26
This package is auto-updated.
Last update: 2026-05-24 07:21:54 UTC
README
A CakePHP plugin for content manipulation including image processing, date formatting, and video embedding.
Requirements
- PHP 8.2+
- CakePHP 5.0+
Documentation
Quick Start
composer require brammo/content
// In Application.php $this->addPlugin('Brammo/Content'); // In AppView.php $this->loadHelper('Brammo/Content.Date'); $this->loadHelper('Brammo/Content.Image'); $this->loadHelper('Brammo/Content.Video'); $this->loadHelper('Brammo/Content.Flag'); $this->loadHelper('Brammo/Content.Seo');
License
This plugin is licensed under the MIT License.
Author
Roman Sidorkin - roman.sidorkin@gmail.com