PHPackages                             paket/fram - 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. paket/fram

ActiveLibrary[Framework](/categories/framework)

paket/fram
==========

Minimal view framework

0.8.1(4y ago)181[1 issues](https://github.com/paketphp/fram/issues)MITPHPPHP &gt;=7.2

Since Oct 9Pushed 4y ago2 watchersCompare

[ Source](https://github.com/paketphp/fram)[ Packagist](https://packagist.org/packages/paket/fram)[ Docs](https://github.com/paketphp)[ RSS](/packages/paket-fram/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (3)Versions (10)Used By (0)

Fram
====

[](#fram)

Fram (*Swedish* in front) is a view framework for PHP. Fram's goal is to fit everywhere, new projects, existing projects, side by side with other frameworks, thus Fram is a flexible framework that can fit into many scenarios.

[![](https://github.com/paketphp/fram/workflows/tests/badge.svg)](https://github.com/paketphp/fram/workflows/tests/badge.svg)

Usage
-----

[](#usage)

```
final class HelloWorldView implements HtmlView
{
    public function render(Route $route)
    {
        ?>

            Hello, World!

        Hello, World!
