All Projects → dachcom-digital → Pimcore Toolbox

dachcom-digital / Pimcore Toolbox

Licence: other
Pimcore - Toolbox

Labels

Projects that are alternatives of or similar to Pimcore Toolbox

Fairml
Stars: ✭ 298 (+547.83%)
Mutual labels:  toolbox
Toolbelt
A toolbelt of useful classes and functions to be used with python-requests
Stars: ✭ 748 (+1526.09%)
Mutual labels:  toolbox
Dlt
Deep Learning Toolbox for Torch
Stars: ✭ 20 (-56.52%)
Mutual labels:  toolbox
Tide
A General Toolbox for Identifying Object Detection Errors
Stars: ✭ 309 (+571.74%)
Mutual labels:  toolbox
Jok3r
Jok3r v3 BETA 2 - Network and Web Pentest Automation Framework
Stars: ✭ 645 (+1302.17%)
Mutual labels:  toolbox
Advertorch
A Toolbox for Adversarial Robustness Research
Stars: ✭ 826 (+1695.65%)
Mutual labels:  toolbox
Vedadet
A single stage object detection toolbox based on PyTorch
Stars: ✭ 271 (+489.13%)
Mutual labels:  toolbox
Tofu
Project for an open-source python library for synthetic diagnostics and tomography for Fusion devices
Stars: ✭ 35 (-23.91%)
Mutual labels:  toolbox
Kair
Image Restoration Toolbox (PyTorch). Training and testing codes for USRNet, DnCNN, FFDNet, SRMD, DPSR, ESRGAN
Stars: ✭ 677 (+1371.74%)
Mutual labels:  toolbox
Uncertainty Toolbox
A python toolbox for predictive uncertainty quantification, calibration, metrics, and visualization
Stars: ✭ 880 (+1813.04%)
Mutual labels:  toolbox
Boxx
Tool-box for efficient build and debug in Python. Especially for Scientific Computing and Computer Vision.
Stars: ✭ 429 (+832.61%)
Mutual labels:  toolbox
Alipy
ALiPy: Active Learning in Python is an active learning python toolbox, which allows users to conveniently evaluate, compare and analyze the performance of active learning methods.
Stars: ✭ 558 (+1113.04%)
Mutual labels:  toolbox
Xinshuo pytoolbox
A Python toolbox that contains common help functions for stream I/O, image & video processing, and visualization. All my projects depend on this toolbox.
Stars: ✭ 25 (-45.65%)
Mutual labels:  toolbox
Graffiti
Minimalistic GraphQL framework
Stars: ✭ 306 (+565.22%)
Mutual labels:  toolbox
Oc Toolbox Plugin
🧰 Toolbox plugin for October CMS
Stars: ✭ 33 (-28.26%)
Mutual labels:  toolbox
Torch Toolbox
[Active development]ToolBox to make using Pytorch much easier.Give it a star if you feel helpful.
Stars: ✭ 268 (+482.61%)
Mutual labels:  toolbox
Pyretri
Open source deep learning based unsupervised image retrieval toolbox built on PyTorch🔥
Stars: ✭ 795 (+1628.26%)
Mutual labels:  toolbox
Ugfraud
An Unsupervised Graph-based Toolbox for Fraud Detection
Stars: ✭ 38 (-17.39%)
Mutual labels:  toolbox
Rshrf
rsHRF: A Toolbox for Resting State HRF Deconvolution and Connectivity Analysis (MATLAB)
Stars: ✭ 33 (-28.26%)
Mutual labels:  toolbox
Toolbox
Phodal's Toolbox
Stars: ✭ 873 (+1797.83%)
Mutual labels:  toolbox

Pimcore Toolbox

The 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.

Join the chat at https://gitter.im/pimcore/pimcore Software License Latest Release Tests PhpStan

pimcore-toolbox

Release Plan

Release Supported Pimcore Versions Supported Symfony Versions Release Date Maintained Branch
3.x 6.0 - 6.8 3.4, ^4.4 16.07.2019 Feature Branch master
2.8 5.4, 5.5, 5.6, 5.7, 5.8 3.4 30.06.2019 Bugfix only 2.8
1.8 4.0 -- 28.04.2017 Unsupported pimcore4

Installation

"require" : {
    "dachcom-digital/toolbox" : "~3.2.0"
}

Installation via Extension Manager

After you have installed the Toolbox Bundle via composer, open pimcore backend and go to Tools => Extension:

  • Click the green + Button in Enable / Disable row
  • Click the green + Button in Install/Uninstall row

Upgrading

Upgrading via Extension Manager

After you have updated the Toolbox Bundle via composer, open pimcore backend and go to Tools => Extension:

  • Click the green + Button in Update row

Upgrading via CommandLine

After you have updated the Toolbox Bundle via composer:

  • Execute: $ bin/console pimcore:bundle:update ToolboxBundle

Migrate via CommandLine

Does actually the same as the update command and preferred in CI-Workflow:

  • Execute: $ bin/console pimcore:migrations:migrate -b ToolboxBundle

What's the meaning of Toolbox?

  • create often used bricks in a second
  • extend, override toolbox bricks
  • add config elements via yml configuration
  • add consistent and beautiful config elements
  • implement conditions to your config (for example: display a dropdown in config window if another checkbox has been checked)
  • add your custom bricks while using the toolbox config environment
  • removes the default pimcore_area_* element wrapper from each brick

And what's not?

  • It's not an Avada Theme. While the Toolbox provides some basic Javascript for you, you need to implement and mostly modify them by yourself.
  • Toolbox supports only the twig template engine, so there is no way to activate the php template engine (and there will never be such thing).

Frontend JS Implementation
We're providing some helpful Javascript Plugins to simplify your daily work with the ToolboxBundle. Read more about the javascript implementation here.

Available Toolbox Bricks

The Toolbox provides a lot of ready-to-use Bricks:

  • Accordion
  • Anchor
  • Columns
  • Container
  • Content
  • Download
  • Gallery
  • Google Map
  • Headline
  • iFrame
  • Image
  • Link List
  • Parallax Container
  • Parallax Container Section
  • Separator
  • Slide Columns
  • Spacer
  • Teaser
  • Video

Additional Editables

Further Information

Pimcore Fixes / Overrides

  • Fix the pimcore iframe maskFrames bug (in some cases the iframe overlay field does not apply to the right position)
  • Transforms all the brick config buttons (pimcore_area_edit_button_*) to more grateful ones.

Copyright and license

Copyright: DACHCOM.DIGITAL
For licensing details please visit LICENSE.md

Upgrade Info

Before updating, please check our upgrade notes!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].