Skip to content

Commit

Permalink
Docs: removed old bridges info
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Jul 27, 2023
1 parent b8b5843 commit 1a9de10
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/bridges.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@

# Bridges

## czproject/phpcli

If you use `czproject/phpcli` you can use next prepared commands:

```php
$integration = new Inlm\SchemaGenerator\LeanMapperBridge\LeanMapperIntegration(...);
$application = new CzProject\PhpCli\Application\Application;
$application->addCommand(new Inlm\SchemaGenerator\Bridges\PhpCli\CreateMigrationCommand($integration));
$application->addCommand(new Inlm\SchemaGenerator\Bridges\PhpCli\DiffCommand($integration));
$application->addCommand(new Inlm\SchemaGenerator\Bridges\PhpCli\UpdateDatabaseCommand($integration));
$application->addCommand(new Inlm\SchemaGenerator\Bridges\PhpCli\InitFromDatabaseCommand($integration));
```


## [LeanMapper](https://leanmapper.com/)

Expand Down

0 comments on commit 1a9de10

Please sign in to comment.