pneuma/ framework
Pneuma 是一个帮助您快速编写简单而强大的 Common Gateway Interface 和 Command-Line Interface 的 PHP 微型框架。
5.2.4
2024-01-21 15:18 UTC
Requires
- php: >=8.1
- nikic/fast-route: ^1.3
- psr/http-server-middleware: ^1.0
- samy/environment: ^2.0
- samy/psr: ^3.1
- symfony/console: ^6.2
- twig/twig: ^3.5
Requires (Dev)
- phpstan/phpstan: ^1.10
- samy/phpunit: ^1.2
- squizlabs/php_codesniffer: ^3.7
Suggests
- samy/captcha: This is a lean, consistent, and simple way to access Captcha.
- samy/crud: Create, Read, Update, and Delete (CRUD) are the four basic functions that models should be able to do, at most.
- samy/database: This is a lean, consistent, and simple way to access Databases.
- samy/datatables: This is a simple way to interact with DataTables server-side processing.
- samy/email: This is a simple way to interact with email protocols.
- samy/image: Image Processing and Generation.
- samy/restapi: REST is an acronym for REpresentational State Transfer and an architectural style for distributed hypermedia systems.
- samy/select2: This is a simple way to interact with Select2 server-side processing.
- dev-main
- 5.2.4
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.0
- 4.4.1
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.0
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.1
- v2.4.0
- v2.3.0
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2024-09-21 16:43:49 UTC
README
[




](https://packagist.org.cn/packages/pneuma/framework)
Pneuma 是一个帮助您快速编写简单而强大的 Common Gateway Interface 和 Command-Line Interface 的 PHP 微型框架。
安装
Composer
Composer 是 PHP 中的依赖管理工具。它允许您声明项目依赖的库,并为您管理(安装/更新)它们。
composer require pneuma/framework
有关更多信息,请参阅 Composer