PHPackages                             andrevanzuydam/tina4php - 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. [Database &amp; ORM](/categories/database)
4. /
5. andrevanzuydam/tina4php

ActiveLibrary[Database &amp; ORM](/categories/database)

andrevanzuydam/tina4php
=======================

Tina4 for PHP — 54 built-in features, zero dependencies

3.12.7(6d ago)272.4k19MITPHPPHP &gt;=8.2CI passing

Since Mar 23Pushed yesterday1 watchersCompare

[ Source](https://github.com/tina4stack/tina4-php)[ Packagist](https://packagist.org/packages/andrevanzuydam/tina4php)[ RSS](/packages/andrevanzuydam-tina4php/feed)WikiDiscussions v3 Synced yesterday

READMEChangelog (10)Dependencies (19)Versions (469)Used By (0)

 [![Tina4](https://camo.githubusercontent.com/165f402c35eb3acc48324c256db1c0a63df0f397471832c46866f2ab835e302b/68747470733a2f2f74696e61342e636f6d2f6c6f676f2e737667)](https://camo.githubusercontent.com/165f402c35eb3acc48324c256db1c0a63df0f397471832c46866f2ab835e302b/68747470733a2f2f74696e61342e636f6d2f6c6f676f2e737667)

Tina4 PHP
=========

[](#tina4-php)

### The Intelligent Native Application 4ramework

[](#the-intelligent-native-application-4ramework)

 55 built-in features. Zero dependencies. One require, everything works.

 [![Packagist](https://camo.githubusercontent.com/a6008898438436ebab1d58c5ddba73b12de3090028515e5119ad0ec7b1e828bc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74696e6134737461636b2f74696e61347068703f636f6c6f723d376231666132266c6162656c3d5061636b6167697374)](https://packagist.org/packages/tina4stack/tina4php) [![Tests](https://camo.githubusercontent.com/0ea0e6cf8c0e7844a39f33c6f0e66ff35f0bea0e22c05cdb839ecacfe4becf45/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f74657374732d3225324330373325323070617373696e672d627269676874677265656e)](https://camo.githubusercontent.com/0ea0e6cf8c0e7844a39f33c6f0e66ff35f0bea0e22c05cdb839ecacfe4becf45/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f74657374732d3225324330373325323070617373696e672d627269676874677265656e) [![Features](https://camo.githubusercontent.com/ddbe08d9dbc861200efae43801d2adfc90ea859c276a75fb19cc277126e1e34a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f66656174757265732d35352d626c7565)](https://camo.githubusercontent.com/ddbe08d9dbc861200efae43801d2adfc90ea859c276a75fb19cc277126e1e34a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f66656174757265732d35352d626c7565) [![Zero Deps](https://camo.githubusercontent.com/aae95fbaa83bc6a3f4597f3a75da45ea46ec236fc324617f0e5a2f15e07fe750/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646570656e64656e636965732d302d627269676874677265656e)](https://camo.githubusercontent.com/aae95fbaa83bc6a3f4597f3a75da45ea46ec236fc324617f0e5a2f15e07fe750/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646570656e64656e636965732d302d627269676874677265656e) [![Docs](https://camo.githubusercontent.com/4b27a5c9fec9a6dafc4f26bc92cd323819405a5659930e83b309e641e8a2f921/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63732d74696e61342e636f6d2d376231666132)](https://tina4.com)

 [Documentation](https://tina4.com) • [Quick Start](#quick-start) • [Features](#whats-built-in-55-features) • [CLI Reference](#cli-reference) • [tina4.com](https://tina4.com)

---

Quick Start
-----------

[](#quick-start)

```
# Install the Tina4 CLI (one-time, cross-language)
cargo install tina4    # or download a binary from https://github.com/tina4stack/tina4/releases

# Create a project
tina4 init php ./my-app

# Run it
cd my-app && tina4 serve
```

Open  -- your app is running.

**Without the Tina4 CLI**```
# 1. Install
composer require tina4stack/tina4php

# 2. Entry point
echo '
