PHPackages                             xervice/xervice - 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. xervice/xervice

ActiveLibrary[Framework](/categories/framework)

xervice/xervice
===============

2019.04(7y ago)14MITPHPPHP &gt;=7.1.0

Since Aug 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/xervice/xervice)[ Packagist](https://packagist.org/packages/xervice/xervice)[ RSS](/packages/xervice-xervice/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (16)Versions (3)Used By (0)

Xervice
=======

[](#xervice)

[![Build Status](https://camo.githubusercontent.com/3d53ae300c09e98d048bcbf1b345c5f2e82307a64ea366d55e639ac836450fad/68747470733a2f2f7472617669732d63692e6f72672f786572766963652f786572766963652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/xervice/xervice)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d651042b07237c3ae93415fcb059097902537ef7399712bc583d5438cdfb60f6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f786572766963652f786572766963652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/xervice/xervice/?branch=master)

Description
-----------

[](#description)

That's a default xervice application.

- Session are stores in redis
- Events goes to RabbitMQ
- Logs goes to RabbitMQ
- PostgreSql is configured
- Default indexController in Application
- Preconfigured kernel
- Public-Directory with simple index.php
- Exception-Handling
    - Without debug it will save exceptions in the log-queue in RabbitMQ
    - With debug exceptions will be displayed in your browser
- Development module for generating autocomplete
- Preconfigured console command
- Webpack frontend with bootstrap
    - Search automatically for scss and js files in your theme folder
- Atomic design
    - You can add atoms, molecules, organisms and templates to your module theme folder and reuse them in your pages.
        - Directory structure:
            - Presentation
                - Theme
                    - atomic
                        - atoms
                        - molecules
                        - organisms
                    - templates
                    - pages
        - Example in Application/Presentation/Theme

Installation
------------

[](#installation)

```
composer create-project xervice/xervice myXerviceApplication [version]

```

Configuration
-------------

[](#configuration)

***Define new routes***src/App/Application/Plugins/Routing/Routing.php

***Define new twig paths***src/App/Application/Plugins/Twig/PathLoader.php

***Configuration***You can change your configuration in the config-files. For default it will take your config\_production.php for system specifig configs. You should save your password into the config\_local.php file (example config\_local.dist.php).

Using
-----

[](#using)

- Install Redis
- Install RabbitMq
- Install PostgreSql
- Install nginx
- Change configs
- Test local with php
    - php -S localhost:8000 -t public/
- Run Application in your browser

***Install***

```
composer install
npm install

```

***Generate frontend***

```
npm run build

```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~252 days

Total

2

Last Release

2635d ago

Major Versions

1.0.0 → 2019.042019-04-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ba15174c6a847524e2118ff1b34670252159fa2bee234292381e090e3f1b3a1?d=identicon)[mibexx](/maintainers/mibexx)

---

Top Contributors

[![mibexx](https://avatars.githubusercontent.com/u/12134020?v=4)](https://github.com/mibexx "mibexx (21 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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