orangeshadow/pastebin-api

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

Api for pastebin.com

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/orangeshadow/pastebin-api

1.0.0 2018-09-08 16:14 UTC

This package is auto-updated.

Last update: 2025-10-09 16:13:34 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