Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@simensen
Created January 14, 2013 02:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simensen/4527433 to your computer and use it in GitHub Desktop.
Save simensen/4527433 to your computer and use it in GitHub Desktop.
PHP FQDN Golf scores
find src -name '*.php' | grep -iv tests | cut -f2- -d/ | cut -f1 -d\. | awk '{ print length, $0 }' | sort -n | tr / \\
@igorw
Copy link

igorw commented Jan 14, 2013

Zend Framework

67 Zend\Soap\AutoDiscover\DiscoveryStrategy\DiscoveryStrategyInterface

SOAP, didn't see that one coming.

@igorw
Copy link

igorw commented Jan 14, 2013

Symfony

100 Symfony\Bundle\SecurityBundle\DependencyInjection\Security\UserProvider\UserProviderFactoryInterface

This one is going to be hard to beat.

@igorw
Copy link

igorw commented Jan 14, 2013

SimplePHPEasyPlus

59 SimplePHPEasyPlus\Number\CollectionItemNumberProxyInterface

@clemherreman
Copy link

Fridge DBAL

62 Fridge\DBAL\SchemaManager\SQLCollector\CreateTableSQLCollector

Not bad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment