PHPackages                             de-swebhosting/oxideshop-surf-deployment - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. de-swebhosting/oxideshop-surf-deployment

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

de-swebhosting/oxideshop-surf-deployment
========================================

Surf deployment for OXID eShop

v2.0.0(3y ago)015GPL-3.0-or-laterPHPPHP &gt;=7.4 &lt;8.2

Since Dec 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/astehlik/oxid-surf-deployment)[ Packagist](https://packagist.org/packages/de-swebhosting/oxideshop-surf-deployment)[ RSS](/packages/de-swebhosting-oxideshop-surf-deployment/feed)WikiDiscussions develop Synced 2d ago

READMEChangelog (2)Dependencies (4)Versions (5)Used By (0)

Oxid eShop Surf deployment
==========================

[](#oxid-eshop-surf-deployment)

[![Run tests and linting](https://github.com/astehlik/oxid-surf-deployment/actions/workflows/test.yml/badge.svg)](https://github.com/astehlik/oxid-surf-deployment/actions/workflows/test.yml)

This library contains an application that allows the deployment of Oxid eShops with TYPO3 Surf.

How to use it
-------------

[](#how-to-use-it)

Simply add it as a composer dependency to your Surf project:

```
composer require de-swebhosting/oxideshop-surf-deployment
```

Then create a deployment using the `OxidEshop` application:

```
$application = new De\SWebhosting\OxidSurf\Application\OxidEshop();
$deployment->addApplication($application);

$application->setOption('branch', 'develop');
$application->setOption('repositoryUrl', 'git@myhoster.tld:my/oxid-project-repo.git');
$application->setDeploymentPath('/var/www/my-oxid-shop');

$node = new Node('myhost');
$node->setHostname('user@my-ssh-host');

$application->addNode($node);
```

Prepare your project
--------------------

[](#prepare-your-project)

This deployment assumes that your project is based on the `oxid-esales/oxideshop-project` Composer package as described here

This deployment assumes, that you included an override config with your database and path configurations. Put this at the end of the `source/config.inc.php` file:

```
if (file_exists(__DIR__ . '/config.inc.override.php')) {
    include __DIR__ . '/config.inc.override.php';
}
```

Prepare your environment
------------------------

[](#prepare-your-environment)

On the server you deploy to create a `config.inc.override.php` at `/shared/source/config.inc.override.php`configuring the database connection and the paths of the instance:

```
$this->dbHost = 'localhost';
$this->dbName = '';
$this->dbUser = '';
$this->dbPwd = '';
$this->sShopURL = 'https://my-shop-url.tld';
$this->sSSLShopURL  = 'https://my-shop-url.tld';
$this->sShopDir = '//releases/current/source/';
$this->sCompileDir = '//releases/current/source/tmp/';
```

You also need to create shared directories for files that should be persisted during deployments:

```
mkdir -p /shared/out/contents
mkdir /shared/out/downloads
mkdir /shared/out/pictures
```

Enjoy
-----

[](#enjoy)

I hope this package works for you.

Feel free to open an issue to report errors or request features.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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

Every ~652 days

Total

2

Last Release

1306d ago

Major Versions

v1.0.0 → v2.0.02022-10-14

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/956513?v=4)[Alexander Stehlik](/maintainers/astehlik)[@astehlik](https://github.com/astehlik)

---

Top Contributors

[![astehlik](https://avatars.githubusercontent.com/u/956513?v=4)](https://github.com/astehlik "astehlik (21 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/de-swebhosting-oxideshop-surf-deployment/health.svg)

```
[![Health](https://phpackages.com/badges/de-swebhosting-oxideshop-surf-deployment/health.svg)](https://phpackages.com/packages/de-swebhosting-oxideshop-surf-deployment)
```

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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