PHPackages                             jekxyl/jekxyl - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jekxyl/jekxyl

ActiveBin[Utility &amp; Helpers](/categories/utility)

jekxyl/jekxyl
=============

Static website generator using the XYL language.

1.0.1(10y ago)2261[2 issues](https://github.com/jekxyl/jekxyl/issues)BSD-3-ClausePHP

Since Apr 20Pushed 10y ago2 watchersCompare

[ Source](https://github.com/jekxyl/jekxyl)[ Packagist](https://packagist.org/packages/jekxyl/jekxyl)[ Docs](https://github.com/jekxyl/jekxyl)[ RSS](/packages/jekxyl-jekxyl/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (9)Versions (5)Used By (0)

Jekxyl
======

[](#jekxyl)

Jekxyl is a static website generator written with the XYL language.

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

[](#installation)

With [Composer](http://getcomposer.org/), you need to require [`jekxyl/jekxyl`](https://packagist.org/packages/jekxyl/jekxyl):

```
$ composer global require jekxyl/jekxyl
```

This command will install —by default— Jekxyl in your home. Once the `bin/jekxyl` script in the `PATH`, we will be able to run:

```
$ jekxyl
```

### Basic usage

[](#basic-usage)

First of all, to ease the start of the Web application, one will use the `jekxyl new` command, which expects a directory name to be provided:

```
$ jekxyl new MyProject
```

Now we are going to see how to compile these files into a static Web application, with the help of the `jekxyl compile` command, which expects a source and a destination (respectively the `Source` and the `Dist` directories in this particular example):

```
$ jekxyl compile --source MyProject/Source --destination MyProject/Destination
```

*Et voilà*, a nice `MyProject/Dist/index.html` has been created. Because all links are absolute, to watch the Web application with all the comfort, one might use the `jekxyl serve` command to start an HTTP server. This command expects at least a root (default is `.`):

```
$ jekxyl serve --root MyProject/Dist/
Server is listening MyProject/Dist on 127.0.0.1:8888
```

Thus, open `127.0.0.1:8888` in your favorite browser and see your first Web application with Jekxyl!

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~0 days

Total

2

Last Release

3703d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/946104?v=4)[Ivan Enderlin](/maintainers/Hywan)[@Hywan](https://github.com/Hywan)

---

Top Contributors

[![Hywan](https://avatars.githubusercontent.com/u/946104?v=4)](https://github.com/Hywan "Hywan (14 commits)")

---

Tags

generatorstaticwebsitexyl

### Embed Badge

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

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

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k116.2M677](/packages/symfony-maker-bundle)[composer/satis

Simple Repository Generator

3.3k1.4M19](/packages/composer-satis)[simplesoftwareio/simple-qrcode

Simple QrCode is a QR code generator made for Laravel.

2.9k29.5M106](/packages/simplesoftwareio-simple-qrcode)[sculpin/sculpin

Static Site Generator

1.5k104.4k12](/packages/sculpin-sculpin)[norberttech/static-content-generator-bundle

Generate static html pages from your symfony application

374.1k](/packages/norberttech-static-content-generator-bundle)

PHPackages © 2026

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