2017 © Pedro Peláez
 

symfony-bundle symfony2loc-bundle

Count lines of code you wrote in your Symfony2 project

image

bastienl/symfony2loc-bundle

Count lines of code you wrote in your Symfony2 project

  • Monday, May 26, 2014
  • by BastienL
  • Repository
  • 1 Watchers
  • 1 Stars
  • 365 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Symfony2Loc

Symfony2Loc is an extremely simple Symfony2 bundle that counts the number of lines of code you wrote in your Symfony2 project., (*1)

It goes through all the bundles in the src/ directory, and counts the number of lines in the .php, .twig, .js and .css files., (*2)

Installation

To install it, just add the following line to your composer.json file: "bastienl/symfony2loc-bundle" : "dev-master", (*3)

And register it in app/AppKernel.php:, (*4)

php <?php // app/AppKernel.php public function registerBundles() { return array( // ... new BastienL\Bundle\Symfony2LocBundle\Symfony2LocBundle(), ); }, (*5)

Usage

To use it, just type (at the root of your Symfony2 project): php app/console count:loc, (*6)

About

You can find this project on packagist: https://packagist.org/packages/bastienl/symfony2loc-bundle, (*7)

The Versions

26/05 2014

dev-master

9999999-dev

Count lines of code you wrote in your Symfony2 project

  Sources   Download

MIT

The Requires

 

symfony loc