brammo / content
Content plugin for CakePHP
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:cakephp-plugin
pkg:composer/brammo/content
Requires
- php: >=8.1
- cakephp/cakephp: ^5.0
- intervention/image: ^3.11
- intervention/image-driver-vips: ^1.0
Requires (Dev)
- cakephp/cakephp-codesniffer: ^5.0
- dereuromark/media-embed: ^0.6.4
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.0
- vimeo/psalm: ^5.26
This package is auto-updated.
Last update: 2025-12-29 08:45:31 UTC
README
A CakePHP plugin for content manipulation including image processing, date formatting, and video embedding.
Requirements
- PHP 8.1+
- 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');
License
This plugin is licensed under the MIT License.
Author
Roman Sidorkin - roman.sidorkin@gmail.com