payfrit-api/api/tasks
John Mizerek 1f81d98c52 Initial PHP API migration from CFML
Complete port of all 163 API endpoints from Lucee/CFML to PHP 8.3.
Shared helpers in api/helpers.php (DB, auth, request/response, security).
PDO prepared statements throughout. Same JSON response shapes as CFML.
2026-03-14 14:26:59 -07:00
..
accept.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
callServer.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
complete.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
completeChat.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
create.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
createChat.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
deleteCategory.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
deleteType.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
expireStaleChats.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
getDetails.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
listAllTypes.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
listCategories.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
listMine.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
listPending.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
listTypes.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
reorderTypes.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
saveCategory.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
saveType.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
seedCategories.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00