Download the PHP package symfony2admingenerator/generator-bundle without Composer

On this page you can find all versions of the php package symfony2admingenerator/generator-bundle. 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 generator-bundle

AdminGenerator knpbundles.com SensioLabsInsight

Build Status Scrutinizer Code Quality Code Coverage

PHP Dependency Status JS Dependency Status

Latest Stable Version Total Downloads License

1. Quick tour:

This bundle helps you quickly create powerful CRUD backend. Customizing the standard functionalities is simple - you can easily overwrite any part of the generated code. Most features can be configured in one (per model) YAML file. Advanced examples are covered in our cookbook, accessible through our demo project.

2. Highlights:

3. Features:

List view:

Nestedset List view:

New / Edit form:

Show view:

4. Documentation

The documentation for this bundle can be found in Resources/doc directory.

5. Community and support

If you're having trouble or you found an error feel free to open a github ticket, but first please read submitting issues. You can also find help on our chat. If you like this bundle join our SensioConnect club, follow us on Twitter and recommend us on KnpBundles.

Gitter Join Chat Follow @sf2admgen SensioConnect join the club KnpBundles recommend

6. Versioning

Releases will be numbered with the format major.minor.patch.

And constructed with the following guidelines.

For more information on SemVer, please visit semver.org website.

When upgrading the to the newest build, always check our upgrade notes.

7. Contributing

This bundle follows branching model described in A successful git branching model blog post by Vincent Driessen.

8. This bundle in pictures

By default, this Bundle uses the AdminLTE templates. See its documentation to create your own widget and customize the interface.

9. License

This bundle is released under the MIT License except for the file: Resources/doc/img/branching-model.png by Vincent Driessen, which is released under Creative Commons BY-SA.


All versions of generator-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
doctrine/common Version ~2.2||~3.0
doctrine/inflector Version ~1.4||~2.0
symfony/cache Version >=5.4,<8.0
symfony/cache-contracts Version ^1.0||^2.0||~3.0
symfony/config Version >=5.4,<8.0
symfony/console Version >=5.4,<8.0
symfony/dependency-injection Version >=5.4,<8.0
symfony/filesystem Version >=5.4,<8.0
symfony/finder Version >=5.4,<8.0
symfony/form Version >=5.4,<8.0
symfony/framework-bundle Version >=5.4,<8.0
symfony/http-foundation Version >=5.4,<8.0
symfony/http-kernel Version >=5.4,<8.0
symfony/options-resolver Version >=5.4,<8.0
symfony/process Version >=5.4,<8.0
symfony/routing Version >=5.4,<8.0
symfony/security-csrf Version >=5.4,<8.0
symfony/security-core Version >=5.4,<8.0
symfony/translation Version >=5.4,<8.0
symfony/twig-bundle Version >=5.4,<8.0
symfony/validator Version >=5.4,<8.0
symfony/yaml Version >=5.4,<8.0
symfony2admingenerator/twig-generator Version ^2.0.3
twig/twig Version ^2.15.3||^3.4.3
babdev/pagerfanta-bundle Version ~4.0
pagerfanta/pagerfanta Version ~3.0||~4.0
psr/log Version ~1.0||~2.0||~3.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 symfony2admingenerator/generator-bundle contains the following files

Loading the files please wait ....