PHPackages                             newtron/app - 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. newtron/app

ActiveProject[Framework](/categories/framework)

newtron/app
===========

PHP framework designed around the principle of complex features with embarrassingly simple code

0.1.5(7mo ago)061MITCSSPHP &gt;=8.3.0

Since Sep 27Pushed 7mo agoCompare

[ Source](https://github.com/newtron-framework/newtron)[ Packagist](https://packagist.org/packages/newtron/app)[ Docs](https://newtron.app)[ RSS](/packages/newtron-app/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

 [ ![newtron](https://raw.githubusercontent.com/newtron-framework/assets/master/newtron-logo.png) ](https://newtron.app)

A fresh Newtron application ready for you to build something amazing.

About Newtron
-------------

[](#about-newtron)

Newtron is a PHP framework built around one core principle: complex features should require embarrassingly simple code. It's built to solve real developer pain points by making common, complex tasks trivially simple.

Current Status
--------------

[](#current-status)

Newtron is currently a work in progress. In it's current state, Newtron can support simple static sites.

### ✅ Phase 1 Complete: Core foundation

[](#-phase-1-complete-core-foundation)

- Application container with dependency injection
- Request/Response abstraction
- Two routing modes (declarative or file-based)
- Middleware pipeline
- Quark, a custom templating engine
- Error handling and logging

### 🚧 Up Next: Developer experience improvements and the signature forms system

[](#-up-next-developer-experience-improvements-and-the-signature-forms-system)

Requirements
------------

[](#requirements)

- PHP 8.3 or higher
- Composer

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

[](#installation)

```
composer create-project newtron/app my-app
```

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

[](#quick-start)

```
// Start a development server
cd public && php -S localhost:8000
```

```
// Create your first page (file-based routing)
// /routes/hello.php
