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

1.0 2025-12-29 08:40 UTC

This package is auto-updated.

Last update: 2025-12-29 08:45:31 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