PHPackages                             vanegmondgroep/sip-stack - 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. vanegmondgroep/sip-stack

ActiveProject[Utility &amp; Helpers](/categories/utility)

vanegmondgroep/sip-stack
========================

Stack configuration for the Smart Industry Platform.

v1.1.1(8mo ago)016Shell

Since Dec 7Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/vanegmondgroep/sip-stack)[ Packagist](https://packagist.org/packages/vanegmondgroep/sip-stack)[ RSS](/packages/vanegmondgroep-sip-stack/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Smart Industry Platform Stack
=============================

[](#smart-industry-platform-stack)

Stack configuration for the Smart Industry Platform.

Requirements
------------

[](#requirements)

- Ubuntu 20.04
- Composer
- Docker
- Docker Compose

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

[](#installation)

- Authenticate to the GitHub container registry with your username and a personal access token as password (permissions: `read:packages`):

```
docker login ghcr.io
```

- Create a new SIP Stack project (replace `` and ``):

```
composer create-project vanegmondgroep/sip-stack sip--
```

- Run the following commands to initialize the stack:

```
# Start containers
./sip up -d

# Migrate the database
./sip artisan migrate --seed

# Generate application key
./sip artisan key:generate
```

- Navigate to `http:///register` and register a new user.

Configuration
-------------

[](#configuration)

### Backups

[](#backups)

Add the following line to the `.env` file if you would like to move backups to another location (for example a network share):

```
BACKUPS_PATH=/mnt/share/Backups

```

### Exports

[](#exports)

Modify `./config/export.flux` to change the InfluxDB export query and add the following line to the `.env` file if you would like to move exports to another location (for example a network share):

```
EXPORTS_PATH=/mnt/share/Exports

```

### Cleanup

[](#cleanup)

Add the following line to the `.env` file to automatically cleanup backups and exports after x days:

```
CLEANUP_DAYS=30

```

### Cronjobs

[](#cronjobs)

Configure a cronjob to automatically export or backup data:

- Open crontab:

```
crontab -e
```

- Add the following lines (replace ``):

```
# Export data
0 0 * * * /sip export > ~/sip-export.log 2>&1

# Backup data
0 1 * * * /sip backup > ~/sip-backup.log 2>&1

```

Commands
--------

[](#commands)

```
# Start containers
./sip up -d

# Stop containers
./sip down

# Start container shell
./sip bash

# Backup container data
./sip backup

# Export log data
./sip export
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance62

Regular maintenance activity

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.1% 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 ~686 days

Total

3

Last Release

243d ago

### Community

Maintainers

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

---

Top Contributors

[![nbejansen](https://avatars.githubusercontent.com/u/20165378?v=4)](https://github.com/nbejansen "nbejansen (40 commits)")[![Pepijn-Niekel](https://avatars.githubusercontent.com/u/74053337?v=4)](https://github.com/Pepijn-Niekel "Pepijn-Niekel (7 commits)")

### Embed Badge

![Health badge](/badges/vanegmondgroep-sip-stack/health.svg)

```
[![Health](https://phpackages.com/badges/vanegmondgroep-sip-stack/health.svg)](https://phpackages.com/packages/vanegmondgroep-sip-stack)
```

###  Alternatives

[whitehat101/apr1-md5

Apache's APR1-MD5 algorithm in pure PHP

349.7M10](/packages/whitehat101-apr1-md5)

PHPackages © 2026

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