andyburton/sonic-framework

Sonic PHP development framework

Installs: 101

Dependents: 1

Suggesters: 0

Security: 0

Stars: 6

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/andyburton/sonic-framework

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

This package is not auto-updated.

Last update: 2025-10-18 03:26:50 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"