PHPackages                             ascetic-soft/rowcast-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. [Database &amp; ORM](/categories/database)
4. /
5. ascetic-soft/rowcast-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

ascetic-soft/rowcast-bundle
===========================

Symfony bundle integration for Rowcast and RowcastSchema

v1.1.11(1mo ago)053MITPHPPHP &gt;=8.4

Since Mar 6Pushed 1mo agoCompare

[ Source](https://github.com/ascetic-soft/RowcastBundle)[ Packagist](https://packagist.org/packages/ascetic-soft/rowcast-bundle)[ RSS](/packages/ascetic-soft-rowcast-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (25)Versions (15)Used By (0)

RowcastBundle
=============

[](#rowcastbundle)

Symfony bundle for integrating:

- `ascetic-soft/rowcast` (Connection + DataMapper)
- `ascetic-soft/rowcast-schema` (optional schema/migration services + console commands)

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

[](#requirements)

- PHP `>=8.4`
- Symfony components:
    - `symfony/config`
    - `symfony/dependency-injection`
    - `symfony/http-kernel`
- Optional:
    - `ascetic-soft/rowcast-schema`
    - `symfony/console`
    - `ascetic-soft/rowcast-profiler` (+ `symfony/framework-bundle` for the profiler panel)

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

[](#installation)

```
composer require ascetic-soft/rowcast-bundle
```

**Monorepo / contributing:** if `ascetic-soft/rowcast-profiler` is not on Packagist yet, add a path repository in `composer.json` (see this repo’s `RowcastBundle/composer.json`) so `^1.0` resolves to the sibling `RowcastProfiler` directory. Remove the path repository after the profiler is published.

If Symfony Flex does not auto-register the bundle, add it manually to `config/bundles.php`:

```
