orangeshadow/pastebin-api

There is no license information available for the latest version (1.0.0) of this package.

Api for pastebin.com

1.0.0 2018-09-08 16:14 UTC

This package is auto-updated.

Last update: 2024-04-09 12:29:33 UTC


README

Smart usage:

$pastebinApi  = new PastebinApi('YOUR_DEV_KEY);

$url = $pastebinApi->createPaste('paste_code');

$url = $pastebinApi->getPasteList('USER_CODE');

$url = $pastebinApi->deletePaste('USER_CODE','API_PAST_CODE');

$url = $pastebinApi->getPastesRaw('USER_CODE','API_PAST_CODE');

Method сreatePaste has additional params, look at method type hinting for detail, and pastenbin