Skip to content

Instantly share code, notes, and snippets.

View carrowheap's full-sized avatar

Papa Lao carrowheap

View GitHub Profile
@carrowheap
carrowheap / woocomerce_create_and_send_variations.php
Last active June 24, 2020 08:08
woocomerce_create_and_send_variations
<?php
namespace App\Controller;
use Automattic\WooCommerce\Client;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\Routing\Annotation\Route;
class DefaultController extends AbstractController
@carrowheap
carrowheap / Dockerfile
Created May 11, 2018 00:03 — forked from jcavat/Dockerfile
docker-compose with php/mysql/phpmyadmin/apache
FROM php:7.1.2-apache
RUN docker-php-ext-install mysqli