pixelfix / framework
PixelFix PHP Framework
v0.1.1
2026-09-25 21:55 UTC
Requires
- php: ^8.2
- nikic/fast-route: ^1.3
- symfony/var-dumper: ^7.1
- twig/twig: ^3.24
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- fakerphp/faker: ^1.24
- phpunit/phpunit: ^11.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.