PHPackages                             evemarket/eve-market-details-laravel-bridge - 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. [Framework](/categories/framework)
4. /
5. evemarket/eve-market-details-laravel-bridge

ActiveLibrary[Framework](/categories/framework)

evemarket/eve-market-details-laravel-bridge
===========================================

This is a bridge between the Eve Online Public Crest and the Laravel Framework.

0.0.7(10y ago)142MITPHPPHP &gt;=5.6.0

Since Mar 11Pushed 10y agoCompare

[ Source](https://github.com/AdamKyle/Eve-Public-Crest-Laravel-Bridge-Extension)[ Packagist](https://packagist.org/packages/evemarket/eve-market-details-laravel-bridge)[ Docs](http://adambalan.com/)[ RSS](/packages/evemarket-eve-market-details-laravel-bridge/feed)WikiDiscussions master Synced today

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

Eve Online Public Crest Laravel Bridge
======================================

[](#eve-online-public-crest-laravel-bridge)

This small library is a bridge between the [Eve Public Crest PHP Library](https://github.com/AdamKyle/EvePublicCrest) and the [Laravel Framework](https://laravel.com/). it is the continued efforts of the Eve Public Crest PHP Library.

Installation:
-------------

[](#installation)

`composer require evemarket/eve-market-details-laravel-bridge`

### Set Up

[](#set-up)

Register the provider:

```
    'providers' => [

        ...

        EveOnlineBridge\Service\Provider\EveMarketProvider::class
    ],
```

Register any of the following facades:

```
    'aliases' => [

        ...

        'EvePrices'       => EveOnlineBridge\Service\Facades\PricesFacade::class,
        'EveRegions'      => EveOnlineBridge\Service\Facades\RegionsFacade::class,
        'EveMarketGroups' => EveOnlineBridge\Service\Facades\MarketGroupsFacade::class,
        'EveItemDetails'  => EveOnlineBridge\Service\Facades\DetailsFacade::class,
        'EveRegionOrders' => EveOnlineBridge\Service\Facades\OrderFacade::class,
        'EveMarketTypes'  => EveOnlineBridge\Service\Facades\TypesFacade::class,
        'EveItemHistory'  => EveOnlineBridge\Service\Facades\MarketHistoryFacade::class
    ],
```

Thats it. You are all ready to go. Each of these services maps to a class that can be injected into a controller action or called statically via: `EvePrices::fnName()`.

You can read the [Eve Online Public Crest README](https://github.com/AdamKyle/EvePublicCrest) to learn more about the library.

Where are the tests?
--------------------

[](#where-are-the-tests)

Please see the [Eve Online Public Crest](https://github.com/AdamKyle/EvePublicCrest) for tests of the actual library.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

7

Last Release

3765d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/188563?v=4)[AdamBalan](/maintainers/AdamKyle)[@AdamKyle](https://github.com/AdamKyle)

---

Top Contributors

[![AdamKyle](https://avatars.githubusercontent.com/u/188563?v=4)](https://github.com/AdamKyle "AdamKyle (8 commits)")

---

Tags

httpapiframeworklaraveleveonlinefetching

### Embed Badge

![Health badge](/badges/evemarket-eve-market-details-laravel-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/evemarket-eve-market-details-laravel-bridge/health.svg)](https://phpackages.com/packages/evemarket-eve-market-details-laravel-bridge)
```

###  Alternatives

[nutgram/nutgram

The Telegram bot library that doesn't drive you nuts

737290.3k8](/packages/nutgram-nutgram)[lanin/laravel-api-debugger

Easily debug your JSON API.

2371.8M1](/packages/lanin-laravel-api-debugger)[laravel-lang/common

Easily connect the necessary language packs to the application

1593.8M34](/packages/laravel-lang-common)[lanin/laravel-api-exceptions

All in one solution for exception for JSON REST APIs on Laravel and Lumen.

40104.3k](/packages/lanin-laravel-api-exceptions)

PHPackages © 2026

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