2017 © Pedro Peláez
 

project angel

a fast php framework

image

aoyel/angel

a fast php framework

  • Wednesday, November 11, 2015
  • by aoyel
  • Repository
  • 1 Watchers
  • 1 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

ABOUT

angel is a fase php framework it can be run nginx and php server(base on swoole), (*1)

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" 
        ] 
],

The Versions

11/11 2015

dev-master

9999999-dev

a fast php framework

  Sources   Download

BSD-3-Clause

The Requires

 

by smile

framework angel

04/11 2015

1.0.0

1.0.0.0

a fast php framework

  Sources   Download

The Requires

  • php >=5.4

 

by smile

framework angel

04/11 2015

1.0.0-alpha

1.0.0.0-alpha

a fast php framework

  Sources   Download

The Requires

  • php >=5.4

 

by smile

framework angel