PHPackages                             ekhaled/f3-cortex-model-generator - 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. ekhaled/f3-cortex-model-generator

ActiveLibrary[Database &amp; ORM](/categories/database)

ekhaled/f3-cortex-model-generator
=================================

Generates F3 Cortex models by reverse engineering existing database schema

1.8(4y ago)151.1k41MITPHPPHP &gt;=5.3.6

Since Aug 26Pushed 4y ago3 watchersCompare

[ Source](https://github.com/ekhaled/f3-cortex-model-generator)[ Packagist](https://packagist.org/packages/ekhaled/f3-cortex-model-generator)[ Docs](https://github.com/ekhaled/schema-parser-mysql)[ RSS](/packages/ekhaled-f3-cortex-model-generator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (10)Used By (1)

F3 Cortex model generator
=========================

[](#f3-cortex-model-generator)

Generates [F3 Cortex](https://github.com/ikkez/f3-cortex) models by reverse engineering existing database schema.

**Currently only supports MySQL.**

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

[](#installation)

Please add

```
"ekhaled/f3-cortex-model-generator": "1.0"
```

to your composer file.

Usage
-----

[](#usage)

Create an executable PHP file with the following contents

```
#!/usr/bin/env php
