Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
This package has been abandoned. Use symfony/maker-bundle instead.
Generated on May 17, 2024 via composer

sensio/generator-bundle v2.3.1

This bundle generates code for you
Package summary
Share
4
issues
3
high severity
meta
3
1
moderate severity
vulnerability
1
1
license
31
MIT
Package created
7 Nov 2011
Version published
5 Jun 2013
Maintainers
1
Total deps
31
Direct deps
2
License
MIT

Issues

4

3 high severity issues

high
via: sensio/generator-bundle@v2.3.1
via: symfony/framework-bundle@v2.8.52
via: symfony/framework-bundle@v2.8.52
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/annotations@1.14.3
doctrine/cache@1.13.0
doctrine/deprecations@1.1.3
doctrine/lexer@2.1.1
psr/cache@3.0.0
psr/log@1.1.4
sensio/generator-bundle@v2.3.1
symfony/asset@v3.0.9
symfony/class-loader@v3.0.9
symfony/config@v2.8.52
symfony/console@v2.8.52
symfony/debug@v2.8.52
symfony/dependency-injection@v2.8.52
symfony/event-dispatcher@v3.0.9
symfony/filesystem@v3.0.9
symfony/finder@v3.0.9
symfony/framework-bundle@v2.8.52
symfony/http-foundation@v2.8.52
symfony/http-kernel@v2.8.52
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php54@v1.20.0
symfony/polyfill-php55@v1.20.0
symfony/polyfill-php56@v1.20.0
symfony/polyfill-php70@v1.20.0
symfony/routing@v2.8.52
symfony/security-core@v3.4.49
symfony/security-csrf@v3.4.47
symfony/stopwatch@v3.0.9
symfony/templating@v3.0.9
symfony/translation@v2.8.52
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.8.52-MIT
prod dev
symfony/framework-bundlev2.8.52-MIT
prod
2
1

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.