You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2023. It is now read-only.
This extension adds the following types to Doctrine:
Class Name
Description
From version
BitWeb\DoctrineExtension\Type\FileType
Adds the ability to save files. Filename is saved to database and file itself to filesystem.
1.0.0
BitWeb\DoctrineExtension\Entity\SoftDeletable
Adds the ability to "softly" delete data from database. The row itself is not deleted from database, but SoftDeletable::onDelete() function is called to mark the entity deleted.
1.0.0
The following listeners are added:
Class Name
Description
From version
BitWeb\DoctrineExtension\Listener\IpListener
Automatically adds IP address to the specified column.