PHPackages                             xenophp/xenophp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. xenophp/xenophp

ActiveProject[Framework](/categories/framework)

xenophp/xenophp
===============

The XenoPHP Framework.

v1.0.0(2mo ago)017↓50%1MITPHPPHP ^8.2CI failing

Since Mar 4Pushed 2mo agoCompare

[ Source](https://github.com/XenoPHP/xenophp)[ Packagist](https://packagist.org/packages/xenophp/xenophp)[ RSS](/packages/xenophp-xenophp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (15)Versions (2)Used By (0)

 [![XenoPHP Framework Logo](https://camo.githubusercontent.com/a5a67056c9e17186cd27115f581af0e4cc5bc84f2c62704128c37b6ea2c85067/68747470733a2f2f696b2e696d6167656b69742e696f2f7346446b6173646a6f3369382f58656e6f5048502f78656e6f2e706e673f7570646174656441743d31373730333830343538323430)](https://camo.githubusercontent.com/a5a67056c9e17186cd27115f581af0e4cc5bc84f2c62704128c37b6ea2c85067/68747470733a2f2f696b2e696d6167656b69742e696f2f7346446b6173646a6f3369382f58656e6f5048502f78656e6f2e706e673f7570646174656441743d31373730333830343538323430)

XenoPHP Framework
=================

[](#xenophp-framework)

**XenoPHP** is a powerful, secure, and robust PHP framework built on top of Laravel, designed for high-performance backend systems. It integrates industry-standard security practices and advanced optimization tools to deliver a premium development experience.

Key Features
------------

[](#key-features)

### Advanced Security "Shield"

[](#advanced-security-shield)

XenoPHP comes with a built-in security suite to protect your application automatically.

- **Honeypot Protection**: Automatically blocks spam bots using smart middleware.
- **Configurable Security Headers**: Manage HSTS, CSP, and X-Frame options directly via `config/xeno.yaml`.
- **Security Status**: Run `php xeno shield:status` to audit your security posture instantly.

### Power &amp; Optimization

[](#power--optimization)

- **One-Command Optimization**: Run `php xeno xeno:optimize` to cache routes, config, and views for maximum production speed.
- **Server Health Check**: Run `php xeno server:check` to validate your server environment (PHP extensions, settings).
- **Power Logging**: Dedicated logging channel (`storage/logs/power.log`) for tracking critical system events and security alerts.

### Robust API Architecture

[](#robust-api-architecture)

- **Standardized Responses**: Built-in `ApiResponse` trait ensures consistent JSON responses (`success`, `message`, `data`).
- **Dedicated Client Routes**: modularized `routes/client.php` for clean separation of concerns.
- **System Health API**: Real-time monitoring endpoints:
    - `GET /api/status`: General service status.
    - `GET /api/health`: Detailed vitals (Disk, Memory, DB connection).
- **Rate Limiting**: Protected API routes to prevent abuse.

### Developer Tools

[](#developer-tools)

- **YAML Configuration**: Use `config/xeno.yaml` for a cleaner configuration experience, similar to Symfony.
- **Global Helpers**:
    - `xeno_clean($data)`: Robust input sanitization.
    - `xeno_config($key)`: Access YAML configs easily.
- **Global Exception Handling**: API errors are automatically rendered as standardized JSON, avoiding HTML stack traces in API responses.

Installation &amp; Setup
------------------------

[](#installation--setup)

```
# Install dependencies
composer install
npm install

# Setup environment
cp .env.example .env
php xeno key:generate

# Run migrations
php xeno migrate

# Start the server
php xeno serve
```

Usage Guide
-----------

[](#usage-guide)

### Security Commands

[](#security-commands)

```
# Check Security Status
php xeno shield:status

# Check Server Requirements
php xeno server:check
```

### Optimization

[](#optimization)

```
# Optimize for Production
php xeno xeno:optimize
```

### Configuration

[](#configuration)

Edit `config/xeno.yaml` to control security settings:

```
security:
  honeypot:
    enabled: true
  headers:
    hsts: "max-age=31536000; includeSubDomains"
```

API Endpoints
-------------

[](#api-endpoints)

MethodEndpointDescriptionGET`/api/status`Check API availabilityGET`/api/health`View system health---

**XenoPHP** - Built for Power, Designed for Security.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance86

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

69d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ec2345acfc80769c685187234855a93fa009f6680cf4db1efd628432ef91a6a?d=identicon)[Asadullah-nadeem](/maintainers/Asadullah-nadeem)

---

Top Contributors

[![Asadullah-nadeem](https://avatars.githubusercontent.com/u/88024587?v=4)](https://github.com/Asadullah-nadeem "Asadullah-nadeem (70 commits)")

---

Tags

frameworkxenophp

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/xenophp-xenophp/health.svg)

```
[![Health](https://phpackages.com/badges/xenophp-xenophp/health.svg)](https://phpackages.com/packages/xenophp-xenophp)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[juzaweb/cms

Juzaweb CMS is a Content Management System (CMS) developed based on Laravel Framework and web platform whose sole purpose is to make your development workflow simple again. Project develop by Juzaweb

187571.2k](/packages/juzaweb-cms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
