Hey Hunters! šš»
š Recently I published a simple lightweight PHP library for interacting with common AI models, that provides universal interface.
I wanted to build this from quite some time. Mainly because:
š” I noticed AI models share similar principles, but they often differ in how inputs/outputs are structured, which leads using different libraries to integrate each.
š Despite being one of the most widely used web languages, PHP hasn't received the same level of attention in AI tooling compared to Python or JavaScript.
It supports:
š§ Tools & agentic behavior
šļø Vision & image generation
šļø Audio transcription & generation
š§ Embeddings
š Moderation
It's designed for anyone seeking a lightweight library to connect with AI models - not heavy frameworks and packages with numerous dependencies. Started few days ago it currently supports OpenAI, Anthropic and Google. If you request for specific LLMs just put an issue and I'll to add it for you.
Hope you find it useful! Would love to hear your thoughts and feedback!
Thanks,
Dimitar