PHPackages                             boolean-type/lorem-ipsum-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. boolean-type/lorem-ipsum-bundle

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

boolean-type/lorem-ipsum-bundle
===============================

Happy lorem ipsum

v1.0.0(5y ago)023MITPHPPHP ^7.1.3

Since Feb 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/BooleanType/symfony_knpu_lorem_ipsum_bundle)[ Packagist](https://packagist.org/packages/boolean-type/lorem-ipsum-bundle)[ RSS](/packages/boolean-type-lorem-ipsum-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

Theory:
-------

[](#theory)

- making bundle from the scratch:
    -
- Symfony docs:
    - [https://symfony.com/doc/current/service\_container.html](https://symfony.com/doc/current/service_container.html)
    - [https://symfony.com/doc/current/components/dependency\_injection.html](https://symfony.com/doc/current/components/dependency_injection.html)
    - [https://symfony.com/doc/current/components/dependency\_injection/compilation.html](https://symfony.com/doc/current/components/dependency_injection/compilation.html)
    - [https://symfony.com/doc/current/service\_container/compiler\_passes.html](https://symfony.com/doc/current/service_container/compiler_passes.html)
    -
    -
    - [https://symfony.com/doc/current/service\_container/definitions.html](https://symfony.com/doc/current/service_container/definitions.html)
    -
    - [https://symfony.com/doc/current/configuration/using\_parameters\_in\_dic.html](https://symfony.com/doc/current/configuration/using_parameters_in_dic.html)
    - [https://symfony.com/doc/current/bundles/prepend\_extension.html](https://symfony.com/doc/current/bundles/prepend_extension.html)
    - [https://symfony.com/doc/current/bundles/best\_practices.html](https://symfony.com/doc/current/bundles/best_practices.html)
- @TOREAD:
    -
    -

My bundle on packagist:
-----------------------

[](#my-bundle-on-packagist)

See, how it works:
------------------

[](#see-how-it-works)

- in browser:
    -
    -
- in console:
    - `D:\server\www\LoremIpsumBundle>vendor\bin\simple-phpunit     # Run the tests.`

How to make changes in bundle locally?
--------------------------------------

[](#how-to-make-changes-in-bundle-locally)

Changes, made in `vendor` folder, for bundle, installed from packagist () wan't work. So, I need to made them in local (ie this) bundle version.

##### Switch from packagist version to local:

[](#switch-from-packagist-version-to-local)

1. `composer remove boolean-type/lorem-ipsum-bundle`
2. In *app's* `composer.json` add this (`"../LoremIpsumBundle"` is the path, where my bundle locally exists):

```
"repositories": [
    {
        "type": "path",
        "url": "../LoremIpsumBundle"
     }
]
```

3. `composer require boolean-type/lorem-ipsum-bundle:*@dev`

##### Switch from local version to packagist:

[](#switch-from-local-version-to-packagist)

1. In *app's* `composer.json` delete this:

```
"repositories": [
    {
        "type": "path",
        "url": "../LoremIpsumBundle"
     }
]
```

2. `composer remove boolean-type/lorem-ipsum-bundle`
3. `composer req "boolean-type/lorem-ipsum-bundle:^1.0"` (`1.0` is bundle **current** version)

Recipe
------

[](#recipe)

This recipe will work only for my bundle on packagist, not for this, local version.

[symfony/recipes-contrib#1099](https://github.com/symfony/recipes-contrib/pull/1099)

### How did I created recipe, which is accessible in symfony/recipes-contrib?

[](#how-did-i-created-recipe-which-is-accessible-in-symfonyrecipes-contrib)

I've forked from  . Next I git-cloned this repo to my disc and created new folder with my recipe. Then I've created a pull request from a fork, as explained here -  . From this time all changes, that I pushed to my fork, automatically pushed to created pull request in symfony/recipes-contrib. After successful validation "View deployment" link appeared. This links contains instructions, described below.

### Clear composer cache before installation:

[](#clear-composer-cache-before-installation)

`composer clearcache`

### Installation

[](#installation)

**Theory:**

-
-

**Instructions for the recipe, created by me for this bundle:**

-

**If instructions for bundle become anavailable by link above, here is the copy:**

###### How to test these changes in your application

[](#how-to-test-these-changes-in-your-application)

**Step 0.** Allow installing "contrib" recipes in your application:

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

**Step 1.** Define the `SYMFONY_ENDPOINT` environment variable:

```
# On *nix and Mac
export SYMFONY_ENDPOINT=https://flex.symfony.com/r/github.com/symfony/recipes-contrib/1099
# On Windows
SET SYMFONY_ENDPOINT=https://flex.symfony.com/r/github.com/symfony/recipes-contrib/1099
```

**Step 2.** Install the package(s) related to this recipe:

`composer req "boolean-type/lorem-ipsum-bundle:^1.0"`

**Step 3.** Don't forget to unset the `SYMFONY_ENDPOINT` environment variable when done:

```
# On *nix and Mac
unset SYMFONY_ENDPOINT
# On Windows
SET SYMFONY_ENDPOINT=
```

Travis CI builds
----------------

[](#travis-ci-builds)

[https://travis-ci.com/github/BooleanType/symfony\_knpu\_lorem\_ipsum\_bundle/builds](https://travis-ci.com/github/BooleanType/symfony_knpu_lorem_ipsum_bundle/builds)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

1919d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f6472bfe6d69c3c17f5cd77ed649e09072c31163beb1078e64857ce6e2ee77d?d=identicon)[BooleanType](/maintainers/BooleanType)

### Embed Badge

![Health badge](/badges/boolean-type-lorem-ipsum-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/boolean-type-lorem-ipsum-bundle/health.svg)](https://phpackages.com/packages/boolean-type-lorem-ipsum-bundle)
```

###  Alternatives

[symfony/ux-chartjs

Chart.js integration for Symfony

1003.2M18](/packages/symfony-ux-chartjs)[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19280.3k3](/packages/symfony-ux-cropperjs)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)[pentiminax/ux-datatables

DataTables.net integration for Symfony

605.6k](/packages/pentiminax-ux-datatables)

PHPackages © 2026

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