laravel-doctrine / extensions
Doctrine extensions for Laravel
Installs: 2 558 619
Dependents: 24
Suggesters: 7
Security: 0
Stars: 48
Watchers: 8
Forks: 24
Open Issues: 2
Requires
- php: ^8.2
- illuminate/auth: ^10.0 || ^11.0
- illuminate/config: ^10.0 || ^11.0
- illuminate/contracts: ^10.0 || ^11.0
- illuminate/http: ^10.0 || ^11.0
- illuminate/support: ^10.0 || ^11.0
- laravel-doctrine/orm: ^3.0
Requires (Dev)
- beberlei/doctrineextensions: ^1.5
- doctrine/coding-standard: ^12.0
- gedmo/doctrine-extensions: ^3.17
- laravel/framework: ^10.0 || ^11.0
- mockery/mockery: ^1.6
- orchestra/testbench: ^9.5
- php-parallel-lint/php-parallel-lint: ^1.4
- phpstan/phpstan: ^1.12
- phpunit/phpunit: ^11.4
Suggests
- beberlei/doctrineextensions: Query/Type Doctrine2 extensions (^1.0)
- gedmo/doctrine-extensions: Behavioral Doctrine2 extensions
This package is auto-updated.
Last update: 2024-12-01 00:13:21 UTC
README
Laravel Doctrine Extensions
Behavioral and Query/Type Extensions for Laravel Doctrine
Installation
Via composer:
composer require laravel-doctrine/extensions
Documentation
Full documentation at https://laravel-doctrine-extensions.readthedocs.io or in the docs directory.
Provides
Gedmo Extensions
- Blameable
- IpTraceable
- Loggable
- Sluggable
- SoftDeletes
- Sortable
- Timestamps
- Translatable
- Tree
- Uploadable
Beberlei Extensions
- Custom datetime functions
- Custom numeric functions
- Custom string functions
License
See LICENSE.