bitweb / doctrine-extension
This package is abandoned and no longer maintained.
No replacement package was suggested.
BitWeb Doctrine Extension.
1.1.0
2017-02-07 12:50 UTC
Requires
- bitweb/stdlib: ~1.1
- doctrine/dbal: ~2.4
- doctrine/orm: ~2.4
- zendframework/zend-filter: ~2.3
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2023-06-21 17:32:31 UTC
README
BitWeb extension for Doctrine ORM.
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. | 1.0.0 |
BitWeb\DoctrineExtension\Listener\UserAgentListener |
Automatically adds user agent data to the specified column. | 1.0.0 |