PHPackages                             basilicom-pimcore-plugin/prototyper - 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. basilicom-pimcore-plugin/prototyper

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

basilicom-pimcore-plugin/prototyper
===================================

Quickly create pimcore object classes with many fields from CSV data sets

1.0.0(10y ago)1188BSD-3-ClausePHPPHP &gt;=5.4.0

Since Oct 27Pushed 10y ago3 watchersCompare

[ Source](https://github.com/basilicom/pimcore-plugin-prototyper)[ Packagist](https://packagist.org/packages/basilicom-pimcore-plugin/prototyper)[ Docs](http://basilicom.de/en/pimcore)[ RSS](/packages/basilicom-pimcore-plugin-prototyper/feed)WikiDiscussions master Synced 1mo ago

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

Prototyper Pimcore Plugin
=========================

[](#prototyper-pimcore-plugin)

Developer info: [Pimcore at basilicom](http://basilicom.de/en/pimcore)

Synopsis
--------

[](#synopsis)

This Pimcore  plugin simplifies creating object classes via simple CSV data. The first row is used for the field labels and - transliterated - for the field names. All fields are set up as simple varchar(100) text inputs.

Code Example / Method of Operation
----------------------------------

[](#code-example--method-of-operation)

If installed and enabled, use the plugin "configuration" link from the extensions screen to create a new class.

How to create a new class from a CSV file:

- Enter a name for the new object class in the first field.
- Prepare CSV data. Be sure to include a 1st row with human readable header fields.
- Copy and paste the CSV data (newline, UTF-8, separated by ';') into the textarea field.
- Press "Preview CSV Data".
- Review the Table view - 1st row will be the field titles, 2nd row the field names.
- Press "Generate Object Class" to create or update the object class.
- Further steps: Use the object class editor to change the field types according to your needs.

Motivation
----------

[](#motivation)

New Pimcore projects often start with existing data sets of exports. Setting up the data types, aka object classes can be a tedious task, if many fields are involved. This plugin accelerates rapid class prototyping by using CSV data to create object classes.

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

[](#installation)

Add "basilicom-pimcore-plugin/prototyper" as a requirement to the composer.json in the toplevel directory of your Pimcore installation.

Example:

```
{
    "require": {
        "basilicom-pimcore-plugin/prototyper": "^1.0.0"
    }
}

```

Install the plugin via the Pimcore Extension Manager. Press the "Configure" button of the Plugin from within the Extension Manager to start prototyping a new object class.

API Reference
-------------

[](#api-reference)

The following templates are used to create JSON object class definitions:

- /classes/field.json.php
- /classes/object.json.php

Caveats:

- too many fields might cause a MySQL row size limit error. Reduce varchar size in field.json.php to compensate.

Tests
-----

[](#tests)

- none

Todo
----

[](#todo)

- Basic validation of CSV data, error messages
- Allow field type changes prior to class generation

Contributors
------------

[](#contributors)

- Christoph Luehr

License
-------

[](#license)

- BSD-3-Clause, see LICENSE.txt

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3856d ago

### Community

Maintainers

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

---

Top Contributors

[![christophluehr](https://avatars.githubusercontent.com/u/1352356?v=4)](https://github.com/christophluehr "christophluehr (1 commits)")

---

Tags

pluginpimcoreprototyping

### Embed Badge

![Health badge](/badges/basilicom-pimcore-plugin-prototyper/health.svg)

```
[![Health](https://phpackages.com/badges/basilicom-pimcore-plugin-prototyper/health.svg)](https://phpackages.com/packages/basilicom-pimcore-plugin-prototyper)
```

###  Alternatives

[ergebnis/composer-normalize

Provides a composer plugin for normalizing composer.json.

1.1k37.3M2.1k](/packages/ergebnis-composer-normalize)[coldtrick/widget_manager

Manage your widgets

214.3k](/packages/coldtrick-widget-manager)

PHPackages © 2026

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