Skip to content
@nixphp

NixPHP

NixPHP – the ultra-light, functional PHP framework for fast microservices and APIs.
  • Germany

NixPHP Logo

Minimal. Extendable. Just what you need.
A lightweight PHP microframework designed to stay out of your way.
As simple as possible, as flexible as necessary.

Framework Docs

Commits Last Commit

Open Issues Open Pull Requests


🔧 What is NixPHP?

NixPHP is a microframework for developers who want full control over their stack.
With only the essentials included, and everything else available via plugins.

It comes with:

  • PSR-based architecture (PSR-3, PSR-4, PSR-7, PSR-11, PSR-18)
  • Minimalist routing and dispatching
  • Plugin system for optional components (views, forms, sessions, DB, etc.)
  • Native PHP approach, no complex abstraction layers

📦 Use what you need. Leave out what you don’t.


🧩 Official Plugins

Plugin Description
nixphp/view Native PHP templating with layout blocks
nixphp/form CSRF protection + form input memory
nixphp/session Session and flash message support
nixphp/database PDO database connection helper
nixphp/orm PDO object mapping for entities
nixphp/i18n Internationalization for your project
nixphp/cli CLI applications and helpers
nixphp/mail Send emails with attachments
...more coming soon... Auth, Firewall, Queuing System, etc.

📚 Documentation

📘 Read the full docs at nixphp.github.io/docs


🚀 Get started

composer create-project nixphp/app my-app

Pinned Loading

  1. framework framework Public

    NixPHP – the ultra-light, functional PHP framework for fast microservices and APIs.

    PHP

  2. app app Public

    Starter Application based on NixPHP for your WebApp with an UI.

    PHP

  3. view view Public

    NixPHP View Plugin for simple templating.

    PHP

  4. form form Public

    NixPHP Form Plugin for handling forms natively.

    PHP

  5. session session Public

    NixPHP Session Plugin to maintain client data across requests.

    PHP

  6. i18n i18n Public

    NixPHP Internationalization Plugin

    PHP

Repositories

Showing 10 of 12 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…