A CakePHP plugin for content manipulation including image processing, date formatting, and video embedding.
- PHP 8.1+
- CakePHP 5.0+
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 plugin is licensed under the MIT License.
Roman Sidorkin - roman.sidorkin@gmail.com