PHPackages                             nazalas/fedex-laravel - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nazalas/fedex-laravel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nazalas/fedex-laravel
=====================

A service provider to integrate FedEx servces into your Laravel Project

9.1(4y ago)01MITPHP

Since Apr 26Pushed 4y agoCompare

[ Source](https://github.com/Nazalas/fedex-laravel)[ Packagist](https://packagist.org/packages/nazalas/fedex-laravel)[ RSS](/packages/nazalas-fedex-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (5)Used By (0)

FedEx Laravel
=============

[](#fedex-laravel)

A service provider to integrate FedEx services into your Laravel Project

Quick Installation
------------------

[](#quick-installation)

You can install the package most easily through composer

#### Laravel 5.x

[](#laravel-5x)

```
composer require arkitecht/fedex-laravel

```

Using it in your project
------------------------

[](#using-it-in-your-project)

**Add the service provider to your config/app.php**

```

```

**Add the Facade to your config/app.php**

```

```

**Publish the config file**

`artisan vendor:publish`

**Set up your environment**

Add values for the following setting keys in your .env or in config/fedex.php

- FEDEX\_API\_KEY - Your FedEx API Key
- FEDEX\_API\_PASSWORD - Your FedEx API Password
- FEDEX\_ACCOUNT\_NO - Your FedEx Account Number
- FEDEX\_METER\_NO - Your FedEx Meter Number
- FEDEX\_USE\_BETA - (Bool) Use the FedEx beta/test system instead of production

Example of Usage
----------------

[](#example-of-usage)

**Get FedEx Rates**

```
