{"id":20213877,"url":"https://github.com/dachcom-digital/pimcore-toolbox","last_synced_at":"2025-04-06T06:09:35.696Z","repository":{"id":41067049,"uuid":"49707284","full_name":"dachcom-digital/pimcore-toolbox","owner":"dachcom-digital","description":"Pimcore - Toolbox","archived":false,"fork":false,"pushed_at":"2024-04-11T12:51:49.000Z","size":1362,"stargazers_count":65,"open_issues_count":6,"forks_count":27,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-04-14T04:44:51.756Z","etag":null,"topics":["kickstarter","pimcore","toolbox"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dachcom-digital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-15T08:46:14.000Z","updated_at":"2024-05-30T09:27:33.338Z","dependencies_parsed_at":"2023-12-31T10:32:40.659Z","dependency_job_id":"d8a2c513-03e3-4176-b540-c779787e8ec7","html_url":"https://github.com/dachcom-digital/pimcore-toolbox","commit_stats":{"total_commits":574,"total_committers":27,"mean_commits":21.25925925925926,"dds":0.2473867595818815,"last_synced_commit":"a9eea3a6a17730d5790290af26da4fde5c322d72"},"previous_names":[],"tags_count":126,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dachcom-digital%2Fpimcore-toolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dachcom-digital%2Fpimcore-toolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dachcom-digital%2Fpimcore-toolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dachcom-digital%2Fpimcore-toolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dachcom-digital","download_url":"https://codeload.github.com/dachcom-digital/pimcore-toolbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247441052,"owners_count":20939239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kickstarter","pimcore","toolbox"],"created_at":"2024-11-14T06:12:30.517Z","updated_at":"2025-04-06T06:09:35.677Z","avatar_url":"https://github.com/dachcom-digital.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pimcore Toolbox\n\nThe Toolbox is a Kickstarter for your every day project. It provides some important bricks and structure basics which allow rapid and quality-oriented web development. \n\n[![Software License](https://img.shields.io/badge/license-GPLv3-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Software License](https://img.shields.io/badge/license-DCL-white.svg?style=flat-square\u0026color=%23ff5c5c)](LICENSE.md)\n[![Latest Release](https://img.shields.io/packagist/v/dachcom-digital/toolbox.svg?style=flat-square)](https://packagist.org/packages/dachcom-digital/toolbox)\n[![Tests](https://img.shields.io/github/actions/workflow/status/dachcom-digital/pimcore-toolbox/.github/workflows/codeception.yml?branch=master\u0026style=flat-square\u0026logo=github\u0026label=codeception)](https://github.com/dachcom-digital/pimcore-toolbox/actions?query=workflow%3ACodeception+branch%3Amaster)\n[![PhpStan](https://img.shields.io/github/actions/workflow/status/dachcom-digital/pimcore-toolbox/.github/workflows/php-stan.yml?branch=master\u0026style=flat-square\u0026logo=github\u0026label=phpstan%20level%204)](https://github.com/dachcom-digital/pimcore-toolbox/actions?query=workflow%3A\"PHP+Stan\"+branch%3Amaster)\n\n![Pimcore Toolbox](https://user-images.githubusercontent.com/700119/135613598-a9ef2c69-9a44-41cd-8542-596a0322d3da.png)\n\n\n### Release Plan\n\n| Release | Supported Pimcore Versions        | Supported Symfony Versions | Release Date | Maintained     | Branch   |\n|---------|-----------------------------------|----------------------------|--------------|----------------|----------|\n| **5.x** | `11.0`                            | `6.4`                      | 28.09.2023   | Feature Branch | master   |\n| **4.x** | `10.5`, `10.6`                    | `5.4`                      | 01.10.2021   | Bugfixes       | 4.x      |\n| **3.x** | `6.0` - `6.9`                     | `3.4`, `^4.4`              | 16.07.2019   | Unsupported    | 3.x      |\n| **2.8** | `5.4`, `5.5`, `5.6`, `5.7`, `5.8` | `3.4`                      | 30.06.2019   | Unsupported    | 2.8      |\n| **1.8** | `4.0`                             | --                         | 28.04.2017   | Unsupported    | pimcore4 |\n\n### Installation  \n\n```json\n\"require\" : {\n    \"dachcom-digital/toolbox\" : \"~5.3.0\"\n}\n```\n\nAdd Bundle to `bundles.php`:\n```php\nreturn [\n    ToolboxBundle\\ToolboxBundle::class =\u003e ['all' =\u003e true],\n];\n```\n\n- Execute: `$ bin/console pimcore:bundle:install ToolboxBundle`\n\n## Upgrading\n- Execute: `$ bin/console doctrine:migrations:migrate --prefix 'ToolboxBundle\\Migrations'`\n\n## What's the meaning of Toolbox?\n- create often used bricks in a second\n- extend, override toolbox bricks \n- add config elements via yml configuration\n- add consistent and beautiful config elements\n- add your custom bricks while using the toolbox config environment\n- removes the default `pimcore_area_*` element wrapper from each brick\n\n## And what's not?\nIt's not an Avada Theme. While the Toolbox provides some basic Javascript for you, you need to implement and mostly modify them by yourself.\n\n**Frontend JS Implementation**  \nWe're providing some helpful Javascript Plugins to simplify your daily work with the ToolboxBundle. \nRead more about the javascript implementation [here](docs/80_Javascript.md).\n\n## Available Toolbox Bricks \nThe Toolbox provides a lot of [ready-to-use Bricks](docs/11_ElementsOverview.md):\n\n- Accordion\n- Anchor\n- Columns\n- Container\n- Content\n- Download\n- Gallery\n- Google Map\n- Headline\n- iFrame\n- Image\n- Link List\n- Parallax Container\n- Parallax Container Section\n- Separator\n- Slide Columns\n- Spacer\n- Teaser\n- Video\n\n## Additional Editables\n- [VHS Video](docs/21_VhsElement.md)\n- [Google Maps Element](docs/22_GoogleMapsElement.md)\n\n## Further Information\n- [Important Usage Information](docs/0_Usage.md)\n- [Code Style](docs/1_CodeStyle.md)\n- [Helper Commands](docs/2_Commands.md)\n- [Toolbox Elements Overview](docs/11_ElementsOverview.md)\n- [Wysiwyg Configuration](docs/13_Wysiwyg_Editor.md)\n- [Image Thumbnails Strategy](docs/14_ImageThumbnails.md)\n- [Configuration Context](docs/15_Context.md)\n- [Editable Store Provider](docs/16_EditableStoreProvider.md)\n- [Create a Custom Brick](docs/10_CustomBricks.md)\n- [Theme / Layout](docs/30_ToolboxTheme.md)\n- [Overriding Views](docs/31_OverridingViews.md)\n- [Data Attributes Generator](docs/40_DataAttributesGenerator.md)\n- [Column Adjuster](docs/60_ColumnAdjuster.md)\n- [Configuration Flags](docs/70_ConfigurationFlags.md)\n- [Javascript Plugins](docs/80_Javascript.md)\n- [Headless Mode](docs/90_Headless.md)\n\n## Pimcore Fixes / Overrides\n- Fix the pimcore iframe [maskFrames](public/js/document/edit.js) bug (in some cases the iframe overlay field does not apply to the right position)\n- Transforms all the brick config buttons (`pimcore_area_edit_button_*`) to more grateful ones.\n\n## Upgrade Info\nBefore updating, please [check our upgrade notes!](UPGRADE.md)\n\n## License\n**DACHCOM.DIGITAL AG**, Löwenhofstrasse 15, 9424 Rheineck, Schweiz  \n[dachcom.com](https://www.dachcom.com), dcdi@dachcom.ch  \nCopyright © 2025 DACHCOM.DIGITAL. All rights reserved.  \n\nFor licensing details please visit [LICENSE.md](LICENSE.md)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdachcom-digital%2Fpimcore-toolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdachcom-digital%2Fpimcore-toolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdachcom-digital%2Fpimcore-toolbox/lists"}