brammo/content

Content plugin for CakePHP

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:cakephp-plugin

pkg:composer/brammo/content

1.1.0 2026-01-24 12:56 UTC

This package is auto-updated.

Last update: 2026-01-24 12:57:34 UTC


README

License

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