Seems like the only XeroBundle I can find with a quick search, but it doesn't seem like it is actively developed or that it was ever developed to the point of being useful.
Am I wrong? I can't see where the get method is:
$xeroClient = $this->get('blackoptic.xero.client');
$response = $xeroClient->get('Invoices')->send();
The bundle shows up in Packagist, KnpBundles - maybe it shouldn't until it is at a usable version.
I would be happy to help with development if the project is still active.
Cheers
Seems like the only XeroBundle I can find with a quick search, but it doesn't seem like it is actively developed or that it was ever developed to the point of being useful.
Am I wrong? I can't see where the
getmethod is:The bundle shows up in Packagist, KnpBundles - maybe it shouldn't until it is at a usable version.
I would be happy to help with development if the project is still active.
Cheers