PHPackages                             jhuddle/framework - 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. jhuddle/framework

ActiveLibrary[Framework](/categories/framework)

jhuddle/framework
=================

Ultra-minimal PHP framework

v0.1.2(11mo ago)29MIT-0PHPPHP &gt;=8.1

Since Oct 25Pushed 11mo ago1 watchersCompare

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

READMEChangelog (3)DependenciesVersions (4)Used By (0)

framework
=========

[](#framework)

*Requires PHP 8.1.0 or later*

Ultra-minimal PHP, erm, framework.

**Oh no, not another one...**

Fair point - but this one is *really* small and super useful, promise.

**How small?**

Just under 10 kB. You'll hardly know it's there.

**Go on then. How do I get started?**

Let's start at the very beginning; a very good place to start. From your project root folder:

- Install it with [Composer](https://getcomposer.org/):

    ```
    composer require jhuddle/framework
    ```
- Then, by way of example, create the following files:

    `templates/layout.php`

    ```
    >

    ```

    `templates/partials/list.php`

    ```

    ```

    `public/index.php`

    ```
