Libraries tagged by porting
azaharizaman/nexus-finance-operations
0 Downloads
Framework-agnostic finance workflow orchestrator for day-to-day financial operations including cash flow management, cost allocation, depreciation coordination, GL posting, and budget tracking.
sandklock/soclall
12 Downloads
SocialAll is one API for all networks
poring931/posts
3 Downloads
yawik/form2mail
186 Downloads
offers an application form for a job posting, which can be send by mail
xirdion/contao-jobposting-bundle
17 Downloads
Contao job posting bundle
williamsdb/php2micropost
5 Downloads
A library that makes posting to Wordpress Microposts from PHP simple.
web-tp3/tp3jobs
737 Downloads
JobOffers & Postings with tp3
wayum999/laravel-accounting
1 Downloads
Laravel Double-Entry Accounting Package with proper debit/credit rules, General Journal, General Ledger, and non-posting transactions
vivahr/vivahr-php
41 Downloads
A PHP SDK for integrating with the VIVAHR API, supporting job posting, candidate management, and more.
tpojka/app-feed
2 Downloads
Feed reading and posting application Allows user to import new feed links. Also, allows user to vote for each article while keeping average votes explicit.
slavicd/reddit-api-client
41 Downloads
PHP Reddit client for posting stuff programmatically.
sgalinski/sg-jobs
7 Downloads
Manage job postings in TYPO3 and collect applications with file uploads, notifications, and CSV export/storage.
securitas-sdk/measurements
7 Downloads
For posting measurements to securitas
rpurinton/webhook
193 Downloads
A PHP Library for posting to webhooks.
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.