Download the PHP package kalebalebachew/hasab-laravel without Composer
On this page you can find all versions of the php package kalebalebachew/hasab-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kalebalebachew/hasab-laravel
More information about kalebalebachew/hasab-laravel
Files in kalebalebachew/hasab-laravel
Package hasab-laravel
Short Description A Laravel SDK for Hasab AI
License MIT
Informations about the package hasab-laravel

Hasab AI Laravel SDK
A simple Laravel SDK for integrating with Hasab AI.
It gives you a clean way to access Hasab's core features — transcription, translation, text-to-speech (TTS), and chat — without writing repetitive HTTP logic.
This package is intentionally small and follows normal Laravel patterns.
You get config publishing, a service provider, a facade, and a few service classes. No extra layers just straightforward code that works.
Why this exists
Hasab provides powerful AI endpoints, but using them directly from Laravel requires setting up headers, base URLs, and file uploads each time.
This SDK wraps those calls with a consistent interface so you can work like this:
instead of manually handling authentication or request payloads.
Requirements
- PHP 8.0 or higher
- A valid Hasab API key from Hasab AI
Installation
Install with Composer:
Configuration
You can publish the config file (optional):
Then add these to your .env:
Quick Start
Documentation
For detailed examples and advanced usage, check out the Usage Guide.
Contributing
Want to contribute? Check out the Contributing Guide for guidelines on how to get started.
All versions of hasab-laravel with dependencies
illuminate/support Version ^10.0|^11.0|^12.0
illuminate/http Version ^10.0|^11.0|^12.0
guzzlehttp/guzzle Version ^7.9