PHPackages                             manoar/laravel-steadfast - 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. manoar/laravel-steadfast

ActiveLibrary[API Development](/categories/api)

manoar/laravel-steadfast
========================

A Laravel package for interacting with the Steadfast Courier API.

00PHP

Since Apr 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/tarikmanoar/laravel-steadfast)[ Packagist](https://packagist.org/packages/manoar/laravel-steadfast)[ RSS](/packages/manoar-laravel-steadfast/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Steadfast Courier API
=============================

[](#laravel-steadfast-courier-api)

A Laravel package that provides seamless integration with Steadfast Courier API services.

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

[](#installation)

Install the package via Composer:

```
composer require manoar/laravel-steadfast
```

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

[](#configuration)

1. Publish the configuration file:

```
php artisan vendor:publish --provider="Manoar\Steadfast\SteadfastServiceProvider"
```

2. Configure your credentials in your `.env` file:

```
STEADFAST_API_KEY=your_api_key
STEADFAST_API_SECRET=your_api_secret
STEADFAST_API_URL=https://api.steadfast.com
```

Usage
-----

[](#usage)

### Facade Usage

[](#facade-usage)

```
