Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
This package has been abandoned. Use symfony/maker-bundle instead.
Generated on May 29, 2024 via composer

sensio/generator-bundle v2.1.8

This bundle generates code for you
Package summary
Share
12
issues
8
high severity
vulnerability
6
meta
2
4
moderate severity
vulnerability
4
1
license
23
MIT
Package created
7 Nov 2011
Version published
4 Jan 2013
Maintainers
1
Total deps
23
Direct deps
2
License
MIT

Issues

12

8 high severity issues

high
via: symfony/framework-bundle@v2.1.13
via: symfony/framework-bundle@v2.1.13
via: symfony/framework-bundle@v2.1.13
via: symfony/framework-bundle@v2.1.13
via: symfony/framework-bundle@v2.1.13
via: symfony/framework-bundle@v2.1.13
via: symfony/framework-bundle@v2.1.13
via: sensio/generator-bundle@v2.1.8
Collapse
Expand

4 moderate severity issues

moderate
via: symfony/framework-bundle@v2.1.13
via: symfony/framework-bundle@v2.1.13
via: symfony/framework-bundle@v2.1.13
via: symfony/framework-bundle@v2.1.13
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
23 Packages, Including:
doctrine/annotations@1.14.3
doctrine/cache@1.13.0
doctrine/collections@1.8.0
doctrine/common@2.13.3
doctrine/deprecations@1.1.3
doctrine/event-manager@1.2.0
doctrine/inflector@1.4.4
doctrine/lexer@1.2.3
doctrine/persistence@1.3.8
doctrine/reflection@1.2.4
psr/cache@3.0.0
sensio/generator-bundle@v2.1.8
symfony/config@v2.1.13
symfony/console@v2.1.13
symfony/dependency-injection@v2.1.13
symfony/event-dispatcher@v2.1.13
symfony/filesystem@v2.1.13
symfony/framework-bundle@v2.1.13
symfony/http-foundation@v2.1.13
symfony/http-kernel@v2.1.13
symfony/routing@v2.1.13
symfony/templating@v2.1.13
symfony/translation@v2.1.13
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

2
All Dependencies CSV
β“˜ This is a list of sensio/generator-bundle 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
symfony/consolev2.1.13-MIT
prod dev
symfony/framework-bundlev2.1.13-MIT
prod
7
4

Visualizations

Frequently Asked Questions

What does sensio/generator-bundle do?

The SensioGeneratorBundle is a powerful tool designed to extend the default Symfony command line interface. It enhances the development experience by providing new interactive and user-friendly commands for generating code skeletons. Essentially, this bundle generates the heavy-lifting code for objects such as bundles, form classes, or CRUD controllers. It's worth noting, however, that this bundle doesn't support Symfony 4 and the new bundle-less directory structure created by Symfony Flex. For these requirements, the Maker bundle is recommended.

How do you use sensio/generator-bundle?

Using SensioGeneratorBundle revolves around interacting with the Symfony command line interface. After successfully installing the bundle, developers can use it to generate various code artifacts. For instance, to create a new bundle, use a command like the following:

php bin/console generate:bundle --namespace=YourBundleNamespace

This command generates a new bundle with the specified namespace. Other commands provided by SensioGeneratorBundle include generate:doctrine:crud, generate:doctrine:entities and more, each serving a distinct purpose to improve the overall development speed and efficiency.

Where are the sensio/generator-bundle docs?

You can refer to the SensioGeneratorBundle's documentation for a comprehensive guide on how to effectively use the capabilities it offers. The official documentation provides in-depth details about various aspects concerning this bundle. Access it directly through this link: SensioGeneratorBundle Documentation.