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
Requires
- php: >=7.2
- ext-mbstring: *
- ext-simplexml: *
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2024-11-09 13:59:02 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