PHPackages                             intonate/tinker-zero - 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. [CLI &amp; Console](/categories/cli)
4. /
5. intonate/tinker-zero

ActiveLibrary[CLI &amp; Console](/categories/cli)

intonate/tinker-zero
====================

Use laravel/tinker on your laravel-zero applications

v1.2.0(5y ago)4965.2k↑34.7%5[1 issues](https://github.com/intonate/tinker-zero/issues)16MITPHPPHP ^7.2.5|^8.0CI failing

Since Nov 11Pushed 2y ago3 watchersCompare

[ Source](https://github.com/intonate/tinker-zero)[ Packagist](https://packagist.org/packages/intonate/tinker-zero)[ Docs](https://github.com/laravel/tinker#readme)[ RSS](/packages/intonate-tinker-zero/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (16)

[![Logo Tinker Zero](/logo.svg "Tinker Zero")](/logo.svg)

 [![PHPUnit](https://github.com/intonate/tinker-zero/workflows/PHPUnit/badge.svg)](https://github.com/intonate/tinker-zero/actions/workflows/phpunit.yml?query=workflow:PHPUnit) [![StyleCI](https://camo.githubusercontent.com/a01230e49637c699eda0199780c182227dc2b268a2b8cee197b8f9372a4bbf9d/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3131303332323730302f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/110322700) [![Total Downloads](https://camo.githubusercontent.com/f29f4669be00d43c770cedf46a0eeedeafbc6923833ee974e6d024b846507a69/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e746f6e6174652f74696e6b65722d7a65726f2e737667)](https://packagist.org/packages/intonate/tinker-zero) [![Latest Stable Version](https://camo.githubusercontent.com/cf820ee67fa32b8e99655c4169b3a8525c652e9d4982fa3ae320d2cee15039c1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e746f6e6174652f74696e6b65722d7a65726f2e7376673f6c6162656c3d737461626c65)](https://packagist.org/packages/intonate/tinker-zero) [![License](https://camo.githubusercontent.com/8d25446e815443d7e5c297a97a1ee0614cd2d8c28533f37964290274583b7f6d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696e746f6e6174652f74696e6b65722d7a65726f2e737667)](https://packagist.org/packages/intonate/tinker-zero)

This is a *community project* and not an official Laravel or Laravel Zero package

Introduction
------------

[](#introduction)

**Tinker Zero** is a bridge that allows using [Laravel Tinker](https://github.com/laravel/tinker) in your [Laravel Zero](http://laravel-zero.com) applications.

Laravel Zero was created by Nuno [Nuno Maduro](https://github.com/nunomaduro) and [Owen Voke](https://github.com/owenvoke), and is a micro-framework that provides an elegant starting point for your console application. It's a customized version of Laravel optimized for building command-line applications.

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

[](#installation)

- To get started install it using composer:

```
composer require intonate/tinker-zero
```

- Then add `TinkerZeroServiceProvider` to your `config/app.php` file:

```
'providers' => [
    App\Providers\AppServiceProvider::class,
++  Intonate\TinkerZero\TinkerZeroServiceProvider::class,
],
```

Usage
-----

[](#usage)

Tinker Zero provides you with all the power of [Laravel Tinker](https://github.com/laravel/tinker).

```
php application tinker

# Custom application name
php application app:rename movies
php movies tinker
```

Credits
-------

[](#credits)

- [Jorge González](https://github.com/scrubmx)
- [All Contributors](../../contributors)

License
-------

[](#license)

Tinker Zero is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity43

Moderate usage in the ecosystem

Community25

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

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

Every ~607 days

Total

3

Last Release

1918d ago

PHP version history (3 changes)1.0.0PHP &gt;=7.0.0

v1.1.0PHP ^7.2.5

v1.2.0PHP ^7.2.5|^8.0

### Community

Maintainers

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

---

Top Contributors

[![scrubmx](https://avatars.githubusercontent.com/u/2574295?v=4)](https://github.com/scrubmx "scrubmx (27 commits)")[![owenvoke](https://avatars.githubusercontent.com/u/1899334?v=4)](https://github.com/owenvoke "owenvoke (2 commits)")[![nunomaduro](https://avatars.githubusercontent.com/u/5457236?v=4)](https://github.com/nunomaduro "nunomaduro (1 commits)")

---

Tags

cliconsolelaravellaravel-packageslaravel-zerophppsyshrepltinkerlaravelREPLpsyshTinkerlaravel-zerotinker-zero

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/intonate-tinker-zero/health.svg)

```
[![Health](https://phpackages.com/badges/intonate-tinker-zero/health.svg)](https://phpackages.com/packages/intonate-tinker-zero)
```

###  Alternatives

[laravel/tinker

Powerful REPL for the Laravel framework.

7.4k445.0M2.2k](/packages/laravel-tinker)[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16357.3k8](/packages/nunomaduro-laravel-console-dusk)[ramsey/composer-repl

A REPL for PHP built into Composer.

105115.7k25](/packages/ramsey-composer-repl)[gokure/hyperf-tinker

A Powerful REPL for the Hyperf framework.

1522.7k](/packages/gokure-hyperf-tinker)

PHPackages © 2026

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