Search by

antimonial / framework

lamonega

A PHP MVC framework where what you read is what runs.

Package info

github.com/antimonial/framework

Type:framework

pkg:composer/antimonial/framework

Statistics

Installs: 6

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.21.0 2026-07-21 15:25 UTC

README

Antimonial Framework

Build status Latest stable version PHP version PHPStan level max Code style License

About Antimonial

Note: This repository contains the core code of the Antimonial framework. If you want to build an application using Antimonial, visit the main Antimonial application repository.

Antimonial is a minimal, explicit, and dependency-free PHP MVC framework. It is built under the philosophy that what you read is what runs — providing modern web primitives without magical reflection, hidden containers, or vendor baggage.

Antimonial takes the complexity out of PHP development while keeping the execution lifecycle linear, transparent, and completely typed:

Learning Antimonial

Antimonial is designed to be learned in an afternoon. To get started:

Contributing

Thank you for considering contributing to the Antimonial framework! You can contribute by opening an issue or submitting a pull request.

Before submitting code, please ensure all quality checks pass:

# Run test suite
composer test

# Run static analysis
composer analyse

# Check code formatting
composer lint

Security vulnerabilities

If you discover a security vulnerability within Antimonial, please create a security advisory on GitHub or contact the maintainers. All vulnerabilities will be addressed promptly.

License

The Antimonial framework is open-sourced software licensed under the MIT license.