PHPackages                             bland-industries/timing-api - 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. bland-industries/timing-api

ActiveLibrary

bland-industries/timing-api
===========================

Laravel Package to connect to the Timing App API

0.0.1(2y ago)08[4 PRs](https://github.com/bland-industries/timing-api/pulls)MITPHPPHP ^8.2CI passing

Since May 1Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/bland-industries/timing-api)[ Packagist](https://packagist.org/packages/bland-industries/timing-api)[ Docs](https://github.com/bland-industries/timing-api)[ GitHub Sponsors]()[ RSS](/packages/bland-industries-timing-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (13)Versions (6)Used By (0)

Laravel Package to connect to the Timing App API
================================================

[](#laravel-package-to-connect-to-the-timing-app-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0c9a808b3e143751b2e98edfd46b8abb051be3e50d98f2d72b67b17cc4c609f3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626c616e642d696e64757374726965732f74696d696e672d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bland-industries/timing-api)[![GitHub Tests Action Status](https://camo.githubusercontent.com/38d2e05e060b1c69db5bf38a07ad9baa778f6f1ca4857c0f80959d4c2c965fd4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f626c616e642d696e64757374726965732f74696d696e672d6170692f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/bland-industries/timing-api/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/9ac0439bd43185eca35ef5d88161f1f4121fc7f397e85da64dbd944761c94f5d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f626c616e642d696e64757374726965732f74696d696e672d6170692f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/bland-industries/timing-api/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/b2b9a422e02dafbcf0348b3321eaa5b1df405c4773bf13a6615afc32c270e61d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626c616e642d696e64757374726965732f74696d696e672d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bland-industries/timing-api)

Package to connect to the [Timing App API](https://web.timingapp.com/docs/)

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

[](#installation)

You can install the package via composer:

```
composer require bland-industries/timing-api
```

You can publish the config file with:

```
php artisan vendor:publish --tag="timing-api-config"
```

This is the contents of the published config file:

```
return [
    "max_batch_size"    => 50, // the max batch size Mixpanel will accept is 50,
    "max_queue_size"    => 1000, // the max num of items to hold in memory before flushing
    "debug"             => false, // enable/disable debug mode
    "host"              => "https://web.timingapp.com", // the host name for api calls
    "use_ssl"           => true, // use ssl when available
    "error_callback"    => null, // callback to use on consumption failures
    "version"           => "v1", // default api version
    "token"             => env('TIMING_API_TOKEN') // api token
];
```

Usage
-----

[](#usage)

```
$timingApi = new BlandIndustries\TimingApi();
echo $timingApi->echoPhrase('Hello, BlandIndustries!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Thomas Verstraete](https://github.com/)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance60

Regular maintenance activity

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

746d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a44eb014ae8e81b0288d66b34f5ab64fab7021043a4b6535d1b97ede542d0b2?d=identicon)[Bland Industries](/maintainers/Bland%20Industries)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")[![bland-industries](https://avatars.githubusercontent.com/u/2641574?v=4)](https://github.com/bland-industries "bland-industries (5 commits)")[![thomasv-teamddm](https://avatars.githubusercontent.com/u/13333978?v=4)](https://github.com/thomasv-teamddm "thomasv-teamddm (4 commits)")

---

Tags

laravelBland Industriestiming-api

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/bland-industries-timing-api/health.svg)

```
[![Health](https://phpackages.com/badges/bland-industries-timing-api/health.svg)](https://phpackages.com/packages/bland-industries-timing-api)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[sunchayn/nimbus

A Laravel package providing an in-browser API client with automatic schema generation, live validation, and built-in authentication with a touch of Laravel-tailored magic for effortless API testing.

29428.0k](/packages/sunchayn-nimbus)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[spatie/laravel-mailcoach-sdk

An SDK to easily work with the Mailcoach API in Laravel apps

41290.2k1](/packages/spatie-laravel-mailcoach-sdk)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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