PHPackages                             fernet/doctrine - 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. [Framework](/categories/framework)
4. /
5. fernet/doctrine

AbandonedArchivedLibrary[Framework](/categories/framework)

fernet/doctrine
===============

Doctrine plugin for the Fernet framework

v0.3.3(5y ago)0731MITPHP

Since Jan 30Pushed 5y agoCompare

[ Source](https://github.com/fernet-ws/doctrine-plugin)[ Packagist](https://packagist.org/packages/fernet/doctrine)[ RSS](/packages/fernet-doctrine/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (7)Used By (1)

DoctrineFernet
==============

[](#doctrinefernet)

Doctrine plugin for the Fernet framework

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

[](#configuration)

Add the configuration to your .env:

```
DB_DRIVER="pdo_sql"
DB_USER="root"
DB_PASSWORD="your-password"
DB_NAME="my-database"
```

If you set up the plugin manually don't forget to add **"fernet/doctrine"** to the plugins.json file.

Usage
-----

[](#usage)

Add your entities classes in the **src\\Entity** folder with the **App\\Entity** namespace.

```
