PHPackages                             arzynik/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. arzynik/tipsy

Abandoned → [https://github.com/tipsyphp/tipsy](/?search=https%3A%2F%2Fgithub.com%2Ftipsyphp%2Ftipsy)Library[Framework](/categories/framework)

arzynik/tipsy
=============

An MVW PHP framework

v0.11.1(11y ago)91.3k1MITPHPPHP &gt;=5.4.0

Since Jul 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/arzynik/tipsy)[ Packagist](https://packagist.org/packages/arzynik/tipsy)[ RSS](/packages/arzynik-tipsy/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (1)Versions (23)Used By (0)

[![](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

34

↑

LowBetter than 77% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

22

Last Release

4313d ago

### 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

frameworkmvcmvc-frameworkmvwmvw-frameworkphpphp-7phpframeworkmvcmvw

### Embed Badge

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

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

###  Alternatives

[tipsyphp/tipsy

An MVW PHP framework

602.4k4](/packages/tipsyphp-tipsy)[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)
