PHPackages                             team-mate-pro/infra-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. team-mate-pro/infra-bundle

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

team-mate-pro/infra-bundle
==========================

Infrastructure verification bundle for Symfony applications

1.5.0(2w ago)03.1k↑1289.3%MITPHPPHP &gt;=8.2

Since Feb 25Pushed 2w agoCompare

[ Source](https://github.com/team-mate-pro/infra-bundle)[ Packagist](https://packagist.org/packages/team-mate-pro/infra-bundle)[ RSS](/packages/team-mate-pro-infra-bundle/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (28)Versions (13)Used By (0)

TeamMatePro InfraBundle
=======================

[](#teammatepro-infrabundle)

**Version:** 1.4.0 **Type:** symfony-bundle

Infrastructure verification bundle for Symfony applications. Provides a base command for verifying server configuration before deployment.

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

[](#installation)

```
composer require team-mate-pro/infra-bundle:^1.0
```

Configuration
-------------

[](#configuration)

Register the bundle in `config/bundles.php`:

```
return [
    // ...
    TeamMatePro\InfraBundle\TeamMateProInfraBundle::class => ['all' => true],
];
```

Usage
-----

[](#usage)

Create a verification command by extending `AbstractInfraVerifyCommand`:

```
