PHPackages                             hinow-ai/hinow-ai - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. hinow-ai/hinow-ai

ActiveLibrary[API Development](/categories/api)

hinow-ai/hinow-ai
=================

Official PHP SDK for the HINOW AI Inference API

v1.0.1(3mo ago)00MITPHPPHP ^8.0

Since Mar 21Pushed 3mo agoCompare

[ Source](https://github.com/hinow-ai/sdk-php)[ Packagist](https://packagist.org/packages/hinow-ai/hinow-ai)[ Docs](https://hinow.ai)[ RSS](/packages/hinow-ai-hinow-ai/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

HINOW PHP SDK
=============

[](#hinow-php-sdk)

Official PHP SDK for the [HINOW AI Inference API](https://hinow.ai).

Supports Laravel with auto-discovery.

Requirements
------------

[](#requirements)

- PHP 8.0 or higher
- Composer

Installation
------------

[](#installation)

```
composer require hinow-ai/hinow-ai
```

### Laravel Setup

[](#laravel-setup)

The package auto-discovers. Just publish the config:

```
php artisan vendor:publish --tag=hinow-config
```

Add to your `.env`:

```
HINOW_API_KEY=hi_your_api_key
```

Quick Start
-----------

[](#quick-start)

### Standalone PHP

[](#standalone-php)

```
