Skip to content

Instantly share code, notes, and snippets.

View fbaldo31's full-sized avatar
🏠
Working from home

Fred fbaldo31

🏠
Working from home
  • CS Group
  • Toulouse
View GitHub Profile
@fbaldo31
fbaldo31 / ClientCreateCommand.php
Created November 28, 2017 17:30 — forked from ornj/ClientCreateCommand.php
Symfony2 command for creating a Client for FOSOAuthServerBundle
<?php
namespace Acme\Bundle\OAuthBundle\Command;
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;