API
Last updated
Was this helpful?
Last updated
Was this helpful?
Package provides abstract implementation for building APIs.
Require Composer package.
Available migrations:
Pckg\Api\Migration\CreateApiTables
- creates apps
and app_keys
tables
Pckg\Api\Migration\CreateApiLogsTable
- creates api_logs
table for usage with LogRequests
middleware and LogResponses
afterware
pckg-app.api.log.response.include
(string[]
) - prefixes for URLs that should be logged
pckg-app.api.log.request.include
(string[]
) - prefixes for URLs that should be logged
Read more about .