aoyel/angel

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

a fast php framework

Maintainers

Details

github.com/aoyel/angel

Source

Issues

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

1.0.0 2015-11-04 02:49 UTC

This package is not auto-updated.

Last update: 2024-05-15 16:50:59 UTC


README

#ABOUT angel is a fase php framework it can be run nginx and php server(base on swoole)

#USER ##Work on nginx: edit nginx config file and add you domain to host,and then dir point to \path\to\angel,

##Work on php \path\to\php index.php

#CONFIG 'server' => [ 'class' => '\angel\base\Server', 'host' => '0,0,0,0', //bind ip 'port' => 3927, //run port 'config' => [ 'worker_num' => 4, 'log_file' => APP_PATH . "/runtime/server.log" ] ],