PHPackages                             kcahir/tweetcompare - 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. kcahir/tweetcompare

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

kcahir/tweetcompare
===================

08CSS

Since Apr 19Pushed 12y ago1 watchersCompare

[ Source](https://github.com/kcahir/tweetcompare)[ Packagist](https://packagist.org/packages/kcahir/tweetcompare)[ RSS](/packages/kcahir-tweetcompare/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Tweetcompare
============

[](#tweetcompare)

Compare user tweet statistics in Laravel 4

You need to create a Twitter application and create your access token in the [developer console](https://dev.twitter.com/).

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

[](#installation)

You can start with `composer create-project laravel/laravel --prefer-dist` to [install laravel](http://laravel.com/docs/installation/).

Add `kcahir/tweetcompare` to `composer.json`.

```
"kcahir/tweetcompare": "dev-master"

```

Run `composer update` to pull down the latest version of Tweetcompare.

Now open up `app/config/app.php` and add the service provider to your `providers` array.

```
'providers' => array(
	'Kcahir\Tweetcompare\TweetcompareServiceProvider',
    'Toin0u\Geotools\GeotoolsServiceProvider',
    'Thujohn\Twitter\TwitterServiceProvider',
)

```

Now add the alias.

```
'aliases' => array(
    'Twitter' => 'Thujohn\Twitter\TwitterFacade',
    'Geotools' => 'Toin0u\Geotools\GeotoolsFacade',
)

```

Run `php artisan dump-autoload`

Assets
------

[](#assets)

Run `php artisan asset:publish kcahir/tweetcompare`

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

[](#configuration)

Run `php artisan config:publish thujohn/twitter` and modify the config file at `app/config/packages/thujohn/twitter/config.php` with your own information.

Final Step
----------

[](#final-step)

Go to `app/routes.php` and remove the default route shown.

Now navigate to the `public/` directory in your browser.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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/0767e09cd24f8e0ac66343a9e770aa836debca05c5739bd9661016882b6e5cc0?d=identicon)[kcahir](/maintainers/kcahir)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/kcahir-tweetcompare/health.svg)

```
[![Health](https://phpackages.com/badges/kcahir-tweetcompare/health.svg)](https://phpackages.com/packages/kcahir-tweetcompare)
```

###  Alternatives

[ptrofimov/matchmaker

Ultra-fresh PHP matching functions

27167.7k](/packages/ptrofimov-matchmaker)

PHPackages © 2026

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