Laravel 10 – 13
PHP 8.2+
Low commit activity in last 18 months
A long-lived project that still receives updates
Doctrine extensions for Laravel
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

beberlei/doctrineextensions
^1.5
doctrine/coding-standard
^12.0
gedmo/doctrine-extensions
^3.17
^10.0 || ^11.0 || ^12.0 || ^13.0
mockery/mockery
^1.6
php-parallel-lint/php-parallel-lint
^1.4
phpstan/phpstan
^1.12 || ^2.1
phpunit/phpunit
^11.4
^9.5 || ^10.0 || ^11.0

Runtime

^10.0 || ^11.0 || ^12.0 || ^13.0
^10.0 || ^11.0 || ^12.0 || ^13.0
^10.0 || ^11.0 || ^12.0 || ^13.0
^10.0 || ^11.0 || ^12.0 || ^13.0
^10.0 || ^11.0 || ^12.0 || ^13.0
 Project Readme

Laravel Doctrine Extensions

Build Status Code coverage PHPStan Documentation Packagist downloads

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.