PHPackages                             hafael/owa-laravel-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. hafael/owa-laravel-client

ActivePackage[HTTP &amp; Networking](/categories/http)

hafael/owa-laravel-client
=========================

Laravel 5.3+ integration for the Open Web Analytics PHP REST Client package.

v0.1.0(7y ago)1281BSD-3-ClausePHPPHP &gt;=5.6.4

Since Mar 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/hafael/owa-laravel-client)[ Packagist](https://packagist.org/packages/hafael/owa-laravel-client)[ Docs](https://github.com/hafael/owa-laravel-client)[ RSS](/packages/hafael-owa-laravel-client/feed)WikiDiscussions master Synced 2d ago

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

Open Web Analytics PHP REST Client for Laravel 5.3+
===================================================

[](#open-web-analytics-php-rest-client-for-laravel-53)

=================

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

[](#installation)

[PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.3+, and [Composer](https://getcomposer.org) are required.

Run the composer require command from your terminal:

```
$ composer require hafael/owa-laravel-client
```

Open \[LaravelRoot\]/config/app.php and register the required service provider **above** your application providers.

```
'providers' => [
    /*
     * Application Service Providers...
     */
    ...
    Hafael\OpenWebAnalytics\Laravel\OpenWebAnalyticsServiceProvider::class,
],
```

If you prefer, add the facade

```
'aliases' => [

    ...
    'OpenWebAnalytics' => Hafael\OpenWebAnalytics\Laravel\Facades\OpenWebAnalytics::class,
],
```

License
-------

[](#license)

BSD-3-Clause

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

2657d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/39ad3b7c146b7ff339338b2a19ff424f1d677a9ade97faa89f8d8eb19f1439cb?d=identicon)[hafael](/maintainers/hafael)

---

Top Contributors

[![hafael](https://avatars.githubusercontent.com/u/571130?v=4)](https://github.com/hafael "hafael (1 commits)")

---

Tags

phpapiclientweblaravelrestopenanalyticsopen-sourceopen-web-analytics

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hafael-owa-laravel-client/health.svg)

```
[![Health](https://phpackages.com/badges/hafael-owa-laravel-client/health.svg)](https://phpackages.com/packages/hafael-owa-laravel-client)
```

###  Alternatives

[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[rap2hpoutre/jacky

Opinionated REST JSON HTTP API client for laravel

174.4k](/packages/rap2hpoutre-jacky)[laragear/api-manager

Manage multiple REST servers to make requests in few lines and fluently.

162.0k](/packages/laragear-api-manager)[cybercog/laravel-youtrack-sdk

Laravel wrapper for PHP YouTrack SDK.

201.0k](/packages/cybercog-laravel-youtrack-sdk)

PHPackages © 2026

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