PHPackages                             playground/core - 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. playground/core

ActiveLibrary

playground/core
===============

Playground Core Module

6.0.4(2y ago)111.0k712MITPHPPHP &gt;=7.3

Since Nov 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/gregorybesson/PlaygroundCore)[ Packagist](https://packagist.org/packages/playground/core)[ Docs](https://github.com/gregorybesson/PlaygroundCore)[ RSS](/packages/playground-core/feed)WikiDiscussions develop Synced 3d ago

READMEChangelog (10)Dependencies (74)Versions (125)Used By (12)

PlaygroundCore
==============

[](#playgroundcore)

[![SensioLabsInsight](https://camo.githubusercontent.com/31fec2e57153ea0ab43eb47537826cd174901aa2c5cf15ccd7647c7be7a725ff/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f61323764373536332d346638642d346337392d626465342d6466383134386531343334342f6269672e706e67)](https://insight.sensiolabs.com/projects/a27d7563-4f8d-4c79-bde4-df8148e14344)

[![Develop Branch Build Status](https://camo.githubusercontent.com/340045770c500ed7119ca17c089c53f9f35d88323e20cc9c44c6923ce148fcaa/68747470733a2f2f7472617669732d63692e6f72672f677265676f7279626573736f6e2f506c617967726f756e64436f72652e737667)](http://travis-ci.org/gregorybesson/PlaygroundCore)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/0a88b04e3f32068a4a805fb92826047d20579101421401ea26f2e4b53df7411d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f677265676f7279626573736f6e2f506c617967726f756e64436f72652f6261646765732f7175616c6974792d73636f72652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/gregorybesson/PlaygroundCore/)[![Coverage Status](https://camo.githubusercontent.com/0bc3fea25fa2b11ca0c873dcb04c9a766828dc62d325a1a5ad2e0892cd70166a/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f677265676f7279626573736f6e2f506c617967726f756e64436f72652f62616467652e7376673f6272616e63683d646576656c6f7026736572766963653d676974687562)](https://coveralls.io/github/gregorybesson/PlaygroundCore?branch=develop)

[![Latest Stable Version](https://camo.githubusercontent.com/81ed9ce1f46ef25f2d90b4b3366f1cbf83437afff4e05b76481af4c451bec792/68747470733a2f2f706f7365722e707567782e6f72672f706c617967726f756e642f636f72652f762f737461626c65)](https://packagist.org/packages/playground/core) [![Total Downloads](https://camo.githubusercontent.com/518b8e3f74057bc249ff487425443e07205c9db35a6c2f9caaba14b30ca47966/68747470733a2f2f706f7365722e707567782e6f72672f706c617967726f756e642f636f72652f646f776e6c6f616473)](https://packagist.org/packages/playground/core) [![Latest Unstable Version](https://camo.githubusercontent.com/3c8fd8c9612f58a5bbbd859e2f650a57a3b340e91b9ce5f63ee9017cfe8efe5e/68747470733a2f2f706f7365722e707567782e6f72672f706c617967726f756e642f636f72652f762f756e737461626c65)](https://packagist.org/packages/playground/core) [![License](https://camo.githubusercontent.com/066ce342f4734b0df5186fae1cc39c359ca5cdb71040010b5454c42e1225406f/68747470733a2f2f706f7365722e707567782e6f72672f706c617967726f756e642f636f72652f6c6963656e7365)](https://packagist.org/packages/playground/core)

This library contains the following features :

- Google Analytics : Tagging Google Analytics (fork of Jurian Sluiman project : )
- Facebook Tags
- Twilio
- CKEditor : Wysiwyg editor (fork of  from Celtico)
- ELFinder : Added to CKEditor to manage assets on server. (fork of ).
- Cron : Cron Engine (fork of  with deep refactoring so that it's now based on ZF2 events)
- ShortenUrl : URL Shortener based on Bit.ly
- MailService : Templating mails.
- Slugify : Transform text into slug (useful for creating url)
- Core layout : The base for creating the structure layout of a website.

Each feature is explained in the wiki :

Migration Laminas
=================

[](#migration-laminas)

1. Màj bootstrap de /tests avec

```
  $config = ArrayUtils::merge($baseConfig, $testConfig);

  $smConfig = new ServiceManagerConfig($config);
  $serviceManager = new ServiceManager();
  $smConfig->configureServiceManager($serviceManager);

  $serviceManager->setService('ApplicationConfig', $config);
  $serviceManager->get('ModuleManager')->loadModules();

```

1. Remplacer

```
public function setUp()

```

par

```
protected function setUp(): void

```

3. Remplacer

```
public function tearDown()

```

par

```
protected function tearDown(): void

```

4. Remplacer

```
\PHPUnit_Framework_TestCase

```

par

```
\PHPUnit\Framework\TestCase

```

5. Les annotations PHPUNIT
6. Remplacer

```
'MvcTranslator'                      => 'Laminas\Mvc\I18n\TranslatorServiceFactory',

```

par

```
'MvcTranslator'                      => 'Laminas\I18n\Translator\TranslatorServiceFactory',

```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 96.6% 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 ~29 days

Recently: every ~109 days

Total

123

Last Release

1000d ago

Major Versions

1.2.4 → 2.0.02014-08-07

2.12.11 → 4.0.02018-06-24

4.2.5 → 5.0.02021-06-26

5.1.3 → 6.0.02022-06-08

PHP version history (3 changes)1.0.0PHP &gt;=5.3.3

2.12.0PHP &gt;=5.5

5.0.1PHP &gt;=7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/53dfe6859d871262a06bcfdc5607c9c48c79bb1d52426bfc00bf0d0f2b464a99?d=identicon)[gregorybesson](/maintainers/gregorybesson)

---

Top Contributors

[![gregorybesson](https://avatars.githubusercontent.com/u/2585805?v=4)](https://github.com/gregorybesson "gregorybesson (284 commits)")[![coralienoulette](https://avatars.githubusercontent.com/u/5680769?v=4)](https://github.com/coralienoulette "coralienoulette (4 commits)")[![fozeek](https://avatars.githubusercontent.com/u/1671274?v=4)](https://github.com/fozeek "fozeek (4 commits)")[![guillaumedeplanque](https://avatars.githubusercontent.com/u/5496682?v=4)](https://github.com/guillaumedeplanque "guillaumedeplanque (2 commits)")

---

Tags

laminasplaygroundplayground-core

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/playground-core/health.svg)

```
[![Health](https://phpackages.com/badges/playground-core/health.svg)](https://phpackages.com/packages/playground-core)
```

###  Alternatives

[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[lm-commons/lmc-user

A generic user registration and authentication module for Laminas. Supports Laminas\\Db and Doctrine2.

1880.7k5](/packages/lm-commons-lmc-user)

PHPackages © 2026

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