Provides a simple url callback to get direct download url for JetBrains Plugin Repository
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new espend\IdeaVersionProxyBundle\espendIdeaVersionProxyBundle(),
);
}
# app/routing.xml
espend_version_proxy:
resource: "@espendIdeaVersionProxyBundle/Resources/config/routing.xml"
/version-proxy/{pluginId}/latest
[GET] /version-proxy/7219/latest
[GET] /version-proxy/7219/latest.json
/version-proxy/{pluginId}/{version}.json
[GET] /version-proxy/7219/0.12.120
[GET] /version-proxy/7219/0.12.120.json