PHPackages                             blue-hex/laravel-azure-di - 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. blue-hex/laravel-azure-di

ActiveLibrary[API Development](/categories/api)

blue-hex/laravel-azure-di
=========================

Laravel SDK for Azure Document Intelligence.

1.0.1(1y ago)5862—8.3%MITPHPPHP ^8.0

Since Oct 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/blue-hex/laravel-azure-di)[ Packagist](https://packagist.org/packages/blue-hex/laravel-azure-di)[ RSS](/packages/blue-hex-laravel-azure-di/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

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

[](#installation)

First, you need to install the package via Composer. Run the following command in your terminal:

`composer require blue-hex/laravel-azure-di`

Configuration
-------------

[](#configuration)

After installing the package, you may need to publish the configuration file. This can typically be done using the following Artisan command:

`php artisan vendor:publish --provider="BlueHex\LaravelAzureDI\LaravelAzureDIServiceProvider"`

This command will publish a configuration file named `azure-di.php` to your config directory. You should then add your Azure Document Intelligence credentials to this configuration file.

Usage
-----

[](#usage)

Here’s a basic example of how you might use the package in a Laravel controller:

```
