PHPackages                             jobsity/php-tick - 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. jobsity/php-tick

ActiveLibrary[API Development](/categories/api)

jobsity/php-tick
================

A PHP client for Tickspot API v2

1.0.0(10y ago)24381[2 issues](https://github.com/Jobsity/php-tick/issues)MITPHPPHP &gt;=5.5.0

Since Nov 18Pushed 9y ago15 watchersCompare

[ Source](https://github.com/Jobsity/php-tick)[ Packagist](https://packagist.org/packages/jobsity/php-tick)[ RSS](/packages/jobsity-php-tick/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

PHP Tick
========

[](#php-tick)

A PHP client for Tickspot API. Currently supports v2 of the API.

[![Latest Stable Version](https://camo.githubusercontent.com/055e97af9aa53f458f55d36c13aba58fb9796ebfb0ef8d1162b6f27304c44143/68747470733a2f2f706f7365722e707567782e6f72672f6a6f62736974792f7068702d7469636b2f762f737461626c65)](https://packagist.org/packages/jobsity/php-tick)[![Total Downloads](https://camo.githubusercontent.com/5199b1be38f2c02b67f133ace45aff9961b77434acab3398896d55e18b3b4218/68747470733a2f2f706f7365722e707567782e6f72672f6a6f62736974792f7068702d7469636b2f646f776e6c6f616473)](https://packagist.org/packages/jobsity/php-tick)[![Latest Unstable Version](https://camo.githubusercontent.com/b6a17fe666e1e4fc36ac72c127da7a80b73b47b8e7c751ac28d4afda5f17570c/68747470733a2f2f706f7365722e707567782e6f72672f6a6f62736974792f7068702d7469636b2f762f756e737461626c65)](https://packagist.org/packages/jobsity/php-tick)[![License](https://camo.githubusercontent.com/9c8068f0e35bf218e548eef2a767d64dcc523d56d2d8d59a5cce0c7603cbd2fe/68747470733a2f2f706f7365722e707567782e6f72672f6a6f62736974792f7068702d7469636b2f6c6963656e7365)](https://packagist.org/packages/jobsity/php-tick)

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

[](#requirements)

- PHP `>= 5.5.0`
- guzzlehttp/guzzle `^6.0`
- mefworks/log `^1.0`

### Development Requirements

[](#development-requirements)

- phpunit/phpunit `^4.6.0`

\##Available endpoints

- Entry
- Task
- Project

How to use
----------

[](#how-to-use)

\###Credentials Get your access token and subscription ID from [Tickspot](https://www.tickspot.com/users)

\###API calls

All calls to Tickspot's API are made over HTTPS protocol.

\###Example

```
// Make sure you require autoload file somewhere
require_once "../vendor/autoload.php";

use Jobsity\PhpTick\Tick;

// Get instance of Tick client
$tick = Tick::getInstance($subscriptionId, $accessToken, 'CompanyName', 'company@email.com');

// Start using the api

// Get entries created after 2015-11-14
$tick->entry->getList('2015-11-14');

// Get entry by its id
$tick->entry->get($entryId);

// Create entry with required parameters: hours, date, notes and task which entry belongs
$tick->entry->create(5, '2015-11-14', 'notes', '687756');

// Update entry atributes, with entry id as first parameter and hours as parameter for update
$tick->entry->update('56565', 3);

// Delete entry by its id
$tick->entry->delete($entryId);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

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

3830d ago

### Community

Maintainers

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

---

Top Contributors

[![cambraca](https://avatars.githubusercontent.com/u/340178?v=4)](https://github.com/cambraca "cambraca (1 commits)")[![jltorresm](https://avatars.githubusercontent.com/u/6088146?v=4)](https://github.com/jltorresm "jltorresm (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jobsity-php-tick/health.svg)

```
[![Health](https://phpackages.com/badges/jobsity-php-tick/health.svg)](https://phpackages.com/packages/jobsity-php-tick)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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