PHPackages                             fleetbase/fleetbase-php - 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. fleetbase/fleetbase-php

ActiveLibrary[API Development](/categories/api)

fleetbase/fleetbase-php
=======================

Fleetbase\\PHP\\SDK

v1.0.3(3y ago)33212MITPHPPHP ^7.4

Since Jan 3Pushed 3y ago2 watchersCompare

[ Source](https://github.com/fleetbase/fleetbase-php)[ Packagist](https://packagist.org/packages/fleetbase/fleetbase-php)[ Docs](https://github.com/fleetbase/fleetbase-php)[ RSS](/packages/fleetbase-fleetbase-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (9)Versions (5)Used By (0)

Fleetbase PHP SDK
=================

[](#fleetbase-php-sdk)

[![Source Code](https://camo.githubusercontent.com/a960e823961a98430f40bf619d4da8e82d5f82b9c64f82be667a9317e219ecc9/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d666c656574626173652f666c656574626173652d2d7068702d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/fleetbase/fleetbase-php)[![Latest Version](https://camo.githubusercontent.com/563d60b3e1a992135c71bbe306926f99f9fddf5642acb425a6087ecd01f57560/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666c656574626173652f666c656574626173652d7068702e7376673f7374796c653d666c61742d737175617265266c6162656c3d72656c65617365)](https://packagist.org/packages/fleetbase/fleetbase-php)[![Software License](https://camo.githubusercontent.com/1e5eb840a31a5b27d9e41df24aba471b90bcbe1bed283c9c4c81dd36d3d4e77a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f666c656574626173652f666c656574626173652d7068702e7376673f7374796c653d666c61742d737175617265)](https://github.com/fleetbase/fleetbase-php/blob/master/LICENSE)[![PHP Version](https://camo.githubusercontent.com/7b36ade0968bea2bd9862d6511d921a9189e6812cf83a6c6bbc0da5339a1ee00/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f666c656574626173652f666c656574626173652d7068702e7376673f7374796c653d666c61742d737175617265)](https://php.net)[![Build Status](https://camo.githubusercontent.com/6ca66cb77f0cd836f4fbeeeadb6741bc026c7e83ba37f8e08c56a970c4f9dabc/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f666c656574626173652f666c656574626173652d7068702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/fleetbase/fleetbase-php)[![Coverage Status](https://camo.githubusercontent.com/e32c0d4f1472adaa187e9f077895c9ca268b9e40f2b48d0778474e78cf1998c8/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6769746875622f666c656574626173652f666c656574626173652d7068702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/fleetbase/fleetbase-php?branch=master)[![Total Downloads](https://camo.githubusercontent.com/8ac6f80d0f1a063d9042506baa0b03795b14a7d07a62eb1cbce7624d0bb9a4e8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f666c656574626173652f666c656574626173652d7068702e7376673f7374796c653d666c61742d73717561726526636f6c6f72423d6d656469756d76696f6c6574726564)](https://packagist.org/packages/fleetbase/fleetbase-php)

Fleetbase PHP SDK

This project adheres to a [Contributor Code of Conduct](https://github.com/fleetbase/fleetbase-php/blob/master/.github/CODE_OF_CONDUCT.md). By participating in this project and its community, you are expected to uphold this code.

Requirements
------------

[](#requirements)

PHP 7.4 and later.

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

[](#installation)

The preferred method of installation is via [Composer](http://getcomposer.org/). Run the following command to install the package and add it as a requirement to your project's `composer.json`:

```
composer require fleetbase/fleetbase-php
```

Quick Start
-----------

[](#quick-start)

Simple usage looks like:

```
$fleetbase = new \Fleetbase\Sdk\Fleetbase('< api key here >');

$spaceNeedle = $fleetbase->places->create([
    'name' => 'Space Needle',
    'street1' => '400 Broad Street',
    'city' => 'Seattle',
    'state' => 'WA',
    'country' => 'US'
]);
```

Documentation
-------------

[](#documentation)

Check out the [documentation website](https://fleetbase.github.io/fleetbase-php/) for detailed information and code examples.

Contributing
------------

[](#contributing)

Contributions are welcome! Please read [CONTRIBUTING](https://github.com/fleetbase/fleetbase-php/blob/master/.github/CONTRIBUTING.md) for details.

Copyright and License
---------------------

[](#copyright-and-license)

The fleetbase/fleetbase-php library is copyright © [Fleetbase Pte Ltd.](https://fleetbase.io)and licensed for use under the MIT License (MIT). Please see [LICENSE](https://github.com/fleetbase/fleetbase-php/blob/master/LICENSE) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.6% 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 ~47 days

Total

4

Last Release

1454d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9350b92834554a15fb0fff7c7c73750c86a5edd5038e4f0006f8b888a9379b57?d=identicon)[fleetbase](/maintainers/fleetbase)

---

Top Contributors

[![roncodes](https://avatars.githubusercontent.com/u/816371?v=4)](https://github.com/roncodes "roncodes (16 commits)")[![mdniamatullahkhan](https://avatars.githubusercontent.com/u/10704288?v=4)](https://github.com/mdniamatullahkhan "mdniamatullahkhan (5 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![panchalamit](https://avatars.githubusercontent.com/u/95898632?v=4)](https://github.com/panchalamit "panchalamit (1 commits)")

---

Tags

fleetbaselogistics-apiecommerce-apifleetbase-sdkfleetbase-api

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/fleetbase-fleetbase-php/health.svg)

```
[![Health](https://phpackages.com/badges/fleetbase-fleetbase-php/health.svg)](https://phpackages.com/packages/fleetbase-fleetbase-php)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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