Libraries tagged by postie
securitas-sdk/measurements
7 Downloads
For posting measurements to securitas
rz-pazirik/flarum-discussion-gallery
8 Downloads
Displays image gallery from posted images in a discussion.
rpurinton/webhook
190 Downloads
A PHP Library for posting to webhooks.
roi-up-agency/php-schema-registry-sync
1 Downloads
Library which synchronize a schema registry schemas and organize it in hierarchical folders for their posterior use
rapidwebltd/no-post-data-laravel-middleware
78 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.
r94ever/larasap
2 Downloads
Laravel social auto posting (Larasap) lets you automatically post all your content to social networks such as Telegram Channel and Twitter.
quansitech/qs-cusposter
40 Downloads
qscmf cus-poster
pxgamer/gitter-status-bot
3 Downloads
A webhook for posting UptimeRobot statuses to Gitter.
ppeev/glechats
2 Downloads
Small library for posting messages to Google Chat, using their webhooks.
phpunfuddle/phpunfuddle
6644 Downloads
phpUnfuddle was supposed to be a PHP wrapper for the RESTful unfuddle API, now it's just a ticket posting script.
phpbbde/denyreply
12 Downloads
Forces a user to edit his last post within the first hour after posting instead of allowing another reply.
orox/socialposter
2 Downloads
A social media posting package
ondrejsanetrnik/parcelable
4 Downloads
Provides additional methods for posting parcels
ocdladefense/appserver-jobs
119 Downloads
A module for viewing and managing OCDLA job postings.
nogrod/dhl-retoure-php-sdk
58 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".