PHPackages                             youwe/pimcore-quickstart - 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. [Framework](/categories/framework)
4. /
5. youwe/pimcore-quickstart

ActivePimcore-plugin[Framework](/categories/framework)

youwe/pimcore-quickstart
========================

0.0.24(9y ago)1330PHP

Since Mar 9Pushed 8y ago11 watchersCompare

[ Source](https://github.com/YouweGit/PimcoreQuickstart)[ Packagist](https://packagist.org/packages/youwe/pimcore-quickstart)[ RSS](/packages/youwe-pimcore-quickstart/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (1)Versions (25)Used By (0)

PimcoreQuickstart Plugin
------------------------

[](#pimcorequickstart-plugin)

This plugin should:

- copy config files to the project
    - /website/var/config/acceptance.system.php
    - /website/var/config/testing.system.php
    - /website/var/config/system.php
    - /website/var/config/system.example.php
    - /website/var/config/extensions.php
- copy json class definitions to project
    - /website/var/plugins/PimcoreDeployment
- copy fixture files to project
    - /website/var/plugins/PimcoreFixtures
- copy overriding parent BASE object
    - /website/lib/Object/BaseConcrete.php
- copy overriding parent objects
    - /website/lib/Object/Product.php
    - /website/lib/Object/Category.php
    - /website/lib/Object/ProductSite.php
    - /website/lib/Object/OutputChannel.php
- copy trait files to the project (used by the object classes)
    - /website/lib/Object/Traits/DefaultParentObject.php
    - /website/lib/Object/Traits/DefaultKeyFormat.php
- copy /tools/build/\* (all the build tools)
- include the tools / build stuff --&gt; from ssh://:7999/pimb2b/pimcore-capistrano.git
- include plugins through composer:
    - PimcoreDeployment
    - PimcoreFixtures
    - PimcoreHrefTypeahead
    - PimcoreObjectBridge
    - PimcoreObjectDefaults
    - PimcoreQuickstart (this plugin)
    - PimcoreShop
- run composer update
- instruct the user of what is left to do

We replicate the pimcore tree structure inside the plugin, so we can easily put all the files into place using magic.

Getting started
---------------

[](#getting-started)

- create a new repository on ie. bitbucket
- create the project ([https://www.pimcore.org/docs/latest/Installation\_and\_Upgrade/System\_Setup\_and\_Hosting/Composer\_Install.html](https://www.pimcore.org/docs/latest/Installation_and_Upgrade/System_Setup_and_Hosting/Composer_Install.html))

```
cd /data/projects/
composer create-project pimcore/pimcore ./your-project-name-pimcore
cd your-project-name-pimcore
composer dumpautoload -o
```

- require quickstart

```
composer require youwe/pimcore-quickstart
```

- run the quickstart script to complete the baseproject

```
./plugins/PimcoreQuickstart/cli/quickstart.sh
```

- verify the output of the script!!
- follow the instructions on screen
- push your new project to your new git repo

```
cd /data/projects/your-project-name-pimcore
git init
git add --all
git commit -m "Initial Commit"
git remote add origin ssh://git@source.youwe.nl:7999/pimb2b/pimcore-your-project-name.git
git push -u origin master
```

- continue local setup instructions from the README.md of the new project

Commands
--------

[](#commands)

Initialize the project from the plugin:

- /plugins/PimcoreQuickstart/cli/quickstart.sh

DO NOT USE (this is only for quickstart-plugin-development purposes):

- /plugins/PimcoreQuickstart/cli/copy-project-files-to-plugin.sh

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

[](#installation)

```
composer require youwe/pimcore-quickstart
```

Add to /.gitignore :

```
/plugins/PimcoreQuickstart

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~20 days

Total

24

Last Release

3316d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/127846219?v=4)[Youwe Agency](/maintainers/youweagency)[@YouweAgency](https://github.com/YouweAgency)

![](https://avatars.githubusercontent.com/u/752283?v=4)[Joris Ros](/maintainers/jorisros)[@jorisros](https://github.com/jorisros)

![](https://www.gravatar.com/avatar/1dfe843a2613a05fdb04713b6b6fb8d65437ec8988daaf1dbf649045b1763189?d=identicon)[osm](/maintainers/osm)

![](https://avatars.githubusercontent.com/u/20945873?v=4)[Roelf](/maintainers/Sunohara666)[@Sunohara666](https://github.com/Sunohara666)

![](https://avatars.githubusercontent.com/u/6256292?v=4)[Youwe](/maintainers/Youwe)[@youwe](https://github.com/youwe)

### Embed Badge

![Health badge](/badges/youwe-pimcore-quickstart/health.svg)

```
[![Health](https://phpackages.com/badges/youwe-pimcore-quickstart/health.svg)](https://phpackages.com/packages/youwe-pimcore-quickstart)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M840](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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