Download the PHP package ahmed-bhs/doctrine-doctor without Composer

On this page you can find all versions of the php package ahmed-bhs/doctrine-doctor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package doctrine-doctor

Doctrine Doctor

Runtime Analysis Tool for Doctrine ORM — Integrated into Symfony Web Profiler

PHP 8.4+ Symfony 6.x | 7.x | 8.x Doctrine ORM CI PHPStan Level 8 Code Style Packagist Version

Why Runtime Analysis?

Unlike static analysis tools (PHPStan, Psalm) that analyze code without execution, Doctrine Doctor:

Doctrine Doctor Demo


Features

90+ Specialized Analyzers


⚡ Quick Start (30 seconds)

Step 1: Install

Step 2: That's it!

Auto-configured via Symfony Flex. No YAML, no configuration files needed.

Step 3: See it in action

  1. Refresh any page in your Symfony app (in dev environment)
  2. Open the Symfony Web Profiler (bottom toolbar)
  3. Click the "Doctrine Doctor" panel 🩺

Configuration (Optional)

Configure thresholds in config/packages/dev/doctrine_doctor.yaml:

Enable backtraces to see WHERE in your code issues originate:

Full configuration reference →


Example: N+1 Query Detection

Before — 100 queries After — 1 query
**Doctrine Doctor detects the N+1 pattern at runtime** — reports query count, execution time, points to the exact template line, and suggests eager loading with `addSelect()`.

Documentation

Document Description
Full Analyzers List Complete catalog of all 90+ analyzers covering performance, security, integrity, and configuration - find the perfect analyzer for your specific needs
Architecture Guide Deep dive into system design, architecture patterns, and technical internals - understand how Doctrine Doctor works under the hood
Configuration Reference Comprehensive guide to all configuration options - customize analyzers, thresholds, and outputs to match your workflow
Template Security Essential security best practices for PHP templates - prevent XSS attacks and ensure safe template rendering

Contributing

See Contributing Guide for guidelines.

License

MIT License - see LICENSE for details.

--- **Created by [Ahmed EBEN HASSINE](https://github.com/ahmed-bhs)** Sponsor me on GitHub Buy Me A Coffee

All versions of doctrine-doctor with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
doctrine/doctrine-bundle Version ^3.0
nikic/php-parser Version ^5.6
phpmyadmin/sql-parser Version ^6.0
symfony/framework-bundle Version ^6.0|^7.0|^8.0
webmozart/assert Version ^1.12 || ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ahmed-bhs/doctrine-doctor contains the following files

Loading the files please wait ...