PHPackages                             hmmh/safes4typo3 - 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. hmmh/safes4typo3

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

hmmh/safes4typo3
================

Front-end stage server for developing stand-alone fluid templates without having to use TYPO3.

0.5.0(6y ago)03GPL-2.0PHPPHP ^7.1CI failing

Since Sep 11Pushed 6y ago5 watchersCompare

[ Source](https://github.com/hmmh/safes4typo3)[ Packagist](https://packagist.org/packages/hmmh/safes4typo3)[ RSS](/packages/hmmh-safes4typo3/feed)WikiDiscussions master Synced yesterday

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

SAFES 4 TYPO3 - Stand-alone Front-end Stage for TYPO3
=====================================================

[](#safes-4-typo3---stand-alone-front-end-stage-for-typo3)

This is a skeleton for developing Fluid templates without a TYPO3 backend (or a virtual machine setup).

Table of contents
-----------------

[](#table-of-contents)

1. [Requirements](#requirement)
2. [Installation](#installation)
3. [Setup](#setup)
4. [Start development](Documentation/Development.md)
5. [Useful View Helpers](Documentation/ViewHelpers.md)
6. [Directory Structure](Documentation/Structure.md)

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

[](#requirements)

**PHP 7.1**

**macOS 10.12 &lt;= 10.13:**

brew:

```
$ brew install php@7.1
$ brew install composer

```

MacPorts:

```
$ sudo port install php71
$ sudo port install php71-openssl php71-zip

```

Then: Following the instruction on

**macOS &gt;= 10.14 (Mojave):**

brew:

```
$ brew install composer

```

MacPorts

Following the instruction on

**Windows:**

Following the instruction on Then: Following the instruction on

---

**Multiple PHP version:**

Have a look here:

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

[](#installation)

Simply require this package into your new sub-project:

```
$ cd src_frontend
$ mkdir src_html
$ cd src_html
$ composer init
...
$ composer require hmmh/safes4typo3
...

```

Setup
--------------------------------------

[](#setup)

Implements script entry in your `composer.json` for the help message after installation process to inform the developer what are the next step:

```
"scripts": {
    "post-install-cmd": [
        "HMMH\\SAFES\\DeveloperHelper::runSafes"
    ],
}

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

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

Total

2

Last Release

2433d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0fbcb5c834ad511bbf12b303f38026f1c00466d4e2fe1e96f5bcfbae83779ac9?d=identicon)[nimayneb](/maintainers/nimayneb)

---

Tags

scaffoldingserverstandaloneSkeletonfrontendfront-endtypo3fluidstagingstagestand-alonedecoupled

### Embed Badge

![Health badge](/badges/hmmh-safes4typo3/health.svg)

```
[![Health](https://phpackages.com/badges/hmmh-safes4typo3/health.svg)](https://phpackages.com/packages/hmmh-safes4typo3)
```

###  Alternatives

[wsdltophp/packagegenerator

Generate hierarchical PHP classes based on a WSDL

4351.9M19](/packages/wsdltophp-packagegenerator)[spatie/laravel-webhook-server

Send webhooks in Laravel apps

1.1k8.8M22](/packages/spatie-laravel-webhook-server)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[in2code/in2publish_core

Content publishing extension to connect stage and production server

40135.8k](/packages/in2code-in2publish-core)[jeromeschneider/baikal

Baïkal is a lightweight CalDAV + CardDAV server based on PHP, SQLite or MySQL, and SabreDAV

3.1k4.6k](/packages/jeromeschneider-baikal)[neos/flow-development-collection

Flow packages in a joined repository for pull requests.

144179.3k3](/packages/neos-flow-development-collection)

PHPackages © 2026

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