2017 © Pedro Peláez
 

library composer-check-bundle

Symfony Bundle to check Version alignment (via Composer) with the latest Bundle versions.

image

leobenelli/composer-check-bundle

Symfony Bundle to check Version alignment (via Composer) with the latest Bundle versions.

  • Wednesday, February 14, 2018
  • by leobenelli
  • Repository
  • 1 Watchers
  • 0 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

ComposerCheckBundle

Symfony Bundle to check Version alignment (via Composer) with the latest Bundle versions., (*1)

It's in development, it will be ready soon., (*2)

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*3)

$ composer require leobenelli/composer-check-bundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*4)

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the config/bundles.php file of your project:, (*5)

<?php

return [
    ...
    LeoBenelli\LBComposerCheckBundle\LBComposerCheckBundle::class => ['all' => true],
    ...
];

Step 3: Activate routing

Add new file "lb_composer_check.yaml" in config folder, (*6)

lb_composer_check:
    resource: '@LBComposerCheckBundle/Controller/'
    type: annotation

After that, you can show the Composer Bundles Version by the link http:///lb_composer_check_bundle/show_pkgs (example: http://localhost:8000/lb_composer_check_bundle/show_pkgs), (*7)

Enabling the route on step 3, you can add the link of page in your application by the action name leobenelli_lbcomposercheck_default_showpackages Example:, (*8)

<a href="{{path("leobenelli_lbcomposercheck_default_showpackages")}}" > Composer Check Bundles Version</a>

The Versions

14/02 2018

dev-master

9999999-dev https://github.com/leobenelli/ComposerCheckBundle

Symfony Bundle to check Version alignment (via Composer) with the latest Bundle versions.

  Sources   Download

Apache-2.0 Apache License 2.0

The Requires

  • php >=5.5.9

 

composer symfony show bundles

14/02 2018

1.0.5

1.0.5.0 https://github.com/leobenelli/ComposerCheckBundle

Symfony Bundle to check Version alignment (via Composer) with the latest Bundle versions.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5.9

 

composer symfony show bundles

08/11 2017

1.0.4

1.0.4.0 https://github.com/leobenelli/ComposerCheckBundle

Symfony Bundle to check Version alignment (via Composer) with the latest Bundle versions.

  Sources   Download

Apache License 2.0

The Requires

  • php >=5.5.9

 

composer symfony show bundles

06/11 2017

1.0.3

1.0.3.0 https://github.com/leobenelli/ComposerCheckBundle

Symfony Bundle to check Version alignment (via Composer) with the latest Bundle versions.

  Sources   Download

Apache License 2.0

The Requires

  • php >=5.5.9

 

composer symfony show bundles

06/11 2017

1.0.2

1.0.2.0 https://github.com/leobenelli/ComposerCheckBundle

Symfony Bundle to check Version alignment (via Composer) with the latest Bundle versions.

  Sources   Download

Apache License 2.0

The Requires

  • php >=5.5.9

 

composer symfony show bundles

18/07 2017

1.0.1

1.0.1.0 https://github.com/leobenelli/ComposerCheckBundle

Symfony Bundle to check Version alignment (via Composer) with the latest Bundle versions.

  Sources   Download

Apache License 2.0

The Requires

  • php >=5.5.9

 

composer symfony show bundles

17/07 2017

1.0.0

1.0.0.0 https://github.com/leobenelli/ComposerCheckBundle

Symfony Bundle to check Version alignment (via Composer) with the latest Bundle versions.

  Sources   Download

Apache License 2.0

The Requires

  • php >=5.5.9

 

composer symfony show bundles