https://github.com/phenixphp/phenix
Application skeleton of Phenix framework
https://github.com/phenixphp/phenix
amphp async concurrency framework php
Last synced: 8 days ago
JSON representation
Application skeleton of Phenix framework
- Host: GitHub
- URL: https://github.com/phenixphp/phenix
- Owner: phenixphp
- License: mit
- Created: 2022-09-11T03:15:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-22T23:10:41.000Z (5 months ago)
- Last Synced: 2025-08-23T01:26:28.986Z (5 months ago)
- Topics: amphp, async, concurrency, framework, php
- Language: PHP
- Homepage: https://phenix.omarbarbosa.com/
- Size: 571 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Phenix framework
[](https://github.com/phenixphp/phenix/actions/workflows/run-tests.yml)

Phenix is a web framework built on pure PHP, without external extensions, based on the [Amphp](https://amphp.org/) ecosystem, which provides non-blocking operations, asynchronism and parallel code execution natively. It runs in the PHP SAPI CLI and on its own server, it is simply powerful.
## Learning Phenix
You can learn about Phenix in the official [documentation](https://phenix.omarbarbosa.com) and discover the power of asynchronous and concurrent applications in native PHP.
## Security Vulnerabilities
If you discover a security vulnerability within Phenix, please send an e-mail to Omar Barbosa via [contacto@omarbarbosa.com](mailto:contacto@omarbarbosa.com). All security vulnerabilities will be promptly addressed.
## License
The Phenix framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).