add php api bindings to readme by mcharytoniuk · Pull Request #6326 · ggml-org/llama.cpp

Hello!

Thank you for this project!

I made an async PHP framework with a lot of features dedicated to llama.cpp . llama.cpp bindings can also be used standalone.

Here are the docs on how to use the basic bindings: https://resonance.distantmagic.com/docs/features/ai/server/llama-cpp/

There are also some features built on top llama.cpp API:
https://resonance.distantmagic.com/docs/features/ai/prompt-subject-responders/

I also wrote some tutorials:
https://resonance.distantmagic.com/tutorials/how-to-create-llm-websocket-chat-with-llama-cpp/
https://resonance.distantmagic.com/tutorials/how-to-serve-llm-completions/

I added the direct link to the bindings in the readme. Is there a chance I can also add links to those tutorials and other resources here somewhere?

Best wishes