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 17, 2024 via composer

sensio/generator-bundle v3.1.7

This bundle generates code for you
Package summary
Share
3
issues
3
high severity
meta
3
2
licenses
36
MIT
1
BSD-3-Clause
Package created
7 Nov 2011
Version published
7 Dec 2017
Maintainers
1
Total deps
37
Direct deps
6
License
MIT

Issues

3

3 high severity issues

high
via: sensio/generator-bundle@v3.1.7
via: symfony/framework-bundle@v3.4.47
via: symfony/console@v3.4.47 & others
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
36 Packages, Including:
psr/cache@2.0.0
psr/container@1.1.2
psr/log@2.0.0
sensio/generator-bundle@v3.1.7
symfony/cache@v4.4.48
symfony/cache-contracts@v2.5.3
symfony/class-loader@v3.4.47
symfony/config@v4.4.44
symfony/console@v3.4.47
symfony/debug@v4.4.44
symfony/dependency-injection@v4.4.37
symfony/deprecation-contracts@v3.5.0
symfony/error-handler@v4.4.44
symfony/event-dispatcher@v4.4.44
symfony/event-dispatcher-contracts@v1.10.0
symfony/filesystem@v4.4.42
symfony/finder@v4.4.44
symfony/framework-bundle@v3.4.47
symfony/http-client-contracts@v2.5.3
symfony/http-foundation@v4.4.49
symfony/http-kernel@v4.4.51
symfony/mime@v5.4.39
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-intl-idn@v1.29.0
symfony/polyfill-intl-normalizer@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php72@v1.29.0
symfony/polyfill-php73@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/polyfill-php81@v1.29.0
symfony/process@v3.4.47
symfony/routing@v4.4.44
symfony/service-contracts@v2.5.3
symfony/var-dumper@v4.4.47
symfony/var-exporter@v5.4.39
symfony/yaml@v3.4.47

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
twig/twig@v2.16.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 sensio/generator-bundle 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
symfony/consolev3.4.47278.82 kBMIT
prod dev
1
symfony/filesystemv4.4.42-MIT
prod dev
symfony/framework-bundlev3.4.47-MIT
prod
2
symfony/processv3.4.47-MIT
prod dev
symfony/yamlv3.4.47-MIT
prod dev
twig/twigv2.16.0275.82 kBBSD-3-Clause
prod dev

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.