<?php require_once(BASE_HELPER_PATH . '/refill/RefillFactory.php'); $content = $_SERVER['post_content']; $input = json_decode($content,true); refill\RefillFactory::instance()->notify('bxtwt',$input); echo ('ok');