propelorm/Propel2

View on GitHub
templates/Command/propel.json.dist.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
echo json_encode([
    'propel' => [
        'paths' => [
            'schemaDir' => $schemaDir,
            'phpDir' => $phpDir,
        ],
    ]
], JSON_PRETTY_PRINT);