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

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

betreuteszocken/cs-map-bundle
=============================

Provides methods to detect and categorize maps within you counter strike installation folder.

018PHP

Since Dec 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Betreuteszocken/CsMapBundle)[ Packagist](https://packagist.org/packages/betreuteszocken/cs-map-bundle)[ RSS](/packages/betreuteszocken-cs-map-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

CounterStrike Map Bundle
------------------------

[](#counterstrike-map-bundle)

[![Release](https://camo.githubusercontent.com/66f51e58dd5f95ffb212ed832b4c9589c2b673d3f8aa9dc8408b3e2df252d108/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f52656c656173652d302e302e302d626c75652e7376673f7374796c653d666c6174)](https://github.com/Betreuteszocken/CsMapBundle/releases/tag/0.0.0)[![Packagist](https://camo.githubusercontent.com/99a37d653dc5c7f9608c032f6658856fdd011fa3348e22d07b4e55719b289606/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5061636b61676973742d302e302e302d626c75652e7376673f7374796c653d666c6174)](https://packagist.org/packages/betreuteszocken/cs-map-bundle)[![LICENSE](https://camo.githubusercontent.com/59497bc4563dd468e37bbf539439e60cacf196f537f678b721a8efabf21c64ef/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](LICENSE)[![Symfony](https://camo.githubusercontent.com/3f091c0a8248ff81983403818d087c23710ef6ea411f6881daca3501994bf097/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796d666f6e792d254532253839254135332d7265642e7376673f7374796c653d666c6174)](https://symfony.com/)[![Doctrine DBAL](https://camo.githubusercontent.com/feff38400bb46ca0fb7f43645c753f0344b1de255bf46c74d47abdb70ed5e02d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f637472696e655f4442414c2d254532253839254135322e352d7265642e7376673f7374796c653d666c6174)](https://github.com/doctrine/dbal)

TODO

### Table of Contents

[](#table-of-contents)

- [Integration](#integration)
    - [Install via Composer](#install-via-composer)
    - [Add Bundle to Symfony Application](#add-bundle-to-symfony-application)
    - [Configure](#add-bundle-to-symfony-application)

### Integration

[](#integration)

#### Install via Composer

[](#install-via-composer)

```
composer require betreuteszocken/cs-map-bundle "dev-master"
```

#### Add Bundle to Symfony Application

[](#add-bundle-to-symfony-application)

##### Add the `Betreuteszocken\CsMapBundle` to `app/AppKernel.php`

[](#add-the-betreuteszockencsmapbundle-to-appappkernelphp)

```
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        return [
            // [...]
            new Betreuteszocken\CsMapBundle\CsMapBundle(),
        ];
    }

    // [...]
}
```

#### Configure

[](#configure)

##### Add Configuration

[](#add-configuration)

Via the `config.yml`

```
cs_maps:
    path: "/home/user/.steam/steam/steamapps/common/csgo/maps"
    categories:
        - {name: "aim_*",     regex: '^aim_'}
        - {name: "cs_*",      regex: '^cs_'}
        - {name: "de_*",      regex: '^de_'}
        - {name: "fy_*",      regex: '^fy_'}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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/53d7b96b1c455fca0c2900a162ddfe96df516c81f20db1847d88be9f0345e425?d=identicon)[prokki](/maintainers/prokki)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/betreuteszocken-cs-map-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/betreuteszocken-cs-map-bundle/health.svg)](https://phpackages.com/packages/betreuteszocken-cs-map-bundle)
```

PHPackages © 2026

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