PHPackages                             lemonmind/pimcore-save-string-operations - 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. lemonmind/pimcore-save-string-operations

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

lemonmind/pimcore-save-string-operations
========================================

It's Pimcore Bundle to replace strings permanently using Grid Options. It will save replaced strings directly in object

2.0.2(2y ago)790GPL-3.0-or-laterPHP

Since Aug 24Pushed 2y agoCompare

[ Source](https://github.com/LemonMind/pimcore-save-string-operations)[ Packagist](https://packagist.org/packages/lemonmind/pimcore-save-string-operations)[ RSS](/packages/lemonmind-pimcore-save-string-operations/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (7)Versions (17)Used By (0)

Replace, concat strings or change number fields permanently using Grid Options
==============================================================================

[](#replace-concat-strings-or-change-number-fields-permanently-using-grid-options)

It's Pimcore Bundle to replace ,concat strings or change number fields permanently using Grid Options. It will save replaced strings directly in object.

It supports object bricks and classification store.

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

[](#installation)

```
composer require lemonmind/pimcore-save-string-operations

```

```
// config/bundles.php

LemonmindSaveStringOperationsBundle::class => ['all' => true]
```

```
php bin/console assets:install

```

After correct installation go to your object's folder and right click on one of the objects. Two buttons should appear [![](docs/bundle_home.png)](docs/bundle_home.png)

You can also access string replacement by clicking the column arrow in the grid as below [![](docs/bundle_home_column.png)](docs/bundle_home_column.png)

Usage of string replace
-----------------------

[](#usage-of-string-replace)

As mentioned above you can right-click any row in grid view to select it and bring up a context menu. If you want to include multiple rows, select them first and then right click on any of the selected ones.

There are two buttons available:

- String replace selected
    - Works with filtered view
- String replace all
    - Doesn't work with filters; Overwrite the field's data for all objects

After Choosing your desired option a window should appear:

[![](docs/replace_string_window.png)](docs/replace_string_window.png)

Fill in all necessary fields and click apply to save changes.

For *wysiwyg* fields, the source code is searched and replaced.

### Options details

[](#options-details)

- Select Field
    - Field to affect
    - Shows the fields of type `input`, `textarea`, `wysiwyg`
    - Shows the fields that are not set as `Not editable` in class definition
- Search
    - Phrase to search for.
    - If empty, the value searched for will be NULL
- Replace
    - Phrase that will replace all matching occurrences of search
- Insensitive
    - Allows to find matches regardless of the capitalization

Usage of string concatenate
---------------------------

[](#usage-of-string-concatenate)

As mentioned above you can right-click any row in grid view to select it and bring up a context menu. If you want to include multiple rows, select them first and then right click on any of the selected ones.

There are two buttons available:

- String concatenate selected
    - Works with filtered view
- String concatenate all
    - Doesn't work with filters; Overwrite the field's data for all objects

After Choosing your desired option a window should appear:

[![](docs/string_concat_window.png)](docs/string_concat_window.png)

Fill in all necessary fields and click apply to save changes.

### Options details

[](#options-details-1)

- Select Field
    - First field to concat
    - Shows the fields of type `input`, `textarea`, `wysiwyg` or `input` which means user input
    - Shows the fields that are not set as `Not editable` in class definition
- Separator
    - Specifies how to separate two strings
- Select Field
    - Second field to concat
- Save to
    - Defines where to save concatenate string

Usage of string convert
-----------------------

[](#usage-of-string-convert)

As mentioned above you can right-click any row in grid view to select it and bring up a context menu. If you want to include multiple rows, select them first and then right click on any of the selected ones.

There are two buttons available:

- String convert selected
    - Works with filtered view
- String convert all
    - Doesn't work with filters; Overwrite the field's data for all objects

After Choosing your desired option a window should appear:

[![](docs/string_convert_window.png)](docs/string_convert_window.png)

Fill in all necessary fields and click apply to save changes.

### Options details

[](#options-details-2)

- Select Field
    - Field to affect
    - Shows the fields of type `input`, `textarea`, `wysiwyg`
    - Shows the fields that are not set as `Not editable` in class definition
- Capitalization
    - Type of capitalization conversion

Usage of numeric field change
-----------------------------

[](#usage-of-numeric-field-change)

As mentioned above you can right-click any row in grid view to select it and bring up a context menu. If you want to include multiple rows, select them first and then right click on any of the selected ones.

There are two buttons available:

- Change selected
    - Works with filtered view
- Change all
    - Doesn't work with filters; Overwrite the field's data for all objects

After Choosing your desired option a window should appear:

[![](docs/int_change_value.png)](docs/int_change_value.png)

Fill in all necessary fields and click apply to save changes.

### Options details

[](#options-details-3)

- Select Field
    - Field to affect
    - Shows the fields that are not set as `Not editable` in class definition
- Set to
    - Specifies if you want to use specific value or percentage
- Value
    - Numeric value to save

If "Set to" is defined to percentage

[![](docs/int_change_percentage.png)](docs/int_change_percentage.png)

- Select Type
    - Specifies whether you want to increase or decrease the value

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.9% 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 ~79 days

Recently: every ~99 days

Total

6

Last Release

1003d ago

Major Versions

1.2.0 → 2.0.02023-05-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/378b1bfc8c96e9ab1f2514574a282692ea6e19912f6bb0ced755725fb16bc910?d=identicon)[msoroka](/maintainers/msoroka)

---

Top Contributors

[![pfilipkowskilemon](https://avatars.githubusercontent.com/u/110021871?v=4)](https://github.com/pfilipkowskilemon "pfilipkowskilemon (86 commits)")[![srychert](https://avatars.githubusercontent.com/u/83415215?v=4)](https://github.com/srychert "srychert (10 commits)")[![msoroka](https://avatars.githubusercontent.com/u/25011263?v=4)](https://github.com/msoroka "msoroka (3 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/lemonmind-pimcore-save-string-operations/health.svg)

```
[![Health](https://phpackages.com/badges/lemonmind-pimcore-save-string-operations/health.svg)](https://phpackages.com/packages/lemonmind-pimcore-save-string-operations)
```

###  Alternatives

[pimcore/data-importer

Adds a comprehensive import functionality to Pimcore Datahub

46855.5k5](/packages/pimcore-data-importer)[pimcore/perspective-editor

Pimcore Perspective Editor

21425.7k](/packages/pimcore-perspective-editor)[pimcore/skeleton

126200.6k](/packages/pimcore-skeleton)[pimcore/object-merger

13583.8k1](/packages/pimcore-object-merger)[pimcore/studio-ui-bundle

Pimcore Studio Ui Bundle

29118.5k19](/packages/pimcore-studio-ui-bundle)[pimcore/studio-backend-bundle

Pimcore Studio Backend Bundle

20203.9k22](/packages/pimcore-studio-backend-bundle)

PHPackages © 2026

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