Skip to content

Instantly share code, notes, and snippets.

View iamxwk's full-sized avatar
🎯
Focusing

xwk iamxwk

🎯
Focusing
View GitHub Profile
@jibran
jibran / test.php
Created February 21, 2017 04:00
Drupal minimal bootstrap.
<?php
/**
* @file
* Drupal minimal bootstrap.
*/
use Drupal\Core\DrupalKernel;
use Symfony\Component\HttpFoundation\Request;
<?php
/*
API Google URL Shortner
marcusnunes.com
*/
echo goo::get('http://www.baidu.com');
class goo{
function get($url){
$error = '';