PHPackages                             arkitecht/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. arkitecht/fedex-laravel

ActiveLibrary

arkitecht/fedex-laravel
=======================

A service provider to integrate FedEx servces into your Laravel Project

1.0.1(9y ago)71.8k19[5 issues](https://github.com/Arkitecht/fedex-laravel/issues)[1 PRs](https://github.com/Arkitecht/fedex-laravel/pulls)MITPHP

Since Apr 26Pushed 3y ago2 watchersCompare

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

READMEChangelogDependencies (3)Versions (3)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**

```
