PHPackages                             clash82/ezplatform-studio-tips-block - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. clash82/ezplatform-studio-tips-block

ActiveLibrary

clash82/ezplatform-studio-tips-block
====================================

Additional Tips block for eZ Studio.

v1.0.0(9y ago)119MITPHPPHP &gt;=5.4.0

Since Jan 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/clash82/ezplatform-studio-tips-block)[ Packagist](https://packagist.org/packages/clash82/ezplatform-studio-tips-block)[ Docs](http://github.com/clash82/ezplatform-studio-tips-block)[ RSS](/packages/clash82-ezplatform-studio-tips-block/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

eZ Platform Studio Tips block
=============================

[](#ez-platform-studio-tips-block)

[![SensioLabsInsight](https://camo.githubusercontent.com/1d44fa98178a113f1bcbbbdc48ecd197693175c68d3342681d69dd7f960f717c/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f61656134323261342d373934622d346266352d386161352d3062393663303561626535372f6269672e706e67)](https://insight.sensiolabs.com/projects/aea422a4-794b-4bf5-8aa5-0b96c05abe57)

This bundle adds an additional Tips block (aka Tip of the Day block) into eZ Systems [eZ Platform Enterprise Edition Studio](//ez.no). This bundle can be used for a demonstration purpose on how to build new blocks for eZ Studio.

[![screenshot](https://cloud.githubusercontent.com/assets/3033038/18852413/9220ed76-8440-11e6-8afe-9fed26f9909e.png)](https://cloud.githubusercontent.com/assets/3033038/18852413/9220ed76-8440-11e6-8afe-9fed26f9909e.png)

Requirements
------------

[](#requirements)

- eZ Platform 1.5 or later
- eZ Systems LandingPageFieldType 1.5 or later

### Installation

[](#installation)

This package is available via Composer, so the instructions below are similar to how you install any other open source Symfony Bundle.

Run the following command in a terminal, from your Symfony installation root (pick the most recent release):

```
composer require clash82/ezplatform-studio-tips-block
```

Enable the bundle in `app/AppKernel.php` file:

```
$bundles = array(
    // IMPORTANT: Clash82EzPlatformStudioTipsBlockBundle must be placed above LandingPageFieldTypeBundle to work properly
    new Clash82\EzPlatformStudioTipsBlockBundle\Clash82EzPlatformStudioTipsBlockBundle(),

    // existing bundles
    new EzSystems\LandingPageFieldTypeBundle\EzSystemsLandingPageFieldTypeBundle(),
    ...
);
```

Install additional assets (CSS) for default template (omit this step if you are planning to use custom stylesheets):

```
{% stylesheets
    'bundles/clash82ezplatformstudiotipsblock/css/style.css'
%}

{% endstylesheets %}
```

If you are installing the bundle via `composer require` you must also copy assets to your project's `web` directory. You can do this by calling Symfony's built-in command from the project root directory:

```
php app/console assets:install --symlink
```

In production environment you have to dump assets using the `Assetic` built-in command:

```
php app/console assetic:dump -e=prod
```

Install new `Tip` ContentType using a built-in installer:

```
php app/console ezstudio:tips-block:install
```

### Usage

[](#usage)

First you have to create a new `Folder` and add some tips using the new `Tip` ContentType. After that, go to the eZ Studio dashboard and drag a new `Tips` block into a selected zone in your landing page. Click on the block settings and choose a folder as a Parent container. After publishing you should see a new block with a randomly selected tips.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3413d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c42af8d5ee6be41034cf2b6a588200a906f09586058dbfb7009dbe327bf2dc5f?d=identicon)[clash82](/maintainers/clash82)

---

Top Contributors

[![clash82](https://avatars.githubusercontent.com/u/3033038?v=4)](https://github.com/clash82 "clash82 (5 commits)")

---

Tags

blockbundleezplatformezpublishezstudiosymfonytipsblocksezplatformstudiotipsezsystemsclash82

### Embed Badge

![Health badge](/badges/clash82-ezplatform-studio-tips-block/health.svg)

```
[![Health](https://phpackages.com/badges/clash82-ezplatform-studio-tips-block/health.svg)](https://phpackages.com/packages/clash82-ezplatform-studio-tips-block)
```

###  Alternatives

[botman/studio-addons

BotMan Studio specific addons.

75219.8k49](/packages/botman-studio-addons)[infinum/eightshift-libs

WordPress libs developed by Eightshift team to use in modern WordPress.

63118.9k3](/packages/infinum-eightshift-libs)[netgen/information-collection-bundle

Information collection alike feature for Ibexa Platform

1945.1k8](/packages/netgen-information-collection-bundle)[netgen/ez-forms-bundle

Integration of Symfony's Form component with Ibexa Platform Public API

1162.6k2](/packages/netgen-ez-forms-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
