PHPackages                             survos/ciine-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. survos/ciine-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

survos/ciine-bundle
===================

Symfony tools for asciinema.org

2.18.18(1w ago)0141MITPHPPHP ^8.5

Since Oct 13Pushed 1w agoCompare

[ Source](https://github.com/survos/ciine-bundle)[ Packagist](https://packagist.org/packages/survos/ciine-bundle)[ GitHub Sponsors](https://github.com/kbond)[ RSS](/packages/survos-ciine-bundle/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (193)Versions (209)Used By (0)

CiineBundle
===========

[](#ciinebundle)

Symfony Bundle that provides some utilities for using asciinema 3.0 to create asciiCasts (aka ciineCasts)

Install asciinema
=================

[](#install-asciinema)

```
wget -qO- https://raw.githubusercontent.com/survos/ciine-bundle/main/install-asciinema.sh | bash
```

This installs the asciinema binary as `/usr/local/bin/ciine` and writes `~/.config/asciinema/config.toml` with input capture enabled and recorded idle pauses capped at `0.2` seconds, which ciine needs for tutorial generation. The installer runs as your user and uses `sudo` only for the binary install.

To install it somewhere else:

```
wget -qO- https://raw.githubusercontent.com/survos/ciine-bundle/main/install-asciinema.sh | INSTALL_DIR=~/.local/bin TARGET_NAME=ciine bash
```

Install the bundle
==================

[](#install-the-bundle)

```
composer require survos/ciine-bundle
```

Configure .bashrc
=================

[](#configure-bashrc)

The easiest way to use this bundle is to pre-configure a few commands. You can also run everything manually, but it's a bit of a pain to track the files.

```
rec() { asciinema rec "casts/${PWD##*/}/$(date +%s).cast" --title="$1"; }

```

Usage
=====

[](#usage)

Start the recorder.

```
rec "Create the User Entity"
bin/console make:user
```

end with -D.

There are some special commands during the recording process.

```
composer req easyadmin
bin/console make:crud:dashboard
bin/console debug:route easyadmin
bin/console ciine:screenshot /admin
bin/console ciine:copy .env.local
```

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance98

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity73

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

Recently: every ~13 days

Total

208

Last Release

12d ago

PHP version history (2 changes)2.0.20PHP ^8.4

2.8.0PHP ^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/21b39551f92ed4143772c622f9e571589c5a72c96ab3c53fe67489ce0d83e806?d=identicon)[tacman1123](/maintainers/tacman1123)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/survos-ciine-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M777](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M430](/packages/easycorp-easyadmin-bundle)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.9M535](/packages/pimcore-pimcore)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M236](/packages/sulu-sulu)[chameleon-system/chameleon-base

The Chameleon System core.

1029.4k6](/packages/chameleon-system-chameleon-base)[contao/core-bundle

Contao Open Source CMS

1301.7M3.1k](/packages/contao-core-bundle)

PHPackages © 2026

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