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

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

abdallahmohammed/laravel-bosta
==============================

laravel-bosta

04PHP

Since Jul 31Pushed 2y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#laravel-bosta)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fdd33b97dcab259a117f07642e88318f69f31868fa6e756caaca44fc20467568/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616264616c6c61686d6f68616d6d65642f6c61726176656c2d626f7374612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/abdallahmohammed/laravel-bosta)[![GitHub Tests Action Status](https://camo.githubusercontent.com/44eb69c9a874553e6e333f65a9f31da414a961b04beeeae202cab367b97447a4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616264616c6c61686d6f68616d6d65642f6c61726176656c2d626f7374612f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/abdallahmohammed/laravel-bosta/actions?query=workflow%3ATests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/760ddc4306a9cbbd88ef6eb9730ff314428b0cc7aca78ac8fd962a05a01ba30d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616264616c6c61686d6f68616d6d65642f6c61726176656c2d626f7374612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/abdallahmohammed/laravel-bosta)

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

[](#installation)

You can install the package via composer:

```
composer require abdallahmohammed/laravel-bosta
```

You can publish and run the migrations with:

You can publish the config file with:

```
php artisan vendor:publish --provider="LaravelBosta\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 LaravelBosta();
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)
- [AbdallahMohammed](https://github.com/AbdallaMohammed)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 94.3% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/528edaaf4cec2c4872feecfe766beb012b234e9479334fa3cdf216d7b180fca9?d=identicon)[AbdullahMohamedRezk](/maintainers/AbdullahMohamedRezk)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[koala-framework/file-watcher

Library for watching for file system changes

1339.2k1](/packages/koala-framework-file-watcher)[rekurzia/slovak-holidays

Simple PHP library/helper for getting Slovak holidays

114.0k](/packages/rekurzia-slovak-holidays)

PHPackages © 2026

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