entropyphp/kernel

Kernel for Framework EntropyPHP

Installs: 13

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:pg-module

0.1.1 2025-08-24 16:11 UTC

This package is auto-updated.

Last update: 2025-08-24 16:12:23 UTC


README

License: MIT PHP Version Coverage Status Continuous Integration

Entropy Kernel made for EntropyPHP framework designed to help developers build web applications with a clean, maintainable architecture.
It follows PSR standards and incorporates modern PHP practices.

Features

  • Event-driven Architecture: Built around a powerful event system for flexible application flow
  • PSR-7 HTTP Messages: Uses standard HTTP message interfaces
  • PSR-15 Middleware: Supports middleware-based request handling
  • Dependency Injection: Built-in DI container using PHP-DI
  • Parameter Resolution: Automatic resolution of controller parameters
  • Flexible Routing: Route-based controller dispatching
  • Modern PHP: Requires PHP 8.2+

License

This project is licensed under the MIT License - see the LICENSE file for details.