From b58b63f480fd335a5e200c1dce14df3093999ab9 Mon Sep 17 00:00:00 2001 From: Nadyita Date: Mon, 19 Feb 2024 16:41:17 +0100 Subject: [PATCH] Show badge --- .github/workflows/php.yml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 025714c..0ec2a3f 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -1,5 +1,5 @@ --- -name: PHP Composer +name: PHP Tests on: push: diff --git a/README.md b/README.md index 36607e7..c9f4652 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Generic AMP3-based client and libraries for Anarchy Online Chat-bots in PHP +![](https://github.com/nadybot/aolib/actions/workflows/php.yml/badge.svg) This is a very basic library that provides AMP3-based async classes to deal with connections to the chat-server of Anarchy Online. It consists of + * a tokenizer to extract single packets out of an endless stream (files, sockets, …) * a connection-handler that utilizes the tokenizer to parse these string-packets into binary packets * a parser that parses these binary packets into AO-packets @@ -68,6 +70,7 @@ Make sure you installed the developer packages as well and run `vendor/bin/phpun ## Developing The code has been written under VSCode using the following extensions: + * PHP Intelephense (bmewburn.vscode-intelephense-client) * phpcs (shevaua.phpcs) * phpstan (sanderronde.phpstan-vscode)