brammo/content

Content plugin for CakePHP

Maintainers

Package info

github.com/brammo/content

Type:cakephp-plugin

pkg:composer/brammo/content

Statistics

Installs: 13

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.2.0 2026-05-24 07:18 UTC

This package is auto-updated.

Last update: 2026-05-24 07:21:54 UTC


README

License

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