Knp\Bundle\KnpBundlesBundle\Entity\Bundle::getPackagistUrl PHP Method

getPackagistUrl() public method

Get the Packagist url of this repo
public getPackagistUrl ( ) : string
return string
    public function getPackagistUrl()
    {
        return $this->composerName ? sprintf('http://packagist.org/packages/%s', $this->composerName) : false;
    }