Download the PHP package tecnocreaciones/tools-bundle without Composer

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

ToolsBundle

Provee servicios basicos y comunes en aplicaciones web, prefijos en tablas, conversor de unidades, generador de secuencia con Doctrine2, manejador de configuracion guardandola en la base de datos asociados a clave=valor, generador de widgets y definir repositorios como servicios de forma muy facil, un Role Voter para evaluar expresiones regulares en los roles del usuario.

tecnocreaciones_tools:
    table_prefix:
        enable: false
        prefix: abc
        prefix_separator: _
        listerner_class: Tecnocreaciones\Bundle\ToolsBundle\EventListener\TablePrefixListerner
    unit_converter:
        enable: false
        service_name: tecnocreaciones_tools.unit_converter
    sequence_generator:
        enable: false
        options:
            additional_masks:
                - mask1
                - mask2
    configuration_manager:
        enable: false
        debug: false
        configuration_class: Coramer\Sigtec\CoreBundle\Entity\Configuration
        configuration_group_class: Tecnocreaciones\Bundle\ToolsBundle\Entity\Configuration\BaseGroup
        configuration_manager_class: Tecnocreaciones\Bundle\ToolsBundle\Model\Configuration\ConfigurationManager
        configuration_name_service: tec.configuration
    widget:
        enable: false
        debug: false
        widget_class: null
        widget_adapter: tecno.widget.orm.adapter
    repository_as_service:
        enable: false
        tag_service: app.repository
    role_pattern_voter:
        enable: false
        role_pattern_voter_class: Tecnocreaciones\Bundle\ToolsBundle\Security\Authorization\Voter\RolePatternVoter
        role_pattern_voter_prefix:
    twig:
        breadcrumb: true
        page_header: true
    extra_form_types:
        enable: false
        autocomplete_entities:
            users:
                class: AcmeDemoBundle:User
                role: ROLE_ADMIN
                property: email

            products:
                class: AcmeDemoBundle:Product
                role: ROLE_ADMIN
                search: contains
    # extra Inspired in ShtumiUsefulBundle
    link_generator:
        enable: true
sonata_admin:
    dashboard:
            groups:
                sonata.admin.group.administration:
                    label:           sonata_administration
                    label_catalogue: SonataAdminBundle
                    icon:            '<i class="fa fa-cogs"></i>'
                    items:
                        - sonata.admin.configuration
                        - sonata.admin.configuration_group

Agrega repositorios como servicios a las clases
<service id="repository.plant" class="Coramer\Sigtec\CompanyBundle\Repository\PlantRepository">
    <tag name="app.repository" class="Coramer\Sigtec\CompanyBundle\Entity\Plant" />
</service>

TecnocreacionesToolsBundleExtraFormTypes: resource: "@TecnocreacionesToolsBundle/Resources/config/routing/extra_form_types.xml" prefix: /extra-form-types

Configuration Codemirror

Add default parameters to config.yml:

Install assets:

Usage

Configurar: link_generator Crear una clase que herede de "LinkGeneratorItem" e implementar sus metodos. Luego agregarlo como servicio con la tag "link_generator.item" app.my_link_generator_item: class: Coramer\Sigtec\WebBundle\Service\MyLinkGeneratorItem tags:

Si usas tabs Importar tabs.yml en routing.yml

TecnocreacionesToolsTabs: resource: "@TecnocreacionesToolsBundle/Resources/config/routing/tabs.yml" prefix: /tabs


All versions of tools-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
symfony/framework-bundle Version *
doctrine/orm Version *
zendframework/zend-json Version *
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 tecnocreaciones/tools-bundle contains the following files

Loading the files please wait ....