Download the PHP package th3mouk/materialized-view-bundle without Composer

On this page you can find all versions of the php package th3mouk/materialized-view-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package materialized-view-bundle

th3mouk/materialized-view-bundle

Symfony integration for th3mouk/materialized-view — manage PostgreSQL materialized views declaratively, with first-class support for booting the same views across many databases/connections.

The bundle adds, on top of the framework-agnostic core: autoconfiguration of your view definitions, console commands (matview:*), the locked deploy lane (drop --if-pending → migrate → sync in one process), async refresh dispatching, and read-only ORM guards.

Why a separate bundle

The core is intentionally framework-free (DBAL only). Everything Symfony-specific — DI, attributes, commands, Messenger, the Doctrine Migrations lane — lives here so the core can be reused and tested in isolation, and so neither package strands the other on a framework upgrade.

Installation

Requirements: PHP ≥ 8.4, Symfony ≥ 8.0, Doctrine DBAL ≥ 4.4, DoctrineBundle, PostgreSQL (12+). For the deploy lane, DoctrineMigrationsBundle; for async refresh, Symfony Messenger with a shared transport.

60-second setup (Symfony)

  1. Register the bundle (Flex usually does this) in config/bundles.php:

  2. Declare a view — a .sql file plus an attributed PHP class (auto-discovered, no interface):

  3. Wire the deploy lane (per database) — see boot lane:

Documentation

Tier Audience Start here
Getting started Users — wire it into Symfony fast docs/getting-started.md
Guide Users — commands, config, boot lane, async, templates docs/guide/
Internals Maintainers — design & Symfony/Doctrine references docs/internals/

Core concepts (definitions, rebuilds, refresh, locking, hashing, ORM) are documented in the native library docs. This bundle's docs cover the Symfony surface and link back.

Compatibility

This bundle PHP Symfony DoctrineBundle Migrations (optional) Core
^1.0 ≥ 8.4 ^8.0 ^2.13 ^4.0 th3mouk/materialized-view:^1.0

License

NOTICE.

If you use or redistribute this package, keep the NOTICE attribution — crediting Jérémy Marodon (th3mouk) and naming this library in your product's documentation or credits. Please contribute upstream rather than maintaining a public fork.


All versions of materialized-view-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=8.4
th3mouk/materialized-view Version ^1.3
symfony/framework-bundle Version ^8.0
symfony/console Version ^8.0
symfony/config Version ^8.0
symfony/dependency-injection Version ^8.0
symfony/filesystem Version ^8.0
symfony/http-kernel Version ^8.0
doctrine/dbal Version ^4.4
doctrine/doctrine-bundle Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package th3mouk/materialized-view-bundle contains the following files

Loading the files please wait ...