PHPackages                             tina4stack/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. tina4stack/tina4php

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

tina4stack/tina4php
===================

Tina4 PHP — This is not a 4ramework

v3.9.4(1mo ago)208.8k—4.5%196MITPHPPHP &gt;=8.2CI failing

Since Mar 23Pushed 1mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (19)Versions (350)Used By (6)

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

Tina4 PHP
=========

[](#tina4-php)

### This is not a framework

[](#this-is-not-a-framework)

 Laravel joy. PHP speed. 10x less code. Zero third-party dependencies.

 [![Packagist v3.9.1](https://camo.githubusercontent.com/bb0d48a124a6b1a858681eb139a801d6e4b8dfac9e9e446e27a595ff5d615270/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5061636b61676973742d76332e392e312d376231666132)](https://packagist.org/packages/tina4stack/tina4php) [![Tests](https://camo.githubusercontent.com/0f6f9ec7034753e872df9aabb6c674c38d35fab9876cd38cb1c00bb4d604aa80/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f74657374732d3125324334323125323070617373696e672d627269676874677265656e)](https://camo.githubusercontent.com/0f6f9ec7034753e872df9aabb6c674c38d35fab9876cd38cb1c00bb4d604aa80/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f74657374732d3125324334323125323070617373696e672d627269676874677265656e) [![Features](https://camo.githubusercontent.com/14c2a29e96f85ebbf7156a03c6f6664a055b1b57c6a4acf9343666a146172220/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f66656174757265732d33382d626c7565)](https://camo.githubusercontent.com/14c2a29e96f85ebbf7156a03c6f6664a055b1b57c6a4acf9343666a146172220/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f66656174757265732d33382d626c7565) [![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) • [Getting Started](#getting-started) • [Features](#features) • [CLI Reference](#cli-reference) • [tina4.com](https://tina4.com)

---

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

[](#quick-start)

```
# Install the Tina4 CLI
cargo install tina4  # or download 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. Create project
mkdir my-app && cd my-app
composer require tina4stack/tina4php

# 2. Create entry point
cat > index.php
