Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 17, 2024 via composer

stof/doctrine-extensions-bundle v1.10.1

Integration of the gedmo/doctrine-extensions with Symfony
Package summary
Share
1
issue
1
moderate severity
license
1
2
licenses
31
MIT
1
Artistic-1.0
Package created
1 Nov 2011
Version published
9 Dec 2023
Maintainers
1
Total deps
32
Direct deps
6
License
MIT

Issues

1

1 moderate severity issue

moderate
Recommendation: Validate that the package complies with your license policy
via: gedmo/doctrine-extensions@v3.15.0
Collapse
Expand

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
31 Packages, Including:
doctrine/collections@2.2.2
doctrine/common@3.4.4
doctrine/deprecations@1.1.3
doctrine/event-manager@2.0.0
doctrine/persistence@3.3.2
gedmo/doctrine-extensions@v3.15.0
psr/cache@3.0.0
psr/clock@1.0.0
psr/container@2.0.2
psr/event-dispatcher@1.0.0
psr/log@3.0.0
stof/doctrine-extensions-bundle@v1.10.1
symfony/cache@v7.0.7
symfony/cache-contracts@v3.5.0
symfony/config@v7.0.7
symfony/dependency-injection@v7.0.7
symfony/deprecation-contracts@v3.5.0
symfony/error-handler@v7.0.7
symfony/event-dispatcher@v7.0.7
symfony/event-dispatcher-contracts@v3.5.0
symfony/filesystem@v7.0.7
symfony/http-foundation@v7.0.7
symfony/http-kernel@v7.0.7
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/polyfill-php83@v1.29.0
symfony/process@v7.0.7
symfony/service-contracts@v3.5.0
symfony/var-dumper@v7.0.7
symfony/var-exporter@v7.0.7

Artistic License 1.0

Weakly Protective
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
Cannot
Must
1 Packages, Including:
behat/transliterator@v1.5.0
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

6
All Dependencies CSV
β“˜ This is a list of stof/doctrine-extensions-bundle 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
gedmo/doctrine-extensionsv3.15.0-MIT
prod
1
symfony/cachev7.0.7-MIT
prod dev
symfony/configv7.0.7-MIT
prod dev
symfony/dependency-injectionv7.0.7-MIT
prod dev
symfony/event-dispatcherv7.0.7-MIT
prod dev
symfony/http-kernelv7.0.7-MIT
prod dev

Visualizations

Frequently Asked Questions

What does stof/doctrine-extensions-bundle do?

The "stof/doctrine-extensions-bundle" is a PHP composer package that aids in the integration of DoctrineExtensions for Symfony projects. It offers a seamless way to combine the various DoctrineExtensions functionalities into your Symfony application, enhancing the solution's database abstraction capabilities. The use of this bundle allows for the simple and efficient management of database operations in a doctrine-friendly way.

How do you use stof/doctrine-extensions-bundle?

Using the "stof/doctrine-extensions-bundle" in your Symfony project is simple and straightforward. After you've properly installed the package using composer, you need to enable the bundle in your kernel:

// app/AppKernel.php

public function registerBundles()
{
    return [
        // ...
        new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
        // ...
    ];
}

Keep in mind that installation will require using composer through the terminal:

composer require stof/doctrine-extensions-bundle

Once the bundle is enabled, you can make use of various DoctrineExtensions functionalities within your Symfony project.

Where are the stof/doctrine-extensions-bundle docs?

Detailed and comprehensive documentation on how to use the "stof/doctrine-extensions-bundle" package is available online. You can access the package's documentation by going to this link. The documentation covers a broad range of topics from initial setup, how to use the package, and troubleshooting, providing valuable information for both new and experienced users. With its step-by-step tutorials and examples, it is a great resource when finding your way around using the "stof/doctrine-extensions-bundle" in your Symfony project.