PHPackages                             cristophersosa/fedex-manuable-test - 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. cristophersosa/fedex-manuable-test

ActiveLibrary[API Development](/categories/api)

cristophersosa/fedex-manuable-test
==================================

Vacancy test - Fedex api

v2(3y ago)010MITPHP

Since Aug 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/cristophersosa/FedexManuableTest)[ Packagist](https://packagist.org/packages/cristophersosa/fedex-manuable-test)[ RSS](/packages/cristophersosa-fedex-manuable-test/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (4)Used By (0)

FedexManuableTest by Cristopher Sosa
====================================

[](#fedexmanuabletest-by-cristopher-sosa)

### To install library:

[](#to-install-library)

```
composer require cristophersosa/fedex-manuable-test

```

### To use:

[](#to-use)

Import library

```
require 'vendor/autoload.php';
use Cristophersosa\FedexManuableTest\Fedex;

```

Create Fedex object with user credentials

```
$fedex = new Fedex('KEY', 'PASSWORD', ACCOUNT_NUMBER, METER_NUMBER, LANGUAGE, LOCALE);

```

Get rates array with getRates function

```
$fedex->getRates($params);

```

Params example:

```
[
	"address_from"=> [
		"zip"=> "64000",
		"country"=> "MX"
	],
	"address_to"=> [
		"zip"=> "64000",
		"country"=> "MX"
	],
	"parcel"=> [
		"length"=> 25.0,
		"width"=> 28.0,
		"height"=> 46.0,
		"distance_unit"=> "cm",
		"weight"=> 6.5,
		"mass_unit"=> "kg"
	]
]

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

1368d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3410bf25b4fbf640aea170586914d354740b8c31a66fffbb16d69cd8ccb3e5ae?d=identicon)[cristophersosa](/maintainers/cristophersosa)

---

Top Contributors

[![cristophersosa](https://avatars.githubusercontent.com/u/38702620?v=4)](https://github.com/cristophersosa "cristophersosa (13 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cristophersosa-fedex-manuable-test/health.svg)

```
[![Health](https://phpackages.com/badges/cristophersosa-fedex-manuable-test/health.svg)](https://phpackages.com/packages/cristophersosa-fedex-manuable-test)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
