PHPackages                             gendoria/sami-one-page-theme - 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. [Templating &amp; Views](/categories/templating)
4. /
5. gendoria/sami-one-page-theme

ActiveSami-theme[Templating &amp; Views](/categories/templating)

gendoria/sami-one-page-theme
============================

Sami theme for one page documentation.

1.0.1(9y ago)16.6kLGPL-3.0HTML

Since Jun 5Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Gendoria/sami-one-page-theme)[ Packagist](https://packagist.org/packages/gendoria/sami-one-page-theme)[ RSS](/packages/gendoria-sami-one-page-theme/feed)WikiDiscussions master Synced 2d ago

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

Sami one page template
======================

[](#sami-one-page-template)

Sami template for one page documentation.

Library created in cooperation with [Hypermedia Poland](https://hypermedia.pl/), part of [Dentsu Aegis Network](https://www.dentsuaegisnetwork.pl/).

Usage
-----

[](#usage)

```
use Sami\Sami;
use Sami\Version\GitVersionCollection;
use Symfony\Component\Finder\Finder;

$iterator = Finder::create()
    ->files()
    ->name('*.php')
    ->exclude('Resources')
    ->exclude('Tests')
    ->in($dir = '/path/to/symfony/src')
;

$versions = GitVersionCollection::create($dir)
    ->addFromTags('v2.0.*')
    ->add('2.0', '2.0 branch')
    ->add('master', 'master branch')
;

return new Sami($iterator, array(
    'theme'                => 'gendoria-one-page',
    'versions'             => $versions,
    'title'                => 'Symfony2 API',
    'build_dir'            => __DIR__.'/../build/sf2/%version%',
    'cache_dir'            => __DIR__.'/../cache/sf2/%version%',
    // use a custom theme directory (this works if you install your dependencies in vendor/ folder)
    'template_dirs'        => array(__DIR__.'/vendor/gendoria/sami-one-page-theme'),
    'default_opened_level' => 2,
));
```

Requirements
------------

[](#requirements)

- PHP &gt;= 7.0
- [Sami](http://sami.sensiolabs.org/) &gt;= 4.0.0

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

[](#installation)

Via [Composer](http://getcomposer.org/):

```
$ composer require "gendoria/sami-one-page-theme=~1.0"

```

License
-------

[](#license)

This library is available under the [GNU LESSER GENERAL PUBLIC LICENSE 3.0](LICENSE).

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

3316d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0295f054c19f793a2107980d5dffc75dda33e308f5c54b6d58d83de0b5ca1792?d=identicon)[TiS](/maintainers/TiS)

---

Top Contributors

[![TiS](https://avatars.githubusercontent.com/u/233690?v=4)](https://github.com/TiS "TiS (1 commits)")

---

Tags

templatethemesami

### Embed Badge

![Health badge](/badges/gendoria-sami-one-page-theme/health.svg)

```
[![Health](https://phpackages.com/badges/gendoria-sami-one-page-theme/health.svg)](https://phpackages.com/packages/gendoria-sami-one-page-theme)
```

###  Alternatives

[almasaeed2010/adminlte

AdminLTE - admin control panel and dashboard that's based on Bootstrap 4

45.5k8.9M147](/packages/almasaeed2010-adminlte)[acacha/admin-lte-template-laravel

AdminLTE template applied to Laravel Scaffolding

1.8k389.4k8](/packages/acacha-admin-lte-template-laravel)[secondtruth/startmin

An admin dashboard template for Bootstrap

2715.9k](/packages/secondtruth-startmin)[yiister/yii2-adminlte

yii2-adminlte is a package for yii framework 2 that consists a very popular backend template AdminLTE (based on bootstrap 3).

2940.5k](/packages/yiister-yii2-adminlte)[contao-themes-net/mate-theme-bundle

mate theme bundle for Contao 5

1019.7k1](/packages/contao-themes-net-mate-theme-bundle)

PHPackages © 2026

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