PHPackages                             vmitchell85/things - 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. vmitchell85/things

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

vmitchell85/things
==================

A Things 3 package for Laravel

00PHP

Since Apr 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vmitchell85/things)[ Packagist](https://packagist.org/packages/vmitchell85/things)[ RSS](/packages/vmitchell85-things/feed)WikiDiscussions main Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

A Things 3 package for Laravel
==============================

[](#a-things-3-package-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/adb22365eb2cf2329545f59a60f25853b8584044c5b54b798a1026d715844350/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f766d69746368656c6c38352f7468696e67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vmitchell85/things)[![GitHub Tests Action Status](https://camo.githubusercontent.com/9cbcd63b4d607e3fb29d8264cec91cf4915f1ffaa1b9dbb3c6fde419ffc8665d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f766d69746368656c6c38352f7468696e67732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/vmitchell85/things/actions?query=workflow%3ATests+branch%3Amaster)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/000e950a86c31189652256b2297998ff51c2a2ae94d6dfcd057e171c9b4785fb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f766d69746368656c6c38352f7468696e67732f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/vmitchell85/things/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/306f51cd94f17e29b2f430adfb3e8482c3103dbd0c2ee9f001bf8d0490847803/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f766d69746368656c6c38352f7468696e67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vmitchell85/things)

This package provides several models for interacting with a Things 3 SQLite database.

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

[](#installation)

You can install the package via composer:

```
composer require vmitchell85/things
```

Add a config settings with the path to your Things 3 SQLite database:

```
THINGS_PATH="/Users/{YOUR_USER_NAME_HERE}/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/Things Database.thingsdatabase/main.sqlite"
```

> **Note:** The path listed above is the default as of this writing. Please replace `{YOUR_USER_NAME_HERE}` with the name of the User folder on your system

Usage
-----

[](#usage)

The following models are available with their available relationships:

- `Vmitchell85\Things\Task::class`
    - `rProjects()` - `Vmitchell85\Things\Project::class`
    - `rArea()` - `Vmitchell85\Things\Area::class`
    - `rChecklistItems()` - `Vmitchell85\Things\ChecklistItem::class`
    - `rTags()` - `Vmitchell85\Things\Tag::class`
- `Vmitchell85\Things\Project::class`
    - `rTasks()` - `Vmitchell85\Things\Task::class`
    - `rArea()` - `Vmitchell85\Things\Area::class`
- `Vmitchell85\Things\Area::class`
    - `rTasks()` - `Vmitchell85\Things\Task::class`
    - `rProjects()` - `Vmitchell85\Things\Project::class`
    - `rTags()` - `Vmitchell85\Things\Tag::class`
- `Vmitchell85\Things\Tag::class`
    - `rTasks()` - `Vmitchell85\Things\Task::class`
    - `rAreas()` - `Vmitchell85\Things\Area::class`
- `Vmitchell85\Things\ChecklistItem::class`
    - `rTask()` - `Vmitchell85\Things\Task::class`

More details can be found in the [Wiki](https://github.com/vmitchell85/things/wiki) (*Work In Progress*)

> **Note:** Tables in the Things 3 database, in some instances, have column names that are the same as the desired relation name. To simplify and attempt to prevent confusion it was decided to prefix all relations with `r`. While this

Testing
-------

[](#testing)

```
composer test
```

Credits
-------

[](#credits)

- [Things 3 CLI](https://github.com/alexanderwillner/things.sh)
- [Vince Mitchell](https://github.com/vmitchell85)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/1248035?v=4)[Vince Mitchell](/maintainers/vmitchell85)[@vmitchell85](https://github.com/vmitchell85)

---

Top Contributors

[![vmitchell85](https://avatars.githubusercontent.com/u/1248035?v=4)](https://github.com/vmitchell85 "vmitchell85 (10 commits)")

### Embed Badge

![Health badge](/badges/vmitchell85-things/health.svg)

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

###  Alternatives

[soluble/japha

Soluble PHP Java bridge integration

7343.5k3](/packages/soluble-japha)

PHPackages © 2026

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