diff --git a/nex/nex-php/1.0.0.gmi b/nex/nex-php/1.0.0.gmi new file mode 100644 index 0000000..9de829f --- /dev/null +++ b/nex/nex-php/1.0.0.gmi @@ -0,0 +1,12 @@ +# nex-php 1.0.0 + +Initial stable release! + +Includes: + +=> https://github.com/YGGverse/nex-php#client Client +=> https://github.com/YGGverse/nex-php#server Server + +## Links + +=> https://github.com/YGGverse/nex-php/releases/tag/1.0.0 Download nex-php 1.0.0 \ No newline at end of file diff --git a/nex/nex-php/1.1.0.gmi b/nex/nex-php/1.1.0.gmi new file mode 100644 index 0000000..4a4eb45 --- /dev/null +++ b/nex/nex-php/1.1.0.gmi @@ -0,0 +1,25 @@ +# nex-php 1.1.0 + +Implemented optional Server response returned by custom handler + +``` php +$server->start( + function ( + string $request, + string $connect + ): ?string + { + printf( + 'connection: %s request: %s', + $connect, + $request + ); + + return null; // null|string response + } +); +``` + +## Links + +=> https://github.com/YGGverse/nex-php/releases/tag/1.1.0 Download nex-php 1.1.0 \ No newline at end of file diff --git a/nex/nex-php/index.gmi b/nex/nex-php/index.gmi index 2f130a1..62f7e2d 100644 --- a/nex/nex-php/index.gmi +++ b/nex/nex-php/index.gmi @@ -13,4 +13,9 @@ nex-php includes * Server - to launch instance for static files or interactive apps => https://github.com/YGGverse/nex-php GitHub -=> nex://nightfall.city/nex/ Specification \ No newline at end of file +=> nex://nightfall.city/nex/ Specification + +## Releases + +=> 1.1.0.gmi 2024-04-25 1.1.0 +=> 1.0.0.gmi 2024-04-23 1.0.0 \ No newline at end of file