Skip to content

Commit

Permalink
Show badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadyita committed Feb 19, 2024
1 parent 69cbef4 commit b58b63f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: PHP Composer
name: PHP Tests

on:
push:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit b58b63f

Please sign in to comment.