andyburton/sonic-framework

Sonic PHP development framework

Maintainers

Package info

github.com/andyburton/Sonic-Framework

pkg:composer/andyburton/sonic-framework

Statistics

Installs: 101

Dependents: 1

Suggesters: 0

Stars: 6

Open Issues: 0

v1.3.14 2016-12-23 14:50 UTC

This package is not auto-updated.

Last update: 2026-02-21 05:03:57 UTC


README

PHP development framework

To set config in apache vhost:

SetEnv SONIC_CONFIG dev

For cli:

export SONIC_CONFIG=dev && php script.php

Or for /etc/environment:

SONIC_CONFIG="dev"