websk/php-simple-router

There is no license information available for the latest version (2.1.0) of this package.

Installs: 84

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/websk/php-simple-router

2.1.0 2025-03-26 06:10 UTC

This package is auto-updated.

Last update: 2025-09-26 07:07:36 UTC


README

$config = [
    'static_data_path' => '/var/www/my_site/public/static',
    'sitemap' => [
        'root' => ''
    ],
    'site_domain' => 'http://my_site.net'
];

Set config \WebSK\Config\ConfWrapper::setConfig($config)