PHPackages                             xvize/streak - 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. xvize/streak

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

xvize/streak
============

Laravel library for streak CRM

1.0.0(11y ago)017BSDPHPPHP &gt;=5.3.2

Since May 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Xvize/Streak)[ Packagist](https://packagist.org/packages/xvize/streak)[ Docs](http://github.com/fkeulen/streak)[ RSS](/packages/xvize-streak/feed)WikiDiscussions master Synced 1mo ago

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

Streak
======

[](#streak)

Streak CRM Laravel API

```
"require": {
	"xvize/streak": "dev-master"
}

```

Next, update `config/streak.php` with your Streak API key. You are better off using Laravel env file to store you key.

```
	'api_key' => env('STREAK_KEY')
```

Now you are ready to register the service provider and facade if you wish `config/app.php`.

```
	'providers' => [
		......
		'Xvize\Streak\StreakServiceProvider'
	],

	'aliases' => [
		......
		'Streak'  => 'Xvize\Streak\StreakFacade'
	]
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

4023d ago

### Community

Maintainers

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

---

Top Contributors

[![Frankisgek](https://avatars.githubusercontent.com/u/487218?v=4)](https://github.com/Frankisgek "Frankisgek (18 commits)")

---

Tags

streak

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/xvize-streak/health.svg)

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

###  Alternatives

[tzfrs/googlesitemapparser

Google Sitemap is a Sitemap standard that is supported by Ask.com, Google, YAHOO and MSN Search. This library can read in such Sitemaps and parse all urls from them.

143.3k](/packages/tzfrs-googlesitemapparser)[abhi1693/yii2-sms

Send Free Sms for Yii2

171.9k](/packages/abhi1693-yii2-sms)

PHPackages © 2026

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