PHPackages                             webmechanicx/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. [API Development](/categories/api)
4. /
5. webmechanicx/streak

ActiveLibrary[API Development](/categories/api)

webmechanicx/streak
===================

Streak PHP SDK

v1.0.0(8y ago)2416.7k1MITPHP

Since Dec 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/webmechanicx/Streak)[ Packagist](https://packagist.org/packages/webmechanicx/streak)[ Docs](https://streak.com/)[ RSS](/packages/webmechanicx-streak/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Streak PHP bindings
===================

[](#streak-php-bindings)

[![Latest Stable Version](https://camo.githubusercontent.com/9a7ab841029b9127e79e9a1cb78f2de24246c15a5a993251078b87acb42ee276/68747470733a2f2f706f7365722e707567782e6f72672f7765626d656368616e6963782f73747265616b2f762f737461626c652e737667)](https://packagist.org/packages/webmechanicx/streak)[![Total Downloads](https://camo.githubusercontent.com/34528869d56b6e2457cf3c13b182cdb016531760247b606a1eeb48abd75fe1cf/68747470733a2f2f706f7365722e707567782e6f72672f7765626d656368616e6963782f73747265616b2f646f776e6c6f6164732e737667)](https://packagist.org/packages/webmechanicx/streak)[![License](https://camo.githubusercontent.com/c6b936941cf9e575993fe0b6969eec8ae0336171c0662946f37cc7c2e89c3c77/68747470733a2f2f706f7365722e707567782e6f72672f7765626d656368616e6963782f73747265616b2f6c6963656e73652e737667)](https://packagist.org/packages/webmechanicx/streak)

Streak
======

[](#streak)

You can sign up for a Streak account at

Requirements
------------

[](#requirements)

PHP 5.3.3 and later.

Composer
--------

[](#composer)

You can install the bindings via [Composer](http://getcomposer.org/). Run the following command:

```
composer require webmechanicx/streak
```

To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/00-intro.md#autoloading):

```
require_once('vendor/autoload.php');
```

Manual Installation
-------------------

[](#manual-installation)

If you do not wish to use Composer, you can download the [latest release](https://github.com/webmechanicx/streak/releases). Then, to use the bindings, include the `init.php` file.

```
require_once('/path/to/streak/init.php');
```

Dependencies
------------

[](#dependencies)

The bindings require the following extension in order to work properly:

- [`curl`](https://secure.php.net/manual/en/book.curl.php), although you can use your own non-cURL client if you prefer
- [`json`](https://secure.php.net/manual/en/book.json.php)
- [`mbstring`](https://secure.php.net/manual/en/book.mbstring.php) (Multibyte String)

Getting Started
---------------

[](#getting-started)

Simple usage looks like:

```
\Streak\Streak::setApiKey('');

$pipeline = new \Streak\StreakPipeline;

$params	 = array(
			'name' => 'Foo',
			'description' => 'Bar'
			);

$data = $pipeline->createPipeline($params);

print_r( json_decode($data) );
```

More Examples
-------------

[](#more-examples)

you can download [Examples](https://github.com/webmechanicx/Streak/tree/master/examples) available with this package and getting started.

Documentation
-------------

[](#documentation)

Please see [docs](https://streak.readme.io/docs/getting-started) for up-to-date documentation.

This Streak Client Supports both endpoints are [v1](https://www.streak.com/api/v1) and [v2](https://www.streak.com/api/v2)
--------------------------------------------------------------------------------------------------------------------------

[](#this-streak-client-supports-both-endpoints-are-v1-and-v2)

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% 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

3110d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7023876?v=4)[Farhadur Rahim](/maintainers/webmechanicx)[@webmechanicx](https://github.com/webmechanicx)

---

Top Contributors

[![webmechanicx](https://avatars.githubusercontent.com/u/7023876?v=4)](https://github.com/webmechanicx "webmechanicx (30 commits)")[![kamrankb](https://avatars.githubusercontent.com/u/26010244?v=4)](https://github.com/kamrankb "kamrankb (3 commits)")

---

Tags

streak-apistreak-crm-apistreak-phpstreakcrmapistreakstreak crmstreak api

### Embed Badge

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

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

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.5k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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