XenoPHP

Combining the strengths of Laravel, CakePHP, Symfony, and CodeIgniter into a single, powerful backend framework.

        
        user ~ $ php xeno serve

> dev
> php xeno test && npx concurrently --kill-others --raw "php xeno serve --internal" "php xeno socket:serve start"

   PASS  Tests\Unit\HelperTest
  ✓ xeno clean sanitizes string                         0.03s
  ✓ xeno clean handles arrays
  ✓ xeno humanize formats text

   PASS  Tests\Feature\SmokeTest
  ✓ the application returns a successful json response  0.56s

  Tests:    4 passed (19 assertions)
  Duration: 0.89s

Socket.io server running on port 3000
---------------------------------------------- WORKERMAN -----------------------------------------------
Workerman version:4.2.1          PHP version:8.2.12
----------------------------------------------- WORKERS ------------------------------------------------
worker                                          listen                              processes   status
PHPSocketIO                                     socketIO://0.0.0.0:3000             1           [ok]

   INFO  Server running on [http://127.0.0.1:8000].

  Press Ctrl+C to stop the server
      

Hybrid Architecture

Leverages the best components from Laravel, CakePHP, Symfony, and CodeIgniter for maximum flexibility.

High Performance

Optimized execution pipeline with built-in performance monitoring and caching strategies.

Secure by Default

Advanced security features including Honeypot, CSP headers, and Firewall rules out of the box.

Simplified Config

Maintain all your settings in a single config/xeno.yaml file.

API Ready

Built-in traits for standardized API responses and error handling.

Developer Friendly

Intuitive routing, powerful CLI tools, and clean project structure.

Read our documentation for advanced configuration and seeding details

Documentation

Changelog

v1.0

2026
  • Initial Release
  • Hybrid Framework Integration
  • YAML Configuration Support