PHPackages                             jonnitto/textwithpicture - 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. [Image &amp; Media](/categories/media)
4. /
5. jonnitto/textwithpicture

AbandonedArchivedNeos-plugin[Image &amp; Media](/categories/media)

jonnitto/textwithpicture
========================

Text with responsive picture for Neos CMS

1.1.2(6y ago)28791MITSCSS

Since Jun 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jonnitto/Jonnitto.TextWithPicture)[ Packagist](https://packagist.org/packages/jonnitto/textwithpicture)[ RSS](/packages/jonnitto-textwithpicture/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/234883af9be293849ea75d4bc2461284baa7e5e125a6f5284643db3fe21ff3a6/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6e6e6974746f2f7465787477697468706963747572652f762f737461626c65)](https://packagist.org/packages/jonnitto/textwithpicture)[![Total Downloads](https://camo.githubusercontent.com/cd9b91ad20a6e33f9fc9d3ea90af74db1bd483b41d124330b3c456785bd18093/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6e6e6974746f2f7465787477697468706963747572652f646f776e6c6f616473)](https://packagist.org/packages/jonnitto/textwithpicture)[![License](https://camo.githubusercontent.com/c55dccd412601e0e6e5e5cea3439f3b90df968572b79ad3665b10039c6f48fd3/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6e6e6974746f2f7465787477697468706963747572652f6c6963656e7365)](LICENSE)[![GitHub forks](https://camo.githubusercontent.com/59e6d0bda45df870a0f7d186d87bc0311ddd183ae771fb5373b06b47cfad2b03/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6a6f6e6e6974746f2f4a6f6e6e6974746f2e5465787457697468506963747572652e7376673f7374796c653d736f6369616c266c6162656c3d466f726b)](https://github.com/jonnitto/Jonnitto.TextWithPicture/fork)[![GitHub stars](https://camo.githubusercontent.com/cbdfcdec3f9560eab256ae854d8d854ed93c3bb1d32dcec07a0f581ce8cf62a0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6a6f6e6e6974746f2f4a6f6e6e6974746f2e5465787457697468506963747572652e7376673f7374796c653d736f6369616c266c6162656c3d5374617273)](https://github.com/jonnitto/Jonnitto.TextWithPicture/stargazers)[![GitHub watchers](https://camo.githubusercontent.com/6740c8b46fbbd04dc354852c6a4bdbb022e036909fa768e7bc1248141b272e32/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f77617463686572732f6a6f6e6e6974746f2f4a6f6e6e6974746f2e5465787457697468506963747572652e7376673f7374796c653d736f6369616c266c6162656c3d5761746368)](https://github.com/jonnitto/Jonnitto.TextWithPicture/subscription)[![GitHub followers](https://camo.githubusercontent.com/d6a5c27d7c6c05ecc3a033972dd1c1d6e88610dc4495d29b74681b0dfe391eb5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f6c6c6f776572732f6a6f6e6e6974746f2e7376673f7374796c653d736f6369616c266c6162656c3d466f6c6c6f77)](https://github.com/jonnitto/followers)[![Follow Jon on Twitter](https://camo.githubusercontent.com/a5d40acbfdb781560e282476df7895f40f8b10783e6b1b9058900bd601d5d2a8/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f6a6f6e6e6974746f2e7376673f7374796c653d736f6369616c266c6162656c3d466f6c6c6f77)](https://twitter.com/jonnitto)

Jonnitto.TextWithPicture Package for Neos CMS
=============================================

[](#jonnittotextwithpicture-package-for-neos-cms)

With this package you add a `` NodeType with text into [Neos CMS](https://www.neos.io).
Contributions are very welcome!

Installation
------------

[](#installation)

Most of the time you have to make small adjustments to a package (e.g. configuration in Settings.yaml). Because of that, it is important to add the corresponding package to the composer from your theme package. Mostly this is the site packages located under Packages/Sites/. To install it correctly go to your theme package (e.g.Packages/Sites/Foo.Bar) and run following command:

```
composer require jonnitto/textwithpicture --no-update
```

The --no-update command prevent the automatic update of the dependencies. After the package was added to your theme composer.json, go back to the root of the Neos installation and run composer update. Et voilà! Your desired package is now installed correctly.

Lightbox support
----------------

[](#lightbox-support)

If you want to add lightbox support you can set the super types on the `Picture` node type:

```
'Jonnitto.TextWithPicture:TextWithPicture':
  superTypes:
    'Jonnitto.Picture:Lightbox': true
    'Jonnitto.Picture:Caption': true
```

After that, you can install [Jonnitto.PhotoSwipe](https://github.com/jonnitto/Jonnitto.PhotoSwipe) via composer: `composer require jonnitto/photoswipe`
Et voilà: You've just included [PhotoSwipe](http://photoswipe.com/)

License
-------

[](#license)

Licensed under MIT, see [LICENSE](LICENSE)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

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 ~171 days

Recently: every ~254 days

Total

7

Last Release

2287d ago

Major Versions

0.1.2 → 1.0.02017-11-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/5fec51ac160a110a31a72a54ac29e276a447d8306205a052d35491ac9cf0589b?d=identicon)[jonnitto](/maintainers/jonnitto)

---

Top Contributors

[![jonnitto](https://avatars.githubusercontent.com/u/4510166?v=4)](https://github.com/jonnitto "jonnitto (18 commits)")

---

Tags

neoscmsnodetypeimagetextphotoflowNeospicture

### Embed Badge

![Health badge](/badges/jonnitto-textwithpicture/health.svg)

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

###  Alternatives

[multiavatar/multiavatar-php

Multicultural Avatar Generator

655162.4k5](/packages/multiavatar-multiavatar-php)[dantsu/php-image-editor

PHP library to easily edit image with GD extension.

33167.0k2](/packages/dantsu-php-image-editor)[jonnitto/plyr

Plyr.io for Neos.io

1136.5k2](/packages/jonnitto-plyr)[sitegeist/sms-responsive-images

Provides ViewHelpers and configuration to render valid responsive images based on TYPO3's image cropping tool.

34508.8k3](/packages/sitegeist-sms-responsive-images)[spacecatninja/imager-x

Ninja powered image transforms.

29399.9k35](/packages/spacecatninja-imager-x)[moc/imageoptimizer

Flow package that optimizes generated thumbnail images (jpg, png, gif, svg) for web presentation.

30108.6k](/packages/moc-imageoptimizer)

PHPackages © 2026

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