PHPackages                             disjfa/mozaic-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. disjfa/mozaic-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

disjfa/mozaic-bundle
====================

Mozaic puzzle for symfony, can also be use in glynn-admin-symfony

2.0.1(5mo ago)0881MITPHP

Since Nov 17Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/disjfa/mozaic-bundle)[ Packagist](https://packagist.org/packages/disjfa/mozaic-bundle)[ RSS](/packages/disjfa-mozaic-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (8)Versions (9)Used By (0)

Mozaic bundle
=============

[](#mozaic-bundle)

Mozaic bundle, a puzzle for symfony projects using vue.

This bundle can be used by [glynn-admin-symfony4](https://github.com/disjfa/glynn-admin-symfony4). This has a basic symfony setup, and adds a frontend using [webpack encore](https://symfony.com/doc/current/frontend.html). In this frond end i have a basic setup using vuejs to manage the clients side setup. This bundle also uses vuejs. It can be used standalone, but if you need inspiration to set up a frontend you can check it there.

Index
-----

[](#index)

- [Instalation](#instalation)
- [Add bundle](#add-bundle)
- [Configuration](#configuration)
- [Load vue component in your javascript](#load-vue-component-in-your-javascript)
- [Build](#build)
- [Don't forget to have fun](#dont-forget-to-have-fun)
- [Legacy](#legacy)

Instalation
-----------

[](#instalation)

(optional) Install [glynn-admin-symfony4](https://github.com/disjfa/glynn-admin-symfony4)

Add bundle
----------

[](#add-bundle)

This bundle uses a [recipe](https://github.com/disjfa/recipes-contrib#symfony-recipes-contrib). To enable recipes for this bundle you may need to enable in your symfony 3.4 / 4. application using:

```
composer config extra.symfony.allow-contrib true

```

Next, install the bundle

```
composer req disjfa/mozaic-bundle

```

Configuration
-------------

[](#configuration)

Setup the `UNSPLASH_APPLICATION_ID` and `UNSPLASH_APPLICATION_SECRET` in your .env file. See the api [unsplash api](https://unsplash.com/developers) on details how to get these.

Load vue component in your javascript.
--------------------------------------

[](#load-vue-component-in-your-javascript)

As said, this bundle uses vue to render the puzzle. You can check out [glynn-admin-symfony4](https://github.com/disjfa/glynn-admin-symfony4)for an example on how to set things up using webpack encore and vue. Or you can just add this component to your own build. For details on vue, check out the [documentation](https://vuejs.org/) and [components](https://vuejs.org/v2/guide/components.html).

```
import Mozaic from './../../../vendor/disjfa/mozaic-bundle/Resources/public/mozaic';

new Vue({
  el: '#base',

  components: {
    Mozaic,
  }
});
```

Build
-----

[](#build)

And next, build and checkout the puzzle.

```
sf server:start

```

And go to your url `http://localhost:8000/mozaic/daily`

Don't forget to have fun
------------------------

[](#dont-forget-to-have-fun)

Did i mention you are a lovely person, now enjoy! Have fun, play and finish a puzzle! Also, don't forget to tell me if you enjoy the puzzle.

Legacy
------

[](#legacy)

If you have a legacy symfony project (&lt; 3.4), you can still add the bundle. You can setup the bundle using these configurations.

Add the following to your `config.yml`

```
parameters:
  disjfa_mozaic.unsplash.application_id: ''
  disjfa_mozaic.unsplash.secret: ''
```

And add the routes to the routes.yml

```
disjfa_mozaic:
    resource: '@DisjfaMozaicBundle/Controller/'
    type:     annotation
```

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance73

Regular maintenance activity

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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

Every ~479 days

Recently: every ~719 days

Total

8

Last Release

153d ago

Major Versions

0.2.0 → 2.0.12026-01-27

### Community

Maintainers

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

---

Top Contributors

[![disjfa](https://avatars.githubusercontent.com/u/632778?v=4)](https://github.com/disjfa "disjfa (48 commits)")

---

Tags

glynn-adminglynn-admin-bundlepuzzle-gamesymfonysymfony-bundlevuesymfony-uxpuzzle

### Embed Badge

![Health badge](/badges/disjfa-mozaic-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/disjfa-mozaic-bundle/health.svg)](https://phpackages.com/packages/disjfa-mozaic-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M464](/packages/pimcore-pimcore)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[chameleon-system/chameleon-base

The Chameleon System core.

1027.9k4](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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