Search by

pixelfix / framework

neenerai

PixelFix PHP Framework

Package info

github.com/neenerai/framework

pkg:composer/pixelfix/framework

Statistics

Installs: 12

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.1 2026-09-25 21:55 UTC

This package is auto-updated.

Last update: 2026-09-25 23:53:48 UTC


README

PixelFix is a PHP MVC framework for building web applications.

Requirements

  • PHP 8.2+
  • Composer

Installation

composer require pixelfix/framework

Application creation

New applications are distributed separately through pixelfix/application.

composer create-project pixelfix/application my-app
cd my-app
cp .env.example .env
php pixel

Development

Install framework development dependencies:

composer install

Run the framework test suite:

composer test

The framework contains the application stubs used by the PixelFix application generator.