PHPackages                             iqbal-hakim/klout - 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. iqbal-hakim/klout

AbandonedArchivedProject[API Development](/categories/api)

iqbal-hakim/klout
=================

Laravel 5 Implementation of \[KloutAPIv2\]

310[1 issues](https://github.com/iqbalnurhakim/klout-api-laravel/issues)PHP

Since Mar 24Pushed 11y ago1 watchersCompare

[ Source](https://github.com/iqbalnurhakim/klout-api-laravel)[ Packagist](https://packagist.org/packages/iqbal-hakim/klout)[ RSS](/packages/iqbal-hakim-klout/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Klout Api For Laravel 5
==============================

[](#simple-klout-api-for-laravel-5)

Laravel 5 Implementation of [KloutAPIv2](https://github.com/robertholf/KloutAPIv2-PHP)

Install
-------

[](#install)

Via Composer

```
$ composer require iqbal-hakim/klout
```

Add the service provider to `config/app.php` in the `providers` array.

```
'IqbalHakim\Klout\KloutServiceProvider'
```

If you want you can use the [facade](http://laravel.com/docs/facades). Add the reference in `config/app.php` to your aliases array.

```
'Klout' => 'IqbalHakim\Klout\Facades\Klout',
```

Configuration
-------------

[](#configuration)

You'll need to publish the package to start the configuration.

```
php artisan vendor:publish
```

This will create a `config/klout_config.php` file in your app that you can modify to set your configuration. Also, make sure you check for changes to the original config file in this package between releases.

Usage
-----

[](#usage)

```
Klout::KloutIDLookupById(, );

Klout::KloutUserScore();
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/iqbalnurhakim/klout-api-laravel/blob/master/LICENSE) for more information.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/iqbal-hakim-klout/health.svg)

```
[![Health](https://phpackages.com/badges/iqbal-hakim-klout/health.svg)](https://phpackages.com/packages/iqbal-hakim-klout)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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