PHPackages                             alk/alk-site-bundle - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. alk/alk-site-bundle

ActiveLibrary[Localization &amp; i18n](/categories/localization)

alk/alk-site-bundle
===================

Videl's Symfony edition, with Translation Bundles

15[2 issues](https://github.com/Videl/ALKWebBundle/issues)JavaScript

Since Apr 28Pushed 13y ago1 watchersCompare

[ Source](https://github.com/Videl/ALKWebBundle)[ Packagist](https://packagist.org/packages/alk/alk-site-bundle)[ RSS](/packages/alk-alk-site-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ALK Web Bundle working under Symfony2 framework
===============================================

[](#alk-web-bundle-working-under-symfony2-framework)

This document contains information on how to install, and start using the Bundle.

What are this Bundle's dependencies ?
-------------------------------------

[](#what-are-this-bundles-dependencies-)

This Bundle should be configured with :

- Symfony2.1
- Soft's DoctrineExtensions Bundle
- A2lix's TranslationBundle

How to install the required Bundles ?
-------------------------------------

[](#how-to-install-the-required-bundles-)

You should read every Bundle's documentation, at least to know how they work. Here's the Composer's script to download the required components, including the Bundles stated higher.

```
{
    "require": {
        "alk/alk-site-bundle": "dev-master"
    }
}

```

How does the menu in this Bundle works ?
----------------------------------------

[](#how-does-the-menu-in-this-bundle-works-)

When inputting a new menu, you can choose a few different things :

- Name : what will be used as headline
- Description : what will be used as the headline's description
- UrlType : basically, whether it's an article, a category or something. Inputting the route's name is much better.
- Url : what will be used as first argument. Only one argument allowed for now.
- Location : where should the link appear on the index page. I choosed 0 as the first horizontal menu right below the nav-bar.
- Priority : Should reflect the order of the menus. Need to implement a sort algorithm before one uses it. (MenuHolderController.php)

TO DO
=====

[](#to-do)

- Gallery system
    - Image upload system and view
    - Galleries consists of one or multiple images
    - View for gallery
    - View for sorting images

Entities
--------

[](#entities)

- Gallery entity
    - Name `string`
    - Description `text`
    - Date `date`
    - Images `image` \[1-N\]
    - Public `bool`
- Image Entity
    - Name `string`
    - Description `text`
    - Date `date`
    - URL `string`

Any ideas ? Enhancements ?
--------------------------

[](#any-ideas--enhancements-)

Feel free to tell me, or fork and pull request me :).

License
-------

[](#license)

The MIT License

Copyright (c) 2013 (Videl, )

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

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/89dc08f126ac6aca32ae0ff362704a8de3c32a14887dff57ab995a11eaa0e320?d=identicon)[Videl](/maintainers/Videl)

---

Top Contributors

[![Videl](https://avatars.githubusercontent.com/u/123554?v=4)](https://github.com/Videl "Videl (59 commits)")

### Embed Badge

![Health badge](/badges/alk-alk-site-bundle/health.svg)

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

###  Alternatives

[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227578.8k13](/packages/lajax-yii2-translate-manager)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)[inpsyde/multilingual-press

Simply THE multisite-based free open source plugin for your multilingual websites.

2414.0k1](/packages/inpsyde-multilingual-press)[statikbe/laravel-chained-translator

The Laravel Chained Translator can combine several translators that can override each others translations.

36149.4k6](/packages/statikbe-laravel-chained-translator)

PHPackages © 2026

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