Skip to content
/ funtask Public

yet another multitasking framework base swoole4

License

Notifications You must be signed in to change notification settings

shuixn/funtask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

funtask

yet another multitasking framework base swoole4

env

  • >= PHP-7.1
  • >= Swoole-4.0.3

install

wget http://pecl.php.net/get/swoole-4.0.3.tgz
tar xf swoole-4.0.3.tgz
cd swoole-4.0.3
phpize
./configure
make && make install

vi /your-path/php.ini

extension=swoole

install test

php -m | grep swoole
php --ri swoole

autoload

composer install

example

php test/Boostrap.php

About

yet another multitasking framework base swoole4

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages