PHPackages                             tipsyphp/tipsy - 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. [Framework](/categories/framework)
4. /
5. tipsyphp/tipsy

ActiveLibrary[Framework](/categories/framework)

tipsyphp/tipsy
==============

An MVW PHP framework

v0.11.12(11y ago)602.4k11[26 issues](https://github.com/tipsyphp/tipsy/issues)4MITPHPPHP &gt;=5.5.0

Since Jul 24Pushed 10mo ago11 watchersCompare

[ Source](https://github.com/tipsyphp/tipsy)[ Packagist](https://packagist.org/packages/tipsyphp/tipsy)[ RSS](/packages/tipsyphp-tipsy/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (2)Versions (37)Used By (4)

[![](https://camo.githubusercontent.com/25dbfdae41520636e9f90be36d6f7f5b46554fce2419219ab41a84687db30f25/687474703a2f2f74697073792e6c612f696d616765732f636f636b7461696c2e706e67)](https://camo.githubusercontent.com/25dbfdae41520636e9f90be36d6f7f5b46554fce2419219ab41a84687db30f25/687474703a2f2f74697073792e6c612f696d616765732f636f636b7461696c2e706e67)

[![](https://camo.githubusercontent.com/c75546c063614335919d155352d2be30497a72671c78325768bbb513cf398d9b/687474703a2f2f74697073792e6c612f696d616765732f6c6f676f2e706e67)](https://camo.githubusercontent.com/c75546c063614335919d155352d2be30497a72671c78325768bbb513cf398d9b/687474703a2f2f74697073792e6c612f696d616765732f6c6f676f2e706e67)

Tipsy is an MVW (Model, View, Whatever) PHP micro framework inspired by [AngularJS](https://angularjs.org/). It provides a very lightweight, easy to use interface for websites, rest apis, and dependency injection.

[![Latest Stable Version](https://camo.githubusercontent.com/29d4bc1a2c41da74a4b9010f0c49bec111b5fcc0eee9a22a07220c1a1417b389/68747470733a2f2f706f7365722e707567782e6f72672f74697073797068702f74697073792f762f737461626c65)](https://packagist.org/packages/tipsyphp/tipsy)[![Build Status](https://camo.githubusercontent.com/14f8a1051f47178f79543221e15f8b3c6d8ac5c9303cc1e6e9504543f5d4d996/68747470733a2f2f7472617669732d63692e6f72672f74697073797068702f74697073792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tipsyphp/tipsy)[![Coverage Status](https://camo.githubusercontent.com/4fa281795c2a0ee8212fd09d9d364825e6918b00b2299368e64afa01707e9a7d/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f74697073797068702f74697073792f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/tipsyphp/tipsy?branch=master)[![Slack Status](https://camo.githubusercontent.com/b24e223b50e4e9518f9e8a66febd219ae83b723ab0de56a973e32028fd20a770/68747470733a2f2f74697073792d736c61636b2e6865726f6b756170702e636f6d2f62616467652e737667)](https://tipsy-slack.herokuapp.com/)

---

### Example Usage

[](#example-usage)

See [Examples](https://github.com/tipsyphp/tipsy/wiki/Examples) for more detailed examples. See [Documentation](https://github.com/tipsyphp/tipsy/wiki) for more information.

###### index.php

[](#indexphp)

```
$app->home(function($View) {
    $View->display('index', [user => 'crystal']);
});
```

###### index.phtml

[](#indexphtml)

```
Hello
```

---

### Installation

[](#installation)

To install using composer use the command below. For additional installation information see [Installation](https://github.com/tipsyphp/tipsy/wiki/Installation).

```
composer require tipsyphp/tipsy
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 97.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

Every ~0 days

Total

33

Last Release

4360d ago

PHP version history (2 changes)v0.10.0PHP &gt;=5.4.0

v0.11.10PHP &gt;=5.5.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/990b8995ccfc51741731417f6fa178f2c12a239ae6633626f28f7546c91cc8cd?d=identicon)[arzynik](/maintainers/arzynik)

---

Top Contributors

[![spacedevin](https://avatars.githubusercontent.com/u/27974?v=4)](https://github.com/spacedevin "spacedevin (286 commits)")[![arzynik](https://avatars.githubusercontent.com/u/79332287?v=4)](https://github.com/arzynik "arzynik (5 commits)")[![fripas](https://avatars.githubusercontent.com/u/3308849?v=4)](https://github.com/fripas "fripas (1 commits)")

---

Tags

phpframeworkmvcmvw

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tipsyphp-tipsy/health.svg)

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

###  Alternatives

[mirekmarek/php-jet

PHP Jet is modern, powerful, real-life proven, really fast and secure, small and light-weight framework for PHP8 with great clean and flexible modular architecture containing awesome developing tools. No magic, just clean software engineering.

241.3k](/packages/mirekmarek-php-jet)

PHPackages © 2026

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