Compare commits

..

51 Commits

Author SHA1 Message Date
as2252258 45319c3733 Revert "改名"
This reverts commit fdf58326
2022-01-04 17:27:37 +08:00
as2252258 06c9459f14 Revert "改名"
This reverts commit fdf58326
2022-01-04 16:25:03 +08:00
as2252258 5fd2abcb69 Revert "改名"
This reverts commit fdf58326
2022-01-04 16:22:37 +08:00
as2252258 58a3d91df3 Merge remote-tracking branch 'origin/master' 2022-01-04 16:05:08 +08:00
as2252258 c61842402a Revert "改名"
This reverts commit fdf58326
2022-01-04 16:04:22 +08:00
as2252258 623bae9e97 1 2022-01-04 00:07:26 +08:00
as2252258 12610c218c 1 2022-01-04 00:07:14 +08:00
as2252258 c3ca24884e Revert "改名"
This reverts commit fdf58326
2021-12-31 16:47:17 +08:00
as2252258 02c14874a2 Revert "改名"
This reverts commit fdf58326
2021-12-31 16:46:13 +08:00
as2252258 6eff48e22f Revert "改名"
This reverts commit fdf58326
2021-12-30 18:10:51 +08:00
as2252258 6c46a54d4b Revert "改名"
This reverts commit fdf58326
2021-12-28 17:54:51 +08:00
as2252258 03287cfd65 Revert "改名"
This reverts commit fdf58326
2021-12-28 14:16:45 +08:00
as2252258 93ce4c16b6 Revert "改名"
This reverts commit fdf58326
2021-12-27 15:24:29 +08:00
as2252258 4b92edd40f 1 2021-12-24 01:19:43 +08:00
as2252258 a76c81df8e 改名 2021-12-23 18:36:14 +08:00
as2252258 aa59caad07 改名 2021-12-23 18:22:27 +08:00
as2252258 6fd8a5dd34 1 2021-12-22 03:29:27 +08:00
as2252258 9ca53a73ce 1 2021-12-22 03:29:14 +08:00
as2252258 d904e78864 1 2021-12-18 03:27:14 +08:00
as2252258 0d64ef7ac4 1 2021-12-17 04:57:46 +08:00
as2252258 154d9d74d6 1 2021-12-17 04:43:20 +08:00
as2252258 2c61abff01 1 2021-12-17 04:41:00 +08:00
as2252258 b4ce762cf3 1 2021-12-17 04:26:54 +08:00
as2252258 4b3c2234af 1 2021-12-17 04:24:40 +08:00
as2252258 7ee78a9642 1 2021-12-17 04:24:01 +08:00
as2252258 f9838f781d 1 2021-12-17 04:23:12 +08:00
as2252258 848416af4f 1 2021-12-17 04:22:13 +08:00
as2252258 0216e761be 1 2021-12-17 04:17:53 +08:00
as2252258 acf6631c5c 1 2021-12-17 04:15:59 +08:00
as2252258 64e4307a57 1 2021-12-12 06:37:52 +08:00
as2252258 ab672127e6 1 2021-12-12 02:46:30 +08:00
as2252258 6e5b545a1e 1 2021-12-12 02:45:39 +08:00
as2252258 8229395e6d 1 2021-12-12 02:41:31 +08:00
as2252258 d5d2b04321 1 2021-12-11 17:56:35 +08:00
as2252258 ce9c184c83 1 2021-12-11 17:40:16 +08:00
as2252258 620de34559 1 2021-12-11 17:38:53 +08:00
as2252258 b01c71ea5e 1 2021-12-11 17:38:15 +08:00
as2252258 90e1f7eb29 1 2021-12-11 17:35:44 +08:00
as2252258 f3ad09ef66 1 2021-12-11 17:34:05 +08:00
as2252258 dfccb8816c 1 2021-12-11 17:32:28 +08:00
as2252258 1670ff3fef 1 2021-12-11 05:33:46 +08:00
as2252258 8870a7ca27 1 2021-12-11 05:33:00 +08:00
as2252258 ebb7ac9673 改名 2021-12-09 17:01:18 +08:00
as2252258 5aad8d2001 改名 2021-12-08 11:45:19 +08:00
as2252258 80713788c9 改名 2021-12-08 11:39:57 +08:00
as2252258 9f36acbbca 改名 2021-12-08 11:32:32 +08:00
as2252258 044d213a69 改名 2021-12-07 16:44:12 +08:00
as2252258 e5fe525f82 改名 2021-12-07 16:02:07 +08:00
as2252258 39e4e52908 改名 2021-12-07 16:00:52 +08:00
as2252258 f62014ff34 改名 2021-12-07 15:59:13 +08:00
as2252258 7935e6a6a3 改名 2021-12-07 15:53:56 +08:00
47 changed files with 1068 additions and 1729 deletions
+66 -36
View File
@@ -3,7 +3,6 @@
defined('APP_PATH') or define('APP_PATH', realpath(__DIR__ . '/../../')); defined('APP_PATH') or define('APP_PATH', realpath(__DIR__ . '/../../'));
use Http\Handler\Abstracts\MiddlewareManager;
use Http\Handler\Router; use Http\Handler\Router;
use JetBrains\PhpStorm\Pure; use JetBrains\PhpStorm\Pure;
use Kiri\Abstracts\Config; use Kiri\Abstracts\Config;
@@ -30,7 +29,7 @@ if (!function_exists('make')) {
* @return mixed * @return mixed
* @throws * @throws
*/ */
function make($name, $default = null): mixed function make($name, $default = NULL): mixed
{ {
if (class_exists($name)) { if (class_exists($name)) {
return Kiri::createObject($name); return Kiri::createObject($name);
@@ -45,7 +44,7 @@ if (!function_exists('make')) {
return Kiri::app()->get($default); return Kiri::app()->get($default);
} }
$class = Kiri::createObject($default); $class = Kiri::createObject($default);
class_alias($name, $default, true); class_alias($name, $default, TRUE);
return $class; return $class;
} }
@@ -81,7 +80,7 @@ if (!function_exists('checkPortIsAlready')) {
{ {
if (!Kiri::getPlatform()->isLinux()) { if (!Kiri::getPlatform()->isLinux()) {
exec("lsof -i :" . $port . " | grep -i 'LISTEN' | awk '{print $2}'", $output); exec("lsof -i :" . $port . " | grep -i 'LISTEN' | awk '{print $2}'", $output);
if (empty($output)) return false; if (empty($output)) return FALSE;
$output = explode(PHP_EOL, $output[0]); $output = explode(PHP_EOL, $output[0]);
return $output[0]; return $output[0];
} }
@@ -93,7 +92,7 @@ if (!function_exists('checkPortIsAlready')) {
exec('netstat -lnp | grep ' . $port . ' | grep "LISTEN" | awk \'{print $7}\'', $output); exec('netstat -lnp | grep ' . $port . ' | grep "LISTEN" | awk \'{print $7}\'', $output);
if (empty($output)) { if (empty($output)) {
return false; return FALSE;
} }
return explode('/', $output[0])[0]; return explode('/', $output[0])[0];
} }
@@ -173,7 +172,7 @@ if (!function_exists('now')) {
*/ */
function now(): string function now(): string
{ {
return date('Y-m-d H:i:s') . '.' . str_replace(time() . '.', '', (string)microtime(true)); return date('Y-m-d H:i:s') . '.' . str_replace(time() . '.', '', (string)microtime(TRUE));
} }
} }
@@ -229,6 +228,22 @@ if (!function_exists('scan_directory')) {
} }
if (!class_exists('ReturnTypeWillChange')) {
/**
* @since 8.1
*/
#[Attribute(Attribute::TARGET_METHOD)]
final class ReturnTypeWillChange
{
public function __construct()
{
}
}
}
if (!function_exists('injectRuntime')) { if (!function_exists('injectRuntime')) {
@@ -247,6 +262,9 @@ if (!function_exists('injectRuntime')) {
$router = []; $router = [];
foreach ($fileLists as $class) { foreach ($fileLists as $class) {
foreach (NoteManager::getTargetNote($class) as $value) { foreach (NoteManager::getTargetNote($class) as $value) {
if (!method_exists($value, 'execute')) {
continue;
}
$value->execute($class); $value->execute($class);
} }
$methods = $di->getMethodAttribute($class); $methods = $di->getMethodAttribute($class);
@@ -258,6 +276,9 @@ if (!function_exists('injectRuntime')) {
if ($item instanceof Route) { if ($item instanceof Route) {
$router[] = [$item, $class, $method]; $router[] = [$item, $class, $method];
} else { } else {
if (!method_exists($item, 'execute')) {
continue;
}
$item->execute($class, $method); $item->execute($class, $method);
} }
} }
@@ -266,6 +287,9 @@ if (!function_exists('injectRuntime')) {
if (!empty($router)) { if (!empty($router)) {
foreach ($router as $class) { foreach ($router as $class) {
[$item, $class, $method] = $class; [$item, $class, $method] = $class;
if (!method_exists($item, 'execute')) {
continue;
}
$item->execute($class, $method); $item->execute($class, $method);
} }
} }
@@ -313,25 +337,28 @@ if (!function_exists('isUrl')) {
* @param bool $get_info * @param bool $get_info
* @return false|array * @return false|array
*/ */
function isUrl($url, bool $get_info = true): bool|array function isUrl($url, bool $get_info = TRUE): bool|array
{ {
if (str_starts_with($url, '/')) { if (str_starts_with($url, '/')) {
return false; return FALSE;
} }
$queryMatch = '/((http[s]?):\/\/)?(([\w\-\_]+\.)+\w+(:\d+)?)(\/.*)?/'; $queryMatch = '/((http[s]?):\/\/)?(([\w\-\_]+\.)+\w+(:\d+)?)(\/.*)?/';
if (!preg_match($queryMatch, $url, $outPut)) { if (!preg_match($queryMatch, $url, $outPut)) {
return false; return FALSE;
} }
$port = str_replace(':', '', $outPut[5]);
[$isHttps, $domain, $port, $path] = [$outPut[2] == 'https', $outPut[3], $port, $outPut[6] ?? '']; [$scheme, $host, $port, $user, $pass, $query, $path, $fragment] = parse_url($url);
if ($isHttps && empty($port)) { if ($scheme == 'https' && empty($port)) {
$port = 443; $port = 443;
} }
if (!empty($query)) $path .= '?' . $query;
if (!empty($fragment)) $path .= '#' . $fragment;
unset($outPut); unset($outPut);
return [$isHttps == 'https', $domain, $port, $path]; return [$scheme == 'https', $host, $port, $path];
} }
} }
@@ -346,8 +373,8 @@ if (!function_exists('split_request_uri')) {
*/ */
function split_request_uri($url): bool|array function split_request_uri($url): bool|array
{ {
if (($parse = isUrl($url, null)) === false) { if (($parse = isUrl($url, NULL)) === FALSE) {
return false; return FALSE;
} }
[$isHttps, $domain, $port, $path] = $parse; [$isHttps, $domain, $port, $path] = $parse;
@@ -371,7 +398,7 @@ if (!function_exists('hadDomain')) {
function hadDomain($url): bool|array function hadDomain($url): bool|array
{ {
$param = split_request_uri($url); $param = split_request_uri($url);
return !is_array($param) ? false : $param[0]; return !is_array($param) ? FALSE : $param[0];
} }
} }
@@ -420,7 +447,7 @@ if (!function_exists('loadByDir')) {
classAutoload($namespace, $value); classAutoload($namespace, $value);
} else { } else {
$pos = strpos($value, '.php'); $pos = strpos($value, '.php');
if ($pos === false || strlen($value) - 4 != $pos) { if ($pos === FALSE || strlen($value) - 4 != $pos) {
continue; continue;
} }
@@ -498,7 +525,7 @@ if (!function_exists('instance_load')) {
function instance_load() function instance_load()
{ {
$content = json_decode(file_get_contents(__DIR__ . '/composer.json'), true); $content = json_decode(file_get_contents(__DIR__ . '/composer.json'), TRUE);
if (isset($content['autoload']) && isset($content['autoload']['psr-4'])) { if (isset($content['autoload']) && isset($content['autoload']['psr-4'])) {
$psr4 = $content['autoload']['psr-4']; $psr4 = $content['autoload']['psr-4'];
foreach ($psr4 as $namespace => $dirname) { foreach ($psr4 as $namespace => $dirname) {
@@ -548,7 +575,7 @@ if (!function_exists('trim_blank')) {
* @param bool $htmlTags * @param bool $htmlTags
* @return array|string|null * @return array|string|null
*/ */
function trim_blank(string $content, int $len = 0, string $encode = 'utf-8', bool $htmlTags = true): array|string|null function trim_blank(string $content, int $len = 0, string $encode = 'utf-8', bool $htmlTags = TRUE): array|string|null
{ {
$str = trim($content); $str = trim($content);
if ($htmlTags) { if ($htmlTags) {
@@ -788,12 +815,12 @@ if (!function_exists('get_file_extension')) {
$ext = strtolower(array_pop($explode)); $ext = strtolower(array_pop($explode));
if (array_key_exists($ext, $mime_types)) { if (array_key_exists($ext, $mime_types)) {
return $ext; return $ext;
} elseif (function_exists('finfo_open')) { } else if (function_exists('finfo_open')) {
$fInfo = finfo_open(FILEINFO_MIME); $fInfo = finfo_open(FILEINFO_MIME);
$mimeType = finfo_file($fInfo, $filename); $mimeType = finfo_file($fInfo, $filename);
finfo_close($fInfo); finfo_close($fInfo);
$mimeType = current(explode('; ', $mimeType)); $mimeType = current(explode('; ', $mimeType));
if (($search = array_search($mimeType, $mime_types)) == false) { if (($search = array_search($mimeType, $mime_types)) == FALSE) {
return $mimeType; return $mimeType;
} }
return $search; return $search;
@@ -818,7 +845,7 @@ if (!function_exists('storage')) {
if (!empty($path)) { if (!empty($path)) {
$path = ltrim($path, '/'); $path = ltrim($path, '/');
if (!is_dir($basePath . '/' . $path)) { if (!is_dir($basePath . '/' . $path)) {
mkdir($basePath . '/' . $path, 0777, true); mkdir($basePath . '/' . $path, 0777, TRUE);
} }
} }
if (empty($fileName)) { if (empty($fileName)) {
@@ -842,7 +869,7 @@ if (!function_exists('event')) {
* @param bool $isAppend * @param bool $isAppend
* @throws Exception * @throws Exception
*/ */
function event($name, $callback, bool $isAppend = true) function event($name, $callback, bool $isAppend = TRUE)
{ {
$pro = di(EventProvider::class); $pro = di(EventProvider::class);
$pro->on($name, $callback, 0); $pro->on($name, $callback, 0);
@@ -859,7 +886,7 @@ if (!function_exists('name')) {
* @throws ConfigException * @throws ConfigException
* @throws Exception * @throws Exception
*/ */
function name(int $pid, string $prefix = null) function name(int $pid, string $prefix = NULL)
{ {
if (Kiri::getPlatform()->isMac()) { if (Kiri::getPlatform()->isMac()) {
return; return;
@@ -890,10 +917,10 @@ if (!function_exists('env')) {
* @param null $default * @param null $default
* @return array|string|null * @return array|string|null
*/ */
#[Pure] function env($key, $default = null): null|array|string #[Pure] function env($key, $default = NULL): null|array|string
{ {
$env = getenv($key); $env = getenv($key);
if ($env === false) { if ($env === FALSE) {
return $default; return $default;
} }
return $env; return $env;
@@ -908,7 +935,6 @@ if (!function_exists('di')) {
/** /**
* @param string $className * @param string $className
* @return mixed * @return mixed
* @throws ReflectionException
*/ */
function di(string $className): mixed function di(string $className): mixed
{ {
@@ -926,7 +952,7 @@ if (!function_exists('interval')) {
* @param int $interval * @param int $interval
* @param bool $is * @param bool $is
*/ */
function interval(callable $callback, int $interval = 1000, bool $is = false) function interval(callable $callback, int $interval = 1000, bool $is = FALSE)
{ {
usleep($interval * 1000); usleep($interval * 1000);
@@ -949,7 +975,11 @@ if (!function_exists('duplicate')) {
function duplicate(string $className): mixed function duplicate(string $className): mixed
{ {
$class = di($className); $class = di($className);
return clone $class; $clone = clone $class;
if (method_exists($clone, 'clear')) {
$clone->clear();
}
return $clone;
} }
} }
@@ -1001,7 +1031,7 @@ if (!function_exists('swoole_unserialize')) {
function swoole_unserialize($data): mixed function swoole_unserialize($data): mixed
{ {
if (empty($data)) { if (empty($data)) {
return null; return NULL;
} }
// if (class_exists('swoole_serialize')) { // if (class_exists('swoole_serialize')) {
// return \swoole_serialize::unpack($data); // return \swoole_serialize::unpack($data);
@@ -1082,7 +1112,7 @@ if (!function_exists('jTraceEx')) {
* @param bool $toHtml * @param bool $toHtml
* @return string * @return string
*/ */
function jTraceEx($e, $seen = null, bool $toHtml = false): string function jTraceEx($e, $seen = NULL, bool $toHtml = FALSE): string
{ {
$starter = $seen ? 'Caused by: ' : ''; $starter = $seen ? 'Caused by: ' : '';
$result = []; $result = [];
@@ -1098,12 +1128,12 @@ if (!function_exists('jTraceEx')) {
count($value) && array_key_exists('class', $value) ? str_replace('\\', '.', $value['class']) : '', count($value) && array_key_exists('class', $value) ? str_replace('\\', '.', $value['class']) : '',
count($value) && array_key_exists('class', $value) && array_key_exists('function', $value) ? '.' : '', count($value) && array_key_exists('class', $value) && array_key_exists('function', $value) ? '.' : '',
count($value) && array_key_exists('function', $value) ? str_replace('\\', '.', $value['function']) : '(main)', count($value) && array_key_exists('function', $value) ? str_replace('\\', '.', $value['function']) : '(main)',
$line === null ? $file : basename($file), $line === NULL ? $file : basename($file),
$line === null ? '' : ':', $line === NULL ? '' : ':',
$line === null ? '' : $line); $line === NULL ? '' : $line);
$file = array_key_exists('file', $value) ? $value['file'] : 'Unknown Source'; $file = array_key_exists('file', $value) ? $value['file'] : 'Unknown Source';
$line = array_key_exists('file', $value) && array_key_exists('line', $value) && $value['line'] ? $value['line'] : null; $line = array_key_exists('file', $value) && array_key_exists('line', $value) && $value['line'] ? $value['line'] : NULL;
} }
$result = join($toHtml ? "<br>" : "\n", $result); $result = join($toHtml ? "<br>" : "\n", $result);
if ($prev) { if ($prev) {
@@ -1127,7 +1157,7 @@ if (!function_exists('swoole_substr_json_decode')) {
*/ */
function swoole_substr_json_decode($packet, int $length = 0): mixed function swoole_substr_json_decode($packet, int $length = 0): mixed
{ {
return json_decode($packet, true); return json_decode($packet, TRUE);
} }
} }
+4 -5
View File
@@ -223,22 +223,21 @@ abstract class BaseApplication extends Component
*/ */
private function addEvent($key, $value): void private function addEvent($key, $value): void
{ {
$eventProvider = di(EventProvider::class);
if ($value instanceof \Closure || is_object($value)) { if ($value instanceof \Closure || is_object($value)) {
$eventProvider->on($key, $value, 0); $this->eventProvider->on($key, $value, 0);
return; return;
} }
if (is_array($value)) { if (is_array($value)) {
if (is_object($value[0]) && !($value[0] instanceof \Closure)) { if (is_object($value[0]) && !($value[0] instanceof \Closure)) {
$eventProvider->on($key, $value, 0); $this->eventProvider->on($key, $value, 0);
return; return;
} }
if (is_string($value[0])) { if (is_string($value[0])) {
$value[0] = Kiri::createObject($value[0]); $value[0] = Kiri::createObject($value[0]);
$eventProvider->on($key, $value, 0); $this->eventProvider->on($key, $value, 0);
return; return;
} }
@@ -247,7 +246,7 @@ abstract class BaseApplication extends Component
if (!is_callable($item, true)) { if (!is_callable($item, true)) {
throw new InitException("Class does not hav callback."); throw new InitException("Class does not hav callback.");
} }
$eventProvider->on($key, $item, 0); $this->eventProvider->on($key, $item, 0);
} }
} }
+27 -8
View File
@@ -13,17 +13,24 @@ namespace Kiri\Abstracts;
use Exception; use Exception;
use JetBrains\PhpStorm\Pure; use JetBrains\PhpStorm\Pure;
use Kiri\Di\Container; use Kiri\Di\Container;
use Kiri\Events\EventProvider;
use Kiri\Kiri; use Kiri\Kiri;
use Note\Inject;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\ContainerInterface; use Psr\Container\ContainerInterface;
use Psr\Container\NotFoundExceptionInterface;
/** /**
* Class Component * Class Component
* @package Kiri\Kiri\Base * @package Kiri\Kiri\Base
* @property ContainerInterface|Container $container * @property ContainerInterface|Container $container
* @property EventProvider $eventProvider
*/ */
class Component implements Configure class Component implements Configure
{ {
/** /**
* BaseAbstract constructor. * BaseAbstract constructor.
* *
@@ -38,6 +45,26 @@ class Component implements Configure
} }
/**
* @return Container|ContainerInterface
*/
#[Pure] public function getContainer(): ContainerInterface|Container
{
return Kiri::getDi();
}
/**
* @return EventProvider
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
public function getEventProvider(): EventProvider
{
return $this->getContainer()->get(EventProvider::class);
}
/** /**
* @throws Exception * @throws Exception
*/ */
@@ -46,14 +73,6 @@ class Component implements Configure
} }
/**
* @return Container
*/
#[Pure] public function getContainer(): ContainerInterface
{
return Kiri::getDi();
}
/** /**
* @return string * @return string
+11 -17
View File
@@ -23,15 +23,15 @@ class Config extends Component
const ERROR_MESSAGE = 'The not find %s in app configs.'; const ERROR_MESSAGE = 'The not find %s in app configs.';
protected mixed $data = []; protected static mixed $data = [];
/** /**
* @return mixed * @return mixed
*/ */
public function getData(): mixed public static function getData(): mixed
{ {
return $this->data; return static::$data;
} }
@@ -40,23 +40,21 @@ class Config extends Component
* @param $value * @param $value
* @return mixed * @return mixed
*/ */
public function setData($key, $value): mixed public static function setData($key, $value): mixed
{ {
return $this->data[$key] = $value; return static::$data[$key] = $value;
} }
/** /**
* @param array $configs * @param array $configs
* @throws Exception
*/ */
public static function sets(array $configs) public static function sets(array $configs)
{ {
$config = Kiri::app()->getConfig();
if (empty($configs)) { if (empty($configs)) {
return; return;
} }
$config->data = $configs; static::$data = $configs;
} }
/** /**
@@ -64,11 +62,11 @@ class Config extends Component
* @param bool $try * @param bool $try
* @param mixed|null $default * @param mixed|null $default
* @return mixed * @return mixed
* @throws * @throws ConfigException
*/ */
public static function get($key, mixed $default = null, bool $try = FALSE): mixed public static function get($key, mixed $default = null, bool $try = FALSE): mixed
{ {
$instance = Kiri::app()->getConfig()->getData(); $instance = static::$data;
if (!str_contains($key, '.')) { if (!str_contains($key, '.')) {
return $instance[$key] ?? $default; return $instance[$key] ?? $default;
} }
@@ -94,27 +92,23 @@ class Config extends Component
* @param $key * @param $key
* @param $value * @param $value
* @return mixed * @return mixed
* @throws Exception
*/ */
public static function set($key, $value): mixed public static function set($key, $value): mixed
{ {
$config = Kiri::app()->getConfig(); return static::setData($key, $value);
return $config->setData($key, $value);
} }
/** /**
* @param $key * @param $key
* @param bool $must_not_null * @param bool $must_not_null
* @return bool * @return bool
* @throws Exception
*/ */
public static function has($key, bool $must_not_null = false): bool public static function has($key, bool $must_not_null = false): bool
{ {
$config = Kiri::app()->getConfig(); if (!isset(static::$data[$key])) {
if (!isset($config->data[$key])) {
return false; return false;
} }
$config = $config->data[$key]; $config = static::$data[$key];
if ($must_not_null === false) { if ($must_not_null === false) {
return true; return true;
} }
+40 -12
View File
@@ -2,11 +2,13 @@
namespace Kiri\Abstracts; namespace Kiri\Abstracts;
use Note\Inject; use DirectoryIterator;
use Exception; use Exception;
use Kiri\Events\EventProvider; use Kiri\Events\EventProvider;
use Kiri\Exception\ConfigException; use Kiri\Exception\ConfigException;
use Kiri\Kiri;
use Psr\Log\LoggerInterface; use Psr\Log\LoggerInterface;
use ReflectionException;
use Server\Events\OnWorkerStop; use Server\Events\OnWorkerStop;
@@ -26,12 +28,6 @@ class Logger implements LoggerInterface
const DEBUG = 'debug'; const DEBUG = 'debug';
/**
* @var EventProvider
*/
#[Inject(EventProvider::class)]
public EventProvider $eventProvider;
private array $_loggers = []; private array $_loggers = [];
@@ -39,11 +35,12 @@ class Logger implements LoggerInterface
/** /**
* 监听事件 * @return void
* @throws ReflectionException
*/ */
public function init() public function init()
{ {
$this->eventProvider->on(OnWorkerStop::class, [$this, 'onAfterRequest']); Kiri::getDi()->get(EventProvider::class)->on(OnWorkerStop::class, [$this, 'onAfterRequest']);
} }
@@ -158,7 +155,7 @@ class Logger implements LoggerInterface
{ {
// TODO: Implement log() method. // TODO: Implement log() method.
$levels = Config::get('log.level', Logger::LOGGER_LEVELS); $levels = Config::get('log.level', Logger::LOGGER_LEVELS);
if (!in_array($level, $levels)) { if (!in_array($level, $levels) || str_contains($message, 'Event::rshutdown')) {
return; return;
} }
@@ -179,13 +176,44 @@ class Logger implements LoggerInterface
$loggers = implode(PHP_EOL, $this->_loggers); $loggers = implode(PHP_EOL, $this->_loggers);
$this->_loggers = []; $this->_loggers = [];
if (!empty($loggers)) { if (!empty($loggers)) {
$filename = storage('log-' . date('Y-m-d') . '.log', 'logs/'); $filename = storage('log-' . date('Y-m-d') . '.log', 'log/');
file_put_contents($filename, $loggers); file_put_contents($filename, $loggers);
} }
} }
/**
* @return void
* @throws Exception
*/
public function flush()
{
$this->removeFile(storage());
}
/**
* @param string $dirname
* @return void
*/
private function removeFile(string $dirname)
{
$paths = new DirectoryIterator($dirname);
/** @var DirectoryIterator $path */
foreach ($paths as $path) {
if ($path->isDot() || str_starts_with($path->getFilename(), '.')) {
continue;
}
if ($path->isDir()) {
$directory = rtrim($path->getRealPath(), '/');
$this->removeFile($directory);
}
@unlink($path->getRealPath());
}
}
/** /**
* @param $message * @param $message
* @param $context * @param $context
@@ -194,7 +222,7 @@ class Logger implements LoggerInterface
private function _string($message, $context): string private function _string($message, $context): string
{ {
if (!empty($context)) { if (!empty($context)) {
return $message . ' ' . PHP_EOL . print_r($context, true) . PHP_EOL; return $message . ' ' . PHP_EOL . print_r($context, TRUE) . PHP_EOL;
} }
return $message . PHP_EOL; return $message . PHP_EOL;
} }
+20 -6
View File
@@ -19,6 +19,7 @@ use Kiri\Kiri;
use Kiri\Pool\Redis as PoolRedis; use Kiri\Pool\Redis as PoolRedis;
use Note\Inject; use Note\Inject;
use Server\Events\OnWorkerExit; use Server\Events\OnWorkerExit;
use Swoole\Timer;
/** /**
* Class Redis * Class Redis
@@ -28,12 +29,6 @@ use Server\Events\OnWorkerExit;
class Redis extends Component class Redis extends Component
{ {
/**
* @var EventProvider
*/
#[Inject(EventProvider::class)]
public EventProvider $eventProvider;
const REDIS_OPTION_HOST = 'host'; const REDIS_OPTION_HOST = 'host';
const REDIS_OPTION_PORT = 'port'; const REDIS_OPTION_PORT = 'port';
@@ -86,6 +81,25 @@ class Redis extends Component
} }
/**
* @param $key
* @param int $timeout
* @return bool
*/
public function waite($key, int $timeout = 5): bool
{
$time = time();
while (!$this->setNx($key, 1)) {
if (time()- $time >= $timeout) {
return FALSE;
}
usleep(1000);
}
$this->expire($key, $timeout);
return TRUE;
}
/** /**
* @param $key * @param $key
* @param int $timeout * @param int $timeout
+26 -6
View File
@@ -24,11 +24,14 @@ class Context extends BaseContext
*/ */
public static function setContext($id, $context, $coroutineId = null): mixed public static function setContext($id, $context, $coroutineId = null): mixed
{ {
if (Coroutine::getCid() === -1) { if (is_null($coroutineId)) {
return static::$_contents[$id] = $context; $coroutineId = Coroutine::getCid();
} }
if (Coroutine::getCid() !== -1) {
return Coroutine::getContext($coroutineId)[$id] = $context; return Coroutine::getContext($coroutineId)[$id] = $context;
} }
return static::$_contents[$id] = $context;
}
/** /**
* @param $id * @param $id
@@ -38,6 +41,9 @@ class Context extends BaseContext
*/ */
public static function increment($id, int $value = 1, $coroutineId = null): bool|int public static function increment($id, int $value = 1, $coroutineId = null): bool|int
{ {
if (is_null($coroutineId)) {
$coroutineId = Coroutine::getCid();
}
if (!isset(Coroutine::getContext($coroutineId)[$id])) { if (!isset(Coroutine::getContext($coroutineId)[$id])) {
Coroutine::getContext($coroutineId)[$id] = 0; Coroutine::getContext($coroutineId)[$id] = 0;
} }
@@ -52,6 +58,9 @@ class Context extends BaseContext
*/ */
public static function decrement($id, int $value = 1, $coroutineId = null): bool|int public static function decrement($id, int $value = 1, $coroutineId = null): bool|int
{ {
if (is_null($coroutineId)) {
$coroutineId = Coroutine::getCid();
}
if (!isset(Coroutine::getContext($coroutineId)[$id])) { if (!isset(Coroutine::getContext($coroutineId)[$id])) {
Coroutine::getContext($coroutineId)[$id] = 0; Coroutine::getContext($coroutineId)[$id] = 0;
} }
@@ -81,6 +90,9 @@ class Context extends BaseContext
*/ */
private static function loadByContext($id, $default = null, $coroutineId = null): mixed private static function loadByContext($id, $default = null, $coroutineId = null): mixed
{ {
if (is_null($coroutineId)) {
$coroutineId = Coroutine::getCid();
}
return Coroutine::getContext($coroutineId)[$id] ?? $default; return Coroutine::getContext($coroutineId)[$id] ?? $default;
} }
@@ -115,6 +127,9 @@ class Context extends BaseContext
*/ */
public static function remove(string $id, $coroutineId = null) public static function remove(string $id, $coroutineId = null)
{ {
if (is_null($coroutineId)) {
$coroutineId = Coroutine::getCid();
}
if (!static::hasContext($id, $coroutineId)) { if (!static::hasContext($id, $coroutineId)) {
return; return;
} }
@@ -150,8 +165,9 @@ class Context extends BaseContext
if (!isset(static::$_contents[$id])) { if (!isset(static::$_contents[$id])) {
return false; return false;
} }
if (!empty($key) && !isset(static::$_contents[$id][$key])) { $value = static::$_contents[$id];
return false; if (!empty($key) && is_array($value)) {
return isset($value[$key]);
} }
return true; return true;
} }
@@ -165,11 +181,15 @@ class Context extends BaseContext
*/ */
private static function searchByCoroutine($id, $key = null, $coroutineId = null): bool private static function searchByCoroutine($id, $key = null, $coroutineId = null): bool
{ {
if (is_null($coroutineId)) {
$coroutineId = Coroutine::getCid();
}
if (!isset(Coroutine::getContext($coroutineId)[$id])) { if (!isset(Coroutine::getContext($coroutineId)[$id])) {
return false; return false;
} }
if ($key !== null) { $value = Coroutine::getContext($coroutineId)[$id];
return isset((Coroutine::getContext($coroutineId)[$id] ?? [])[$key]); if ($key !== null && is_array($value)) {
return isset($value[$key]);
} }
return true; return true;
} }
+2 -4
View File
@@ -27,7 +27,7 @@ class DateFormat
if ($time === null) { if ($time === null) {
$time = time(); $time = time();
} else if (is_numeric($time)) { } else if (is_numeric($time)) {
$length = strlen(floatval($time)); $length = strlen((string)$time);
if ($length != 10 && $length != 13) { if ($length != 10 && $length != 13) {
return false; return false;
} }
@@ -86,9 +86,7 @@ class DateFormat
return false; return false;
} }
$time = date('t', $time); return date('t', $time);
return $time;
} }
/** /**
+1 -3
View File
@@ -21,6 +21,7 @@ class Dtl extends Component
/** /**
* Dtl constructor. * Dtl constructor.
* @param $params * @param $params
* @throws Exception
*/ */
public function __construct($params) public function __construct($params)
{ {
@@ -35,9 +36,6 @@ class Dtl extends Component
*/ */
public function toArray(): array public function toArray(): array
{ {
if (!is_array($this->params)) {
return ArrayAccess::toArray($this->params);
}
return $this->params; return $this->params;
} }
+7 -4
View File
@@ -3,6 +3,7 @@
namespace Kiri\Core; namespace Kiri\Core;
use JetBrains\PhpStorm\Pure; use JetBrains\PhpStorm\Pure;
use ReturnTypeWillChange;
class HashMap implements \ArrayAccess class HashMap implements \ArrayAccess
{ {
@@ -62,7 +63,7 @@ class HashMap implements \ArrayAccess
* @param mixed $offset * @param mixed $offset
* @return bool * @return bool
*/ */
public function offsetExists($offset): bool public function offsetExists(mixed $offset): bool
{ {
return isset($this->lists[$offset]); return isset($this->lists[$offset]);
} }
@@ -72,7 +73,7 @@ class HashMap implements \ArrayAccess
* @param mixed $offset * @param mixed $offset
* @return mixed * @return mixed
*/ */
#[Pure] public function offsetGet($offset): mixed #[Pure] public function offsetGet(mixed $offset): mixed
{ {
return $this->get($offset); return $this->get($offset);
} }
@@ -82,7 +83,8 @@ class HashMap implements \ArrayAccess
* @param mixed $offset * @param mixed $offset
* @param mixed $value * @param mixed $value
*/ */
public function offsetSet($offset, $value) #[ReturnTypeWillChange]
public function offsetSet(mixed $offset, mixed $value)
{ {
$this->put($offset, $value); $this->put($offset, $value);
} }
@@ -91,7 +93,8 @@ class HashMap implements \ArrayAccess
/** /**
* @param mixed $offset * @param mixed $offset
*/ */
public function offsetUnset($offset) #[ReturnTypeWillChange]
public function offsetUnset(mixed $offset)
{ {
unset($this->lists[$offset]); unset($this->lists[$offset]);
} }
+4
View File
@@ -59,6 +59,7 @@ class Help
/** /**
* @param $xml * @param $xml
* @return mixed * @return mixed
* @throws Exception
*/ */
public static function toArray($xml): mixed public static function toArray($xml): mixed
{ {
@@ -200,6 +201,9 @@ class Help
*/ */
public static function sendEmail($email, string $Subject, $messageContent) public static function sendEmail($email, string $Subject, $messageContent)
{ {
if (!class_exists('\Swift_Mailer')) {
return;
}
$mailer = new \Swift_Mailer((new \Swift_SmtpTransport($email['host'], $email['port'])) $mailer = new \Swift_Mailer((new \Swift_SmtpTransport($email['host'], $email['port']))
->setUsername($email['username'])->setPassword($email['password'])); ->setUsername($email['username'])->setPassword($email['password']));
$message = (new \Swift_Message($Subject)) $message = (new \Swift_Message($Subject))
+6 -7
View File
@@ -43,7 +43,7 @@ class Json
* @param bool $asArray * @param bool $asArray
* @return mixed * @return mixed
*/ */
public static function decode($data, $asArray = true): mixed public static function decode($data, bool $asArray = true): mixed
{ {
if (is_array($data) || is_numeric($data)) { if (is_array($data) || is_numeric($data)) {
return $data; return $data;
@@ -55,22 +55,21 @@ class Json
/** /**
* @param $code * @param $code
* @param string $message * @param string|array $message
* @param array $data * @param array|int $data
* @param int $count * @param int $count
* @param array $exPageInfo * @param array $exPageInfo
* @return mixed * @return string|bool
* @throws
*/ */
public static function to($code, $message = '', $data = [], $count = 0, $exPageInfo = []): mixed public static function to($code, string|array $message = '', array|int $data = [], int $count = 0, array $exPageInfo = []): string|bool
{ {
$params['code'] = $code; $params['code'] = $code;
if (!is_string($message)) { if (!is_string($message)) {
$params['message'] = 'System success.';
$params['param'] = $message; $params['param'] = $message;
if (!empty($data)) { if (!empty($data)) {
$params['exPageInfo'] = $data; $params['exPageInfo'] = $data;
} }
$params['message'] = 'System success.';
} else { } else {
$params['message'] = $message; $params['message'] = $message;
$params['param'] = $data; $params['param'] = $data;
+2 -10
View File
@@ -27,7 +27,7 @@ use Psr\Container\ContainerInterface;
* Class Container * Class Container
* @package Kiri\Di * @package Kiri\Di
*/ */
class Container extends Component implements ContainerInterface class Container implements ContainerInterface
{ {
/** /**
@@ -65,7 +65,7 @@ class Container extends Component implements ContainerInterface
/** /**
* @param string $id * @param string $id
* @return mixed * @return mixed
* @throws ReflectionException * @throws
*/ */
public function get(string $id): mixed public function get(string $id): mixed
{ {
@@ -108,7 +108,6 @@ class Container extends Component implements ContainerInterface
/** /**
* @param $class * @param $class
* @return bool * @return bool
* @throws ReflectionException
*/ */
public function isInterface($class): bool public function isInterface($class): bool
{ {
@@ -212,7 +211,6 @@ class Container extends Component implements ContainerInterface
* @param $className * @param $className
* @param $method * @param $method
* @return array * @return array
* @throws ReflectionException
*/ */
public function getMethodAttribute($className, $method = null): array public function getMethodAttribute($className, $method = null): array
{ {
@@ -228,7 +226,6 @@ class Container extends Component implements ContainerInterface
* @param string $class * @param string $class
* @param string|null $property * @param string|null $property
* @return ReflectionProperty|ReflectionProperty[]|null * @return ReflectionProperty|ReflectionProperty[]|null
* @throws ReflectionException
*/ */
public function getClassReflectionProperty(string $class, string $property = null): ReflectionProperty|null|array public function getClassReflectionProperty(string $class, string $property = null): ReflectionProperty|null|array
{ {
@@ -339,9 +336,6 @@ class Container extends Component implements ContainerInterface
if (!isset($this->_parameters[$class])) { if (!isset($this->_parameters[$class])) {
$this->_parameters[$class] = []; $this->_parameters[$class] = [];
} }
if (!isset($this->_parameters[$class][$method])) {
$this->_parameters[$class][$method] = [];
}
return $this->_parameters[$class][$method] = $parameters; return $this->_parameters[$class][$method] = $parameters;
} }
@@ -360,7 +354,6 @@ class Container extends Component implements ContainerInterface
/** /**
* @param ReflectionMethod|ReflectionFunction $reflectionMethod * @param ReflectionMethod|ReflectionFunction $reflectionMethod
* @return array * @return array
* @throws ReflectionException
*/ */
private function resolveMethodParameters(ReflectionMethod|ReflectionFunction $reflectionMethod): array private function resolveMethodParameters(ReflectionMethod|ReflectionFunction $reflectionMethod): array
{ {
@@ -394,7 +387,6 @@ class Container extends Component implements ContainerInterface
/** /**
* @param $class * @param $class
* @return ReflectionClass|null * @return ReflectionClass|null
* @throws ReflectionException
*/ */
public function getReflect($class): ?ReflectionClass public function getReflect($class): ?ReflectionClass
{ {
+15 -1
View File
@@ -19,6 +19,20 @@ class NoteManager
private static array $_mapping = []; private static array $_mapping = [];
/**
* @return void
*/
public static function clear()
{
static::$_classTarget = [];
static::$_classMethodNote = [];
static::$_classMethod = [];
static::$_classPropertyNote = [];
static::$_classProperty = [];
static::$_mapping = [];
}
/** /**
* @param ReflectionClass $class * @param ReflectionClass $class
*/ */
@@ -214,7 +228,7 @@ class NoteManager
public static function getSpecify_annotation(string $attribute, string $class, string $method = null): mixed public static function getSpecify_annotation(string $attribute, string $class, string $method = null): mixed
{ {
$class = self::getAttributeTrees($attribute, $class); $class = self::getAttributeTrees($attribute, $class);
if (empty($class) || !isset($class['method'])){ if (empty($class) || !isset($class['method'])) {
return null; return null;
} }
if (empty($method)) { if (empty($method)) {
-6
View File
@@ -13,7 +13,6 @@ use Note\Inject;
use Exception; use Exception;
use Kiri\Abstracts\Component; use Kiri\Abstracts\Component;
use Kiri\Core\Json; use Kiri\Core\Json;
use Kiri\Events\EventProvider;
use Kiri\Kiri; use Kiri\Kiri;
use Psr\Log\LoggerInterface; use Psr\Log\LoggerInterface;
use Throwable; use Throwable;
@@ -29,11 +28,6 @@ class Logger extends Component
private array $logs = []; private array $logs = [];
/** @var EventProvider */
#[Inject(EventProvider::class)]
public EventProvider $eventProvider;
/** /**
* inject logger * inject logger
* *
+14 -11
View File
@@ -14,6 +14,7 @@ use Swoole\Process;
use Swoole\Timer; use Swoole\Timer;
use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Output\OutputInterface;
@@ -24,8 +25,8 @@ class HotReload extends Command
{ {
public bool $isReloading = false; public bool $isReloading = FALSE;
public bool $isReloadingOut = false; public bool $isReloadingOut = FALSE;
public ?array $dirs = []; public ?array $dirs = [];
public int $events; public int $events;
@@ -33,7 +34,7 @@ class HotReload extends Command
public int $int = -1; public int $int = -1;
private ?Process $process = null; private ?Process $process = NULL;
public Inotify|Scaner $driver; public Inotify|Scaner $driver;
@@ -43,11 +44,11 @@ class HotReload extends Command
public Logger $logger; public Logger $logger;
protected mixed $source = null; protected mixed $source = NULL;
protected mixed $pipes = []; protected mixed $pipes = [];
protected ?Coroutine\Channel $channel = null; protected ?Coroutine\Channel $channel = NULL;
/** /**
@@ -65,6 +66,7 @@ class HotReload extends Command
*/ */
protected function initCore() protected function initCore()
{ {
set_error_handler([$this, 'errorHandler']);
$this->dirs = Config::get('inotify', [APP_PATH . 'app']); $this->dirs = Config::get('inotify', [APP_PATH . 'app']);
if (!extension_loaded('inotify')) { if (!extension_loaded('inotify')) {
$this->driver = Kiri::getDi()->make(Scaner::class, [$this->dirs, $this]); $this->driver = Kiri::getDi()->make(Scaner::class, [$this->dirs, $this]);
@@ -81,8 +83,7 @@ class HotReload extends Command
*/ */
public function setProcessName() public function setProcessName()
{ {
swoole_async_set(['enable_coroutine' => false]); swoole_async_set(['enable_coroutine' => FALSE]);
set_error_handler([$this, 'errorHandler']);
if (Kiri::getPlatform()->isLinux()) { if (Kiri::getPlatform()->isLinux()) {
swoole_set_process_name('[' . Config::get('id', 'sw service.') . '].sw:wather'); swoole_set_process_name('[' . Config::get('id', 'sw service.') . '].sw:wather');
} }
@@ -97,7 +98,7 @@ class HotReload extends Command
if (file_exists(storage('.manager.pid'))) { if (file_exists(storage('.manager.pid'))) {
$pid = (int)file_get_contents(storage('.manager.pid')); $pid = (int)file_get_contents(storage('.manager.pid'));
if ($pid > 0 && Process::kill($pid, 0)) { if ($pid > 0 && Process::kill($pid, 0)) {
Process::kill($pid, 15) && Process::wait(true); Process::kill($pid, 15) && Process::wait(TRUE);
} }
} }
file_put_contents(storage('.manager.pid'), getmypid()); file_put_contents(storage('.manager.pid'), getmypid());
@@ -134,7 +135,6 @@ class HotReload extends Command
$this->initCore(); $this->initCore();
$this->trigger_reload(); $this->trigger_reload();
Timer::tick(1000, fn() => $this->healthCheck()); Timer::tick(1000, fn() => $this->healthCheck());
Process::signal(SIGTERM, [$this, 'onSignal']); Process::signal(SIGTERM, [$this, 'onSignal']);
@@ -151,6 +151,9 @@ class HotReload extends Command
public function healthCheck() public function healthCheck()
{ {
$pid = (int)file_get_contents(storage('.swoole.pid')); $pid = (int)file_get_contents(storage('.swoole.pid'));
if ($this->int == 1) {
return;
}
if (empty($pid)) { if (empty($pid)) {
$this->logger->warning('service is shutdown you need reload.'); $this->logger->warning('service is shutdown you need reload.');
$this->trigger_reload(); $this->trigger_reload();
@@ -174,7 +177,7 @@ class HotReload extends Command
$this->driver->clear(); $this->driver->clear();
$this->stopServer(); $this->stopServer();
$this->stopManager(); $this->stopManager();
while ($ret = Process::wait(true)) { while ($ret = Process::wait(TRUE)) {
echo "PID={$ret['pid']}\n"; echo "PID={$ret['pid']}\n";
sleep(1); sleep(1);
} }
@@ -199,7 +202,7 @@ class HotReload extends Command
protected function stopManager() protected function stopManager()
{ {
if ($this->process && Process::kill($this->process->pid, 0)) { if ($this->process && Process::kill($this->process->pid, 0)) {
Process::kill($this->process->pid) && Process::wait(true); Process::kill($this->process->pid) && Process::wait(TRUE);
} }
} }
+15 -4
View File
@@ -15,7 +15,7 @@ class Inotify
private array $watchFiles = []; private array $watchFiles = [];
protected bool $isReloading = FALSE; public bool $isReloading = FALSE;
protected int $cid; protected int $cid;
@@ -29,6 +29,17 @@ class Inotify
*/ */
public function __construct(protected array $dirs, public HotReload $process) public function __construct(protected array $dirs, public HotReload $process)
{ {
set_error_handler([$this, 'error']);
set_exception_handler([$this, 'error']);
}
/**
* @return void
*/
public function error(): void
{
} }
@@ -75,7 +86,7 @@ class Inotify
} }
//非重启类型 //非重启类型
if (str_ends_with($ev['name'], '.php')) { if (str_ends_with($ev['name'], '.php')) {
Timer::after(3000, fn()=>$this->reload()); Timer::after(3000, fn() => $this->reload());
$this->isReloading = TRUE; $this->isReloading = TRUE;
} }
} }
@@ -103,9 +114,9 @@ class Inotify
{ {
foreach ($this->watchFiles as $wd) { foreach ($this->watchFiles as $wd) {
try { try {
inotify_rm_watch($this->inotify, $wd); @inotify_rm_watch($this->inotify, $wd);
} catch (\Throwable $exception) { } catch (\Throwable $exception) {
logger()->addError($exception->getMessage(), 'throwable'); // logger()->addError($exception->getMessage(), 'throwable');
} }
} }
$this->watchFiles = []; $this->watchFiles = [];
+17 -15
View File
@@ -3,12 +3,16 @@
namespace Kiri\FileListen; namespace Kiri\FileListen;
use Exception; use Exception;
use Swoole\Timer;
class Scaner class Scaner
{ {
private array $md5Map = []; private array $md5Map = [];
public bool $isReloading = FALSE;
/** /**
* @param array $dirs * @param array $dirs
* @param HotReload $process * @param HotReload $process
@@ -32,7 +36,7 @@ class Scaner
* @param bool $isReload * @param bool $isReload
* @throws Exception * @throws Exception
*/ */
private function loadDirs(bool $isReload = false) private function loadDirs(bool $isReload = FALSE)
{ {
foreach ($this->dirs as $value) { foreach ($this->dirs as $value) {
if (is_bool($path = realpath($value))) { if (is_bool($path = realpath($value))) {
@@ -52,7 +56,7 @@ class Scaner
* @return void * @return void
* @throws Exception * @throws Exception
*/ */
private function loadByDir($path, bool $isReload = false): void private function loadByDir($path, bool $isReload = FALSE): void
{ {
if (!is_string($path)) { if (!is_string($path)) {
return; return;
@@ -64,7 +68,8 @@ class Scaner
} }
if (is_file($value)) { if (is_file($value)) {
if ($this->checkFile($value, $isReload)) { if ($this->checkFile($value, $isReload)) {
$this->timerReload(); Timer::after(2000, fn() => $this->timerReload());
$this->isReloading = TRUE;
break; break;
} }
} }
@@ -83,18 +88,18 @@ class Scaner
$mTime = filectime($value); $mTime = filectime($value);
if (!isset($this->md5Map[$md5])) { if (!isset($this->md5Map[$md5])) {
if ($isReload) { if ($isReload) {
return true; return TRUE;
} }
$this->md5Map[$md5] = $mTime; $this->md5Map[$md5] = $mTime;
} else { } else {
if ($this->md5Map[$md5] != $mTime) { if ($this->md5Map[$md5] != $mTime) {
if ($isReload) { if ($isReload) {
return true; return TRUE;
} }
$this->md5Map[$md5] = $mTime; $this->md5Map[$md5] = $mTime;
} }
} }
return false; return FALSE;
} }
@@ -103,28 +108,25 @@ class Scaner
*/ */
public function timerReload() public function timerReload()
{ {
if ($this->process->isReloading) { $this->isReloading = TRUE;
return;
}
$this->process->isReloading = true;
$this->process->trigger_reload(); $this->process->trigger_reload();
$this->process->int = -1; $this->process->int = -1;
$this->loadDirs(); $this->loadDirs();
$this->process->isReloading = FALSE; $this->isReloading = FALSE;
$this->process->isReloadingOut = FALSE; $this->process->isReloadingOut = FALSE;
$this->tick(); $this->tick();
} }
private bool $isStop = false; private bool $isStop = FALSE;
public function clear() public function clear()
{ {
$this->isStop = true; $this->isStop = TRUE;
} }
@@ -133,11 +135,11 @@ class Scaner
*/ */
public function tick() public function tick()
{ {
if ($this->process->isReloading || $this->isStop) { if ($this->isReloading || $this->isStop) {
return; return;
} }
$this->loadDirs(true); $this->loadDirs(TRUE);
sleep(2); sleep(2);
+2
View File
@@ -4,6 +4,8 @@ declare(strict_types=1);
namespace Kiri; namespace Kiri;
error_reporting(0);
use Note\Note; use Note\Note;
use Database\Collection; use Database\Collection;
+2 -2
View File
@@ -5,6 +5,7 @@ namespace Kiri;
use Exception; use Exception;
use Kiri\Abstracts\Config;
use Kiri\Abstracts\Input; use Kiri\Abstracts\Input;
use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputInterface;
@@ -62,8 +63,7 @@ class Runtime extends Command
public function configEach(): string public function configEach(): string
{ {
$array = []; $array = [];
$configs = Kiri::app()->getConfig(); foreach (Config::getData() as $key => $datum) {
foreach ($configs->getData() as $key => $datum) {
if ($datum instanceof \Closure) { if ($datum instanceof \Closure) {
continue; continue;
} }
+4 -5
View File
@@ -68,7 +68,7 @@ class Gii
$this->input = $input; $this->input = $input;
$this->db = $db; $this->db = $db;
$make = $this->input->getArgument('action'); $make = $this->input->getOption('make');
if (empty($make)) { if (empty($make)) {
throw new Exception('构建类型不能为空~'); throw new Exception('构建类型不能为空~');
} }
@@ -119,10 +119,8 @@ class Gii
*/ */
private function makeByDatabases($make, InputInterface $input): array private function makeByDatabases($make, InputInterface $input): array
{ {
$redis = Kiri::getDi()->get(Redis::class); if ($input->hasOption('name')) {
if ($input->hasArgument('name')) { $this->tableName = $input->getOption('name');
$this->tableName = $input->getArgument('name');
$redis->del('column:' . $this->tableName);
} }
return match ($make) { return match ($make) {
'controller' => $this->getTable(1, 0), 'controller' => $this->getTable(1, 0),
@@ -334,6 +332,7 @@ class Gii
private function getClassName($tableName): string private function getClassName($tableName): string
{ {
$res = []; $res = [];
$tableName = str_replace($this->db->tablePrefix,'', $tableName);
foreach (explode('_', $tableName) as $n => $val) { foreach (explode('_', $tableName) as $n => $val) {
$res[] = ucfirst($val); $res[] = ucfirst($val);
} }
+5 -5
View File
@@ -32,9 +32,9 @@ class GiiCommand extends Command
protected function configure() protected function configure()
{ {
$this->setName('sw:gii') $this->setName('sw:gii')
->addArgument('action', InputArgument::REQUIRED) ->addOption('make','m', InputArgument::OPTIONAL)
->addArgument('name', InputArgument::OPTIONAL) ->addOption('name','t', InputArgument::OPTIONAL)
->addArgument('databases', InputArgument::OPTIONAL) ->addOption('databases','d', InputArgument::OPTIONAL)
->setDescription('./snowflake sw:gii make=model|controller|task|interceptor|limits|middleware name=xxxx'); ->setDescription('./snowflake sw:gii make=model|controller|task|interceptor|limits|middleware name=xxxx');
} }
@@ -52,12 +52,12 @@ class GiiCommand extends Command
$gii = Kiri::app()->get('gii'); $gii = Kiri::app()->get('gii');
$connections = Kiri::app()->get('db'); $connections = Kiri::app()->get('db');
if (($db = $input->getArgument('databases')) != null) { if (($db = $input->getOption('databases')) != null) {
$gii->run($connections->get($db), $input); $gii->run($connections->get($db), $input);
return 1; return 1;
} }
$action = $input->getArgument('action'); $action = $input->getOption('make');
if (!in_array($action, ['model', 'controller'])) { if (!in_array($action, ['model', 'controller'])) {
$gii->run(null, $input); $gii->run(null, $input);
return 1; return 1;
-3
View File
@@ -47,9 +47,6 @@ class GiiController extends GiiBase
$namespace = rtrim($path['namespace'], '\\'); $namespace = rtrim($path['namespace'], '\\');
$model_namespace = rtrim($modelPath['namespace'], '\\'); $model_namespace = rtrim($modelPath['namespace'], '\\');
$prefix = str_replace('_', '', $this->db->tablePrefix);
$managerName = str_replace(ucfirst($prefix), '', $managerName);
$class = ''; $class = '';
$controller = str_replace('\\\\', '\\', "$namespace\\{$managerName}Controller"); $controller = str_replace('\\\\', '\\', "$namespace\\{$managerName}Controller");
+4 -4
View File
@@ -51,9 +51,6 @@ class GiiModel extends GiiBase
$namespace = rtrim($modelPath['namespace'], '\\'); $namespace = rtrim($modelPath['namespace'], '\\');
$prefix = str_replace('_', '', $this->db->tablePrefix);
$managerName = str_replace(ucfirst($prefix), '', $managerName);
if (file_exists($modelPath['path'] . '/' . $managerName . '.php')) { if (file_exists($modelPath['path'] . '/' . $managerName . '.php')) {
try { try {
$className = str_replace('\\\\', '\\', "{$modelPath['namespace']}\\{$managerName}"); $className = str_replace('\\\\', '\\', "{$modelPath['namespace']}\\{$managerName}");
@@ -279,8 +276,11 @@ use Database\Model;
/** /**
* @return array * @return array
*/ */
protected array $rules = [' . $_field_one . ' public function rules(): array
{
return [' . $_field_one . '
]; ];
}
'; ';
} }
+1
View File
@@ -17,6 +17,7 @@ abstract class Attribute implements INote
* @param mixed|string $method * @param mixed|string $method
* @return mixed * @return mixed
*/ */
#[\ReturnTypeWillChange]
public function execute(mixed $class, mixed $method = ''): mixed public function execute(mixed $class, mixed $method = ''): mixed
{ {
// TODO: Implement execute() method. // TODO: Implement execute() method.
-143
View File
@@ -1,143 +0,0 @@
<?php
namespace Kiri\Server\Abstracts;
use JetBrains\PhpStorm\Pure;
use Kiri\Server\Contract\OnProcessInterface;
use Swoole\Coroutine;
use Swoole\Process;
/**
*
*/
abstract class BaseProcess implements OnProcessInterface
{
protected bool $isStop = false;
protected mixed $redirect_stdin_and_stdout = null;
protected int $pipe_type = SOCK_DGRAM;
protected bool $enable_coroutine = true;
public string $name = 'swoole process.';
/**
* @return string
*/
public function getName(): string
{
return $this->name;
}
/**
* @return bool
*/
public function isStop(): bool
{
return $this->isStop;
}
/**
* @return mixed
*/
public function getRedirectStdinAndStdout(): mixed
{
return $this->redirect_stdin_and_stdout;
}
/**
* @return int
*/
public function getPipeType(): int
{
return $this->pipe_type;
}
/**
* @return bool
*/
public function isEnableCoroutine(): bool
{
return $this->enable_coroutine;
}
/**
*
*/
public function onProcessStop(): void
{
$this->isStop = true;
}
/**
* @return bool
*/
public function checkProcessIsStop(): bool
{
return $this->isStop === true;
}
/**
* @param Process $process
*/
public function signListen(Process $process): void
{
}
/**
*
*/
protected function exit(): void
{
putenv('process.status=idle');
}
/**
* @return bool
*/
#[Pure] public function isWorking(): bool
{
return env('process.status', 'working') == 'working';
}
/**
*
*/
private function waiteExit(Process $process): void
{
$this->onProcessStop();
while ($this->isWorking()) {
$this->sleep();
}
$process->exit(0);
}
/**
*
*/
private function sleep(): void
{
if ($this->enable_coroutine) {
Coroutine::sleep(0.1);
} else {
usleep(100);
}
}
}
-133
View File
@@ -1,133 +0,0 @@
<?php
namespace Kiri\Server;
/**
* Class Constant
* @package Server
*/
class Constant
{
const START = 'Start';
const SHUTDOWN = 'Shutdown';
const BEFORE_SHUTDOWN = 'beforeShutdown';
const WORKER_START = 'WorkerStart';
const WORKER_STOP = 'WorkerStop';
const WORKER_EXIT = 'WorkerExit';
const CONNECT = 'Connect';
const HANDSHAKE = 'handshake';
const OPEN = 'open';
const DISCONNECT = 'disconnect';
const MESSAGE = 'message';
const RECEIVE = 'Receive';
const PACKET = 'Packet';
const REQUEST = 'request';
const CLOSE = 'Close';
const TASK = 'Task';
const FINISH = 'Finish';
const PIPE_MESSAGE = 'PipeMessage';
const WORKER_ERROR = 'WorkerError';
const MANAGER_START = 'ManagerStart';
const MANAGER_STOP = 'ManagerStop';
const BEFORE_RELOAD = 'BeforeReload';
const AFTER_RELOAD = 'AfterReload';
const SERVER_TYPE_HTTP = 'http';
const SERVER_TYPE_WEBSOCKET = 'ws';
const SERVER_TYPE_TCP = 'tcp';
const SERVER_TYPE_UDP = 'udp';
const SERVER_TYPE_BASE = 'base';
const STATUS_404_MESSAGE = '<h2>HTTP 404 Not Found</h2><hr><i>Powered by Swoole</i>';
const STATUS_405_MESSAGE = '<h2>HTTP 405 Method allow</h2><hr><i>Powered by Swoole</i>';
const OPTION_REACTOR_NUM = 'reactor_num';
const OPTION_WORKER_NUM = 'worker_num';
const OPTION_MAX_REQUEST = 'max_request';
const OPTION_MAX_CONN = 'max_connection';
const OPTION_TASK_WORKER_NUM = 'task_worker_num';
const OPTION_TASK_IPC_MODE = 'task_ipc_mode';
const OPTION_TASK_MAX_REQUEST = 'task_max_request';
const OPTION_TASK_TMPDIR = 'task_tmpdir';
const OPTION_TASK_ENABLE_COROUTINE = 'task_enable_coroutine';
const OPTION_TASK_USE_OBJECT = 'task_use_object';
const OPTION_DISPATCH_MODE = 'dispatch_mode';
const OPTION_DISPATCH_FUNC = 'dispatch_func';
const OPTION_MESSAGE_QUEUE_KEY = 'message_queue_key';
const OPTION_DAEMONIZE = 'daemonize';
const OPTION_BACKLOG = 'backlog';
const OPTION_LOG_FILE = 'log_file';
const OPTION_LOG_LEVEL = 'log_level';
const OPTION_LOG_DATE_WITH_MICROSECONDS = 'log_date_with_microseconds';
const OPTION_LOG_ROTATION = 'log_rotation';
const OPTION_LOG_DATE_FORMAT = 'log_date_format';
const OPTION_OPEN_TCP_KEEPALIVE = 'open_tcp_keepalive';
const OPTION_HEARTBEAT_CHECK_INTERVAL = 'heartbeat_check_interval';
const OPTION_HEARTBEAT_IDLE_TIME = 'heartbeat_idle_time';
const OPTION_OPEN_EOF_CHECK = 'open_eof_check';
const OPTION_OPEN_EOF_SPLIT = 'open_eof_split';
const OPTION_PACKAGE_EOF = 'package_eof';
const OPTION_OPEN_LENGTH_CHECK = 'open_length_check';
const OPTION_PACKAGE_LENGTH_TYPE = 'package_length_type';
const OPTION_PACKAGE_LENGTH_FUNC = 'package_length_func';
const OPTION_PACKAGE_MAX_LENGTH = 'package_max_length';
const OPTION_OPEN_HTTP_PROTOCOL = 'open_http_protocol';
const OPTION_OPEN_MQTT_PROTOCOL = 'open_mqtt_protocol';
const OPTION_OPEN_REDIS_PROTOCOL = 'open_redis_protocol';
const OPTION_OPEN_WEBSOCKET_PROTOCOL = 'open_websocket_protocol';
const OPTION_OPEN_WEBSOCKET_CLOSE_FRAME = 'open_websocket_close_frame';
const OPTION_OPEN_TCP_NODELAY = 'open_tcp_nodelay';
const OPTION_OPEN_CPU_AFFINITY = 'open_cpu_affinity';
const OPTION_CPU_AFFINITY_IGNORE = 'cpu_affinity_ignore';
const OPTION_TCP_DEFER_ACCEPT = 'tcp_defer_accept';
const OPTION_SSL_CERT_FILE = 'ssl_cert_file';
const OPTION_SSL_KEY_FILE = 'ssl_key_file';
const OPTION_SSL_METHOD = 'ssl_method';
const OPTION_SSL_PROTOCOLS = 'ssl_protocols';
const OPTION_SSL_SNI_CERTS = 'ssl_sni_certs';
const OPTION_SSL_CIPHERS = 'ssl_ciphers';
const OPTION_SSL_VERIFY_PEER = 'ssl_verify_peer';
const OPTION_SSL_ALLOW_SELF_SIGNED = 'ssl_allow_self_signed';
const OPTION_SSL_CLIENT_CERT_FILE = 'ssl_client_cert_file';
const OPTION_SSL_COMPRESS = 'ssl_compress';
const OPTION_SSL_VERIFY_DEPTH = 'ssl_verify_depth';
const OPTION_SSL_PREFER_SERVER_CIPHERS = 'ssl_prefer_server_ciphers';
const OPTION_SSL_DHPARAM = 'ssl_dhparam';
const OPTION_SSL_ECDH_CURVE = 'ssl_ecdh_curve';
const OPTION_USER = 'user';
const OPTION_GROUP = 'group';
const OPTION_CHROOT = 'chroot';
const OPTION_PID_FILE = 'pid_file';
const OPTION_BUFFER_INPUT_SIZE = 'buffer_input_size';
const OPTION_BUFFER_OUTPUT_SIZE = 'buffer_output_size';
const OPTION_SOCKET_BUFFER_SIZE = 'socket_buffer_size';
const OPTION_ENABLE_UNSAFE_EVENT = 'enable_unsafe_event';
const OPTION_DISCARD_TIMEOUT_REQUEST = 'discard_timeout_request';
const OPTION_ENABLE_REUSE_PORT = 'enable_reuse_port';
const OPTION_ENABLE_DELAY_RECEIVE = 'enable_delay_receive';
const OPTION_RELOAD_ASYNC = 'reload_async';
const OPTION_MAX_WAIT_TIME = 'max_wait_time';
const OPTION_TCP_FASTOPEN = 'tcp_fastopen';
const OPTION_REQUEST_SLOWLOG_FILE = 'request_slowlog_file';
const OPTION_ENABLE_COROUTINE = 'enable_coroutine';
const OPTION_MAX_COROUTINE = 'max_coroutine';
const OPTION_SEND_YIELD = 'send_yield';
const OPTION_SEND_TIMEOUT = 'send_timeout';
const OPTION_HOOK_FLAGS = 'hook_flags';
const OPTION_BUFFER_HIGH_WATERMARK = 'buffer_high_watermark';
const OPTION_BUFFER_LOW_WATERMARK = 'buffer_low_watermark';
const OPTION_TCP_USER_TIMEOUT = 'tcp_user_timeout';
const OPTION_STATS_FILE = 'stats_file';
const OPTION_EVENT_OBJECT = 'event_object';
const OPTION_START_SESSION_ID = 'start_session_id';
const OPTION_SINGLE_THREAD = 'single_thread';
const OPTION_MAX_QUEUED_BYTES = 'max_queued_bytes';
}
@@ -1,8 +0,0 @@
<?php
namespace Server\Contract;
interface OnBeforeShutdown
{
}
-22
View File
@@ -1,22 +0,0 @@
<?php
namespace Kiri\Server\Contract;
use Swoole\Server;
/**
*
*/
interface OnCloseInterface
{
/**
* @param Server $server
* @param int $fd
*/
public function onClose(Server $server, int $fd): void;
}
@@ -1,18 +0,0 @@
<?php
namespace Kiri\Server\Contract;
use Swoole\Server;
interface OnConnectInterface
{
/**
* @param Server $server
* @param int $fd
* @return void
*/
public function onConnect(Server $server, int $fd): void;
}
@@ -1,19 +0,0 @@
<?php
namespace Kiri\Server\Contract;
use Swoole\Server;
interface OnDisconnectInterface
{
/**
* @param Server $server
* @param int $fd
*/
public function onDisconnect(Server $server, int $fd): void;
}
@@ -1,12 +0,0 @@
<?php
namespace Kiri\Server\Contract;
use Swoole\Http\Response;
interface OnDownloadInterface
{
public function dispatch(Response $response);
}
@@ -1,22 +0,0 @@
<?php
namespace Kiri\Server\Contract;
use Swoole\Http\Request;
use Swoole\Http\Response;
/**
*
*/
interface OnHandshakeInterface
{
/**
* @param Request $request
* @param Response $response
*/
public function onHandshake(Request $request, Response $response): void;
}
@@ -1,19 +0,0 @@
<?php
namespace Kiri\Server\Contract;
use Swoole\Server;
use Swoole\WebSocket\Frame;
interface OnMessageInterface
{
/**
* @param Server $server
* @param Frame $frame
* @return void
*/
public function onMessage(Server $server, Frame $frame): void;
}
-18
View File
@@ -1,18 +0,0 @@
<?php
namespace Kiri\Server\Contract;
use Swoole\Http\Request;
use Swoole\WebSocket\Server;
interface OnOpenInterface
{
/**
* @param Server $server
* @param Request $request
*/
public function onOpen(Server $server, Request $request): void;
}
@@ -1,19 +0,0 @@
<?php
namespace Kiri\Server\Contract;
use Server\Abstracts\Server;
interface OnPacketInterface
{
/**
* @param Server $server
* @param string $data
* @param array $clientInfo
* @return mixed
*/
public function onPacket(Server $server, string $data, array $clientInfo): void;
}
@@ -1,21 +0,0 @@
<?php
namespace Kiri\Server\Contract;
/**
* Interface OnPipeMessageInterface
* @package Server\Contract
*/
interface OnPipeMessageInterface
{
/**
*
*/
public function process(): void;
}
@@ -1,29 +0,0 @@
<?php
namespace Kiri\Server\Contract;
use Swoole\Process;
/**
* Interface BaseProcess
* @package Contract
*/
interface OnProcessInterface
{
/**
* @param Process $process
*/
public function onHandler(Process $process): void;
/**
*
*/
public function onProcessStop(): void;
}
@@ -1,25 +0,0 @@
<?php
namespace Kiri\Server\Contract;
use Swoole\Server;
/**
*
*/
interface OnReceiveInterface
{
/**
* @param Server $server
* @param int $fd
* @param int $reactor_id
* @param string $data
* @return void
*/
public function onReceive(Server $server, int $fd, int $reactor_id, string $data): void;
}
-17
View File
@@ -1,17 +0,0 @@
<?php
namespace Kiri\Server\Contract;
use Swoole\Server;
interface OnTaskInterface
{
public function execute();
public function finish(Server $server, int $task_id);
}
-207
View File
@@ -1,207 +0,0 @@
<?php
namespace Kiri\Server;
use Note\Inject;
use Exception;
use Kiri\Abstracts\Config;
use Kiri\Error\Logger;
use Kiri\Exception\ConfigException;
use Kiri\Kiri;
use Kiri\Server\Abstracts\BaseProcess;
use ReflectionException;
use Swoole\Coroutine;
use Swoole\Coroutine\Http\Server as HServer;
use Swoole\Coroutine\Server;
use Swoole\Coroutine\Server\Connection;
use Swoole\Http\Request;
use Swoole\Http\Response;
use Swoole\Process;
use function Swoole\Coroutine\run;
/**
*
*/
class CoroutineServer implements SwooleServerInterface
{
use TraitServer;
/**
* @var HServer[]|Server[]
*/
private array $servers = [];
#[Inject(Logger::class)]
public Logger $logger;
const SERVER_CLASS = [
Constant::SERVER_TYPE_BASE => Server::class,
Constant::SERVER_TYPE_TCP => Server::class,
Constant::SERVER_TYPE_UDP => Server::class,
Constant::SERVER_TYPE_HTTP => HServer::class,
Constant::SERVER_TYPE_WEBSOCKET => HServer::class,
];
/**
* @param array $configs
* @param bool $daemon
* @throws Exception
*/
public function initBaseServer(array $configs, bool $daemon)
{
$configs['ports'] = $this->sortService($configs['ports']);
foreach ($configs['ports'] as $n => $config) {
$this->servers[$config['name'] ?? $n] = $this->addListener($config);
}
}
/**
* @param array $config
* @return mixed
* @throws ReflectionException
*/
private function addListener(array $config): mixed
{
/** @var HServer|Server $port */
$class = self::SERVER_CLASS[$config['type']];
$port = new $class($config['host'], $config['port'], $config['isSsl'] ?? false, $config['reuse_port'] ?? true);
$port->set($config['settings'] ?? []);
if ($config['type'] == Constant::SERVER_TYPE_HTTP) {
$port->handle('/', fn($request, $response) => $this->onRequestHandle($request, $response, $config));
} else if ($config['type'] == Constant::SERVER_TYPE_WEBSOCKET) {
$port->handle('/', fn($request, $response) => $this->onWebsocketHandle($request, $response, $config));
} else {
$port->handle(fn(Connection $connection) => $this->onConnectionHandle($connection, $config));
}
return $this->eventListener($port, $config);
}
/**
* @param Request $request
* @param Response $response
* @param $config
*/
protected function onRequestHandle(Request $request, Response $response, $config)
{
if (isset($config[Constant::REQUEST])) {
call_user_func($config[Constant::REQUEST], $request, $response);
return;
}
$response->status(505);
$response->end();
}
/**
* @param Request $request
* @param Response $response
* @param $config
*/
protected function onWebsocketHandle(Request $request, Response $response, $config)
{
$handshake = $config[Constant::HANDSHAKE] ?? null;
if (!is_null($handshake)) {
call_user_func($handshake, $request, $response);
} else {
$response->upgrade();
$open = $config[Constant::OPEN] ?? null;
if (!is_null($open)) {
call_user_func($open, $request);
}
}
$close = $config[Constant::CLOSE] ?? null;
$message = $config[Constant::MESSAGE] ?? null;
while (true) {
$data = $response->recv();
if ($data === '' || $data === false) {
$response->close();
call_user_func($close, $response->fd);
} else {
call_user_func($message, $data);
}
}
}
/**
* @param Connection $connection
* @param $config
*/
protected function onConnectionHandle(Connection $connection, $config)
{
call_user_func($config[Constant::RECEIVE] ?? null, $connection);
}
/**
* @throws ConfigException
* @throws ReflectionException
*/
public function start(): void
{
$this->startProcess();
run(function () {
$this->startServers();
});
}
/**
* @return array
* @throws ConfigException|ReflectionException
*/
private function startProcess(): array
{
$processes = [];
$system = sprintf('[%s].process', Config::get('id', 'system-service'));
foreach ($this->process as $process) {
/** @var BaseProcess $process */
if (is_string($process)) {
$process = Kiri::getDi()->get($process);
}
$swowProcess = new Process([$process, 'onHandler'], $process->getRedirectStdinAndStdout(),
$process->getPipeType(), $process->isEnableCoroutine());
if (Kiri::getPlatform()->isLinux()) {
$swowProcess->name($system . '(' . $process->getName() . ')');
}
$swowProcess->start();
array_push($processes, $swowProcess);
}
return $processes;
}
private function startServers()
{
foreach ($this->servers as $server) {
Coroutine::create(fn() => $server->start());
}
}
/**
* @param mixed $server
* @param array $config
* @return mixed
* @throws ReflectionException
*/
private function eventListener(mixed $server, array $config): mixed
{
foreach ($config['events'] as $key => $value) {
if (is_array($value) && is_string($value[0])) {
$value[0] = Kiri::getDi()->get($value[0]);
}
$server->on($key, $value);
}
return $server;
}
}
-143
View File
@@ -1,143 +0,0 @@
<?php
namespace Kiri\Server;
use Note\Inject;
use Exception;
use Kiri\Abstracts\Config;
use Kiri\Error\Logger;
use Kiri\Exception\ConfigException;
use Kiri\Kiri;
use Kiri\Server\Abstracts\BaseProcess;
use ReflectionException;
use Swoole\Http\Server as HServer;
use Swoole\Process;
use Swoole\Server;
use Swoole\WebSocket\Server as WServer;
class SoloAsyncServer implements SwooleServerInterface
{
use TraitServer;
private HServer|WServer|Server|null $server = null;
#[Inject(Logger::class)]
public Logger $logger;
const SERVER_CLASS = [
Constant::SERVER_TYPE_BASE, Constant::SERVER_TYPE_TCP,
Constant::SERVER_TYPE_UDP => Server::class,
Constant::SERVER_TYPE_HTTP => HServer::class,
Constant::SERVER_TYPE_WEBSOCKET => WServer::class
];
/**
* @param array $configs
* @param bool $daemon
* @throws Exception
*/
public function initBaseServer(array $configs, bool $daemon)
{
$configs['ports'] = $this->sortService($configs['ports']);
foreach ($configs['ports'] as $config) {
$service = $this->addListener($config);
if (!$this->server) {
$this->server = $service;
}
}
$this->startProcess();
}
/**
* @throws ConfigException|ReflectionException
*/
private function startProcess()
{
$system = sprintf('[%s].process', Config::get('id', 'system-service'));
foreach ($this->process as $process) {
/** @var BaseProcess $process */
if (is_string($process)) {
$process = Kiri::getDi()->get($process);
}
$sowProcess = new Process([$process, 'onHandler'], $process->getRedirectStdinAndStdout(),
$process->getPipeType(), $process->isEnableCoroutine());
if (Kiri::getPlatform()->isLinux()) {
$sowProcess->name($system . '(' . $process->getName() . ')');
}
$this->server->addProcess($sowProcess);
}
}
/**
* @param array $config
* @return mixed
* @throws Exception
*/
private function addListener(array $config): Server\Port
{
$config = $this->resetConfig($config);
if (!$this->server) {
$class = self::SERVER_CLASS[$config['type']];
$port = new $class($config['host'], $config['port'], SWOOLE_PROCESS, $config['mode']);
$config['settings'] = array_merge(Config::get('server.settings', []), $config['settings']);
$config['settings'][Constant::OPTION_DAEMONIZE] = 0;
} else {
$port = $this->server->addlistener($config['host'], $config['port'], $config['mode']);
if ($port === false) {
throw new Exception("The port is already in use[{$config['host']}::{$config['port']}]");
}
}
$port->set($config['settings'] ?? []);
return $this->eventListener($port, $config);
}
/**
* @param Server\Port|Server|HServer|WServer $server
* @throws ReflectionException
*/
private function eventListener(mixed $server, array $config): Server\Port|HServer|Server|WServer
{
foreach ($config['events'] as $key => $value) {
if (is_array($value) && is_string($value[0])) {
$value[0] = Kiri::getDi()->get($value[0]);
}
$server->on($key, $value);
}
return $server;
}
public function start()
{
$this->server->start();
}
/**
* @param array $config
* @return array
*/
private function resetConfig(array $config): array
{
if ($config['type'] == Constant::SERVER_TYPE_HTTP && !isset($config['settings']['open_http_protocol'])) {
$config['settings']['open_http_protocol'] = true;
if ($this->server && in_array($this->server->setting['dispatch_mode'], [2, 4])) {
$config['settings']['open_http2_protocol'] = true;
}
}
if ($config['type'] == Constant::SERVER_TYPE_WEBSOCKET && !isset($config['settings']['open_websocket_protocol'])) {
$config['settings']['open_websocket_protocol'] = true;
}
return $config;
}
}
-12
View File
@@ -1,12 +0,0 @@
<?php
namespace Kiri\Server;
interface SwooleServerInterface
{
public function start();
}
-50
View File
@@ -1,50 +0,0 @@
<?php
namespace Kiri\Server;
use Kiri\Server\Contract\OnProcessInterface;
trait TraitServer
{
protected array $process = [];
/**
* @param OnProcessInterface|string $process
* @throws \Exception
*/
public function addProcess(OnProcessInterface|string $process)
{
if (is_string($process) && !in_array(OnProcessInterface::class, class_implements($process))) {
throw new \Exception('Other Process must instance ' . OnProcessInterface::class);
}
$this->process[] = $process;
}
/**
* @param array $ports
* @return array
*/
public function sortService(array $ports): array
{
$array = [];
foreach ($ports as $port) {
if ($port['type'] == Constant::SERVER_TYPE_WEBSOCKET) {
array_unshift($array, $port);
} else if ($port['type'] == Constant::SERVER_TYPE_HTTP) {
if (!empty($array) && $array[0]['type'] == Constant::SERVER_TYPE_WEBSOCKET) {
$array[] = $port;
} else {
array_unshift($array, $port);
}
} else {
$array[] = $port;
}
}
return $array;
}
}
+14
View File
@@ -0,0 +1,14 @@
<?php
namespace Kiri\Websocket;
class FdCollector
{
public function set($fd)
{
}
}
+21
View File
@@ -0,0 +1,21 @@
<?php
namespace Kiri\Websocket;
class Sender
{
public function push($fd, $data)
{
}
public function close($fd)
{
}
}
+120
View File
@@ -0,0 +1,120 @@
<?php
namespace Kiri\Websocket;
use Http\Handler\DataGrip;
use Http\Handler\Router;
use Kiri\Abstracts\Component;
use Kiri\Server\Contract\OnOpenInterface;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\NotFoundExceptionInterface;
use ReflectionException;
use Server\Contract\OnCloseInterface;
use Server\Contract\OnHandshakeInterface;
use Server\Contract\OnMessageInterface;
use Swoole\Http\Request;
use Swoole\Http\Response;
use Swoole\WebSocket\CloseFrame;
use Swoole\WebSocket\Frame;
/**
*
*/
class Server extends Component implements OnHandshakeInterface, OnMessageInterface, OnCloseInterface
{
public Router $router;
public string $serverName = 'ws';
public mixed $callback = null;
public mixed $server;
/**
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
* @throws ReflectionException
*/
public function init()
{
$this->router = $this->container->get(DataGrip::class)->get($this->serverName);
$handler = $this->router->find('/', 'GET');
if (is_int($handler) || is_null($handler)) {
return;
}
$this->callback = $handler->callback[0];
}
/**
* @param \Swoole\Server $server
* @param int $fd
*/
public function onClose(\Swoole\Server $server, int $fd): void
{
if ($this->callback instanceof OnCloseInterface) {
$this->callback->onClose($server, $fd);
}
}
/**
* @param Request $request
* @param Response $response
*/
public function onHandshake(Request $request, Response $response): void
{
try {
if (!$this->callback instanceof OnHandshakeInterface) {
throw new \Exception('Page not found.');
}
$this->callback->onHandshake($request, $response);
$this->afterHandshake($request);
if ($this->server instanceof \Swoole\Coroutine\Http\Server) {
while (true) {
$data = $response->recv();
if ($data === '' || $data === false || $data instanceof CloseFrame) {
$this->onClose($this->server, $response->fd);
break;
}
$this->onMessage($this->server, $data);
}
}
} catch (\Throwable $throwable) {
$response->status(500, $throwable->getMessage());
$response->end();
}
}
/**
* @param $request
*/
public function afterHandshake($request)
{
if (!($this->callback instanceof OnOpenInterface)) {
return;
}
$this->callback->onOpen($this->server, $request);
}
/**
* @param \Swoole\Server $server
* @param Frame $frame
*/
public function onMessage(\Swoole\Server $server, Frame $frame): void
{
if ($this->callback instanceof OnMessageInterface) {
$this->callback->onMessage($server, $frame);
}
}
}