https://github.com/phenixphp/framework
Phenix framework core
https://github.com/phenixphp/framework
amphp api async framework php
Last synced: 5 days ago
JSON representation
Phenix framework core
- Host: GitHub
- URL: https://github.com/phenixphp/framework
- Owner: phenixphp
- License: mit
- Created: 2023-10-02T19:39:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-26T00:03:01.000Z (13 days ago)
- Last Synced: 2026-03-26T21:55:00.815Z (12 days ago)
- Topics: amphp, api, async, framework, php
- Language: PHP
- Homepage: https://phenixphp.com/
- Size: 1.27 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Phenix framework
[](https://github.com/phenixphp/framework/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.
> **Note:** This repository contains the core code of the Phenix framework. If you want to build a web application using Phenix, visit the [application skeleton](https://github.com/phenixphp/phenix) repository.
## 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).
## Credits
- [Amphp team](https://amphp.org/)
- [Laravel team](https://laravel.com/)