pneuma/framework

Pneuma is a PHP micro-framework that helps you quickly write simple yet powerful Common Gateway Interface and Command-Line Interface.

5.2.4 2024-01-21 15:18 UTC

README

[

![](https://badgen.net/packagist/v/pneuma/framework/latest)
![](https://badgen.net/packagist/license/pneuma/framework)
![](https://badgen.net/packagist/dt/pneuma/framework)
![](https://badgen.net/packagist/favers/pneuma/framework)

](https://packagist.org/packages/pneuma/framework)

Pneuma is a PHP micro-framework that helps you quickly write simple yet powerful Common Gateway Interface and Command-Line Interface.

Instalation

Composer

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.

composer require pneuma/framework

Please see Composer for more information.

Support