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

AbandonedArchivedProject

saxulum/saxulum
===============

saxulum a silex skeleton, very symfony2 like

1362[1 issues](https://github.com/saxulum-legacy/saxulum/issues)PHP

Since Apr 20Pushed 8y agoCompare

[ Source](https://github.com/saxulum-legacy/saxulum)[ Packagist](https://packagist.org/packages/saxulum/saxulum)[ RSS](/packages/saxulum-saxulum/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

saxulum
=======

[](#saxulum)

What is saxulum?
----------------

[](#what-is-saxulum)

Saxulum is a Symfony2 like advanced Silex skeleton, every saxulum provider runs on Silex itself.

Why saxulum?
------------

[](#why-saxulum)

Symfony2 as a fullstack framework is a great work of each contributor. There are great documentations to use it. As a new developer, inexperienced developer, or one never learned pattern like mvc it could be very hard to understand how fullstack frameworks like Symfony2 work, those parts you can't learn with existing documentation, for example the internals of the caching. On the other side, there is Silex, a great microframework, much easier to learn, but without conventions, far away from a fullstack framework. Thats the reason, why i @dominikzogg started with saxulum, for those who like conventions, but prefere something more easy to learn.

What makes saxulum beginner friendly?
-------------------------------------

[](#what-makes-saxulum-beginner-friendly)

Saxulum uses all built-in service providers from [Silex](http://silex.sensiolabs.org/documentation), which means that Saxulum preconfigure the use of [Twig](http://silex.sensiolabs.org/doc/providers/twig.html)with integration for the [Urlgenerator](http://silex.sensiolabs.org/doc/providers/url_generator.html), the [Form](http://silex.sensiolabs.org/doc/providers/form.html) component and the [Translator](http://silex.sensiolabs.org/doc/providers/translation.html). Thirdparty Silex providers as [Doctrine Registry](https://github.com/dominikzogg/doctrine-orm-manager-registry-provider) fully integrate the [Doctrine ORM](http://www.doctrine-project.org/projects/orm.html). So you can start with the orm without additional configuration. With the [Assetic](https://github.com/kriswallsmith/assetic) integration, which searchs for stylesheet and javascript blocks within the templates makes it as easy as possible to use Saxulum.

Howto
-----

[](#howto)

Create a new project:

```
composer create-project saxulum/saxulum myproject --stability="dev"

```

Dump assets:

```
./app/console assetic:dump
./app/console assetic:dump --env=prod

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/55048de83ca5e5d8c67164a19c78edcaad413b0c1a4ae10d92edf8d77bedd90f?d=identicon)[dominikzogg](/maintainers/dominikzogg)

---

Top Contributors

[![dominikzogg](https://avatars.githubusercontent.com/u/1011217?v=4)](https://github.com/dominikzogg "dominikzogg (91 commits)")

### Embed Badge

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

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

PHPackages © 2026

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