PHPackages                             almesery/laravel-bosta - 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. almesery/laravel-bosta

ActiveLibrary

almesery/laravel-bosta
======================

laravel-bosta

v1.0.0(5y ago)0142MITPHPPHP ^7.4|^8.0

Since Feb 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/almesery/laravel-bosta)[ Packagist](https://packagist.org/packages/almesery/laravel-bosta)[ Docs](https://github.com/almesery/laravel-bosta)[ GitHub Sponsors](https://github.com/almesery)[ RSS](/packages/almesery-laravel-bosta/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

laravel-bosta
=============

[](#laravel-bosta)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3d3eb0ea2c2a28b42f8673575e8b4fd93af757349da331290086264e9b209f8d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c6d65736572792f6c61726176656c2d626f7374612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/almesery/laravel-bosta)[![GitHub Tests Action Status](https://camo.githubusercontent.com/03b2cacdee062ed5e9ca56cc3283c4fde3c4e5924b11c283734f5eef67b13b1b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616c6d65736572792f6c61726176656c2d626f7374612f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/almesery/laravel-bosta/actions?query=workflow%3ATests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/7590b4d1ad6bde03dc78d3afd9257d0b32ea071cd4ef63a59d1b25e180bc1c2a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c6d65736572792f6c61726176656c2d626f7374612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/almesery/laravel-bosta)

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

[](#installation)

You can install the package via composer:

```
composer require almesery/laravel-bosta
```

You can publish and run the migrations with:

You can publish the config file with:

```
php artisan vendor:publish --provider="Almesery\Bosta\BostaServiceProvider" --tag="laravel-bosta-config"
```

This is the contents of the published config file:

```
return [
     'stage' => [
        'bosta_api_key' => env('STAGE_BOSTA_API_KEY', null),
        'base_url' => env('STAGE_BASE_URL', 'https://stg-app.bosta.co'),
    ],
    'production' => [
        'bosta_api_key' => env('PRODUCTION_BOSTA_API_KEY', null),
        'base_url' => env('PRODUCTION_BASE_URL', 'https://app.bosta.co'),
    ],
];
```

Usage
-----

[](#usage)

```
$bosta = new Almesery\Bosta();
echo $bosta->getDeliveries();
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [almesery](https://github.com/almesery)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

1922d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a6b797c49babaf436a3bda6855ac9f3b5d345a32c83f6d1a573933ddb70de788?d=identicon)[almesery](/maintainers/almesery)

---

Top Contributors

[![almesery](https://avatars.githubusercontent.com/u/36532405?v=4)](https://github.com/almesery "almesery (33 commits)")

---

Tags

almeserylaravel-bosta

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/almesery-laravel-bosta/health.svg)

```
[![Health](https://phpackages.com/badges/almesery-laravel-bosta/health.svg)](https://phpackages.com/packages/almesery-laravel-bosta)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[sunchayn/nimbus

A Laravel package providing an in-browser API client with automatic schema generation, live validation, and built-in authentication with a touch of Laravel-tailored magic for effortless API testing.

29428.0k](/packages/sunchayn-nimbus)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[spatie/laravel-mailcoach-sdk

An SDK to easily work with the Mailcoach API in Laravel apps

41290.2k1](/packages/spatie-laravel-mailcoach-sdk)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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