Skip to content
Jakob Tapuć edited this page May 18, 2021 · 16 revisions

Welcome to Empress wiki [WIP]

Empress is a flexible PHP 8 microframework for creating async web applications. Empress applications are run against an embedded instance of http-server which is a non-blocking HTTP application server written in pure PHP powered by amphp/amp.

Core documentation

  1. FAQ
  2. Getting Started
  3. Basic Handlers
  4. Handler Groups
  5. Route Collectors
  6. Context
  7. Filters
  8. Status Mappers
  9. Exception Mappers
  10. Validation
  11. Configuration
  12. Logging
  13. Lifecycle Events

Tutorials

  1. TLS
  2. Static content
  3. Formatting errors
  4. Dependency injection with Injector
  5. Custom validators
  6. Middlewares
  7. Response streaming
  8. Rendering Markdown

Clone this wiki locally