PHP code example of xielei / project

1. Go to this page and download the library: Download xielei/project library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

xielei / project example snippets

 bash
[root@VM-0-17-centos project]# php app/register/start.php start -d
the service is running with daemonize
[root@VM-0-17-centos project]# php app/worker/start.php start -d
the service is running with daemonize
[root@VM-0-17-centos project]# php app/gateway/start.php start -d
the service is running with daemonize
[root@VM-0-17-centos project]#