Minimum Requirements

WordPress

  • Minimum version: WordPress 5.0
  • Recommended: WordPress 6.0 or higher
  • Multisite: Compatible with multisite installations

PHP

  • Minimum version: PHP 7.4
  • Recommended: PHP 8.1 or higher
  • Required extensions:
    • json
    • curl
    • mbstring
    • openssl

Database

  • MySQL: 5.6 or higher
  • MariaDB: 10.1 or higher
  • Permissions: CREATE, ALTER, INSERT, UPDATE, DELETE, SELECT

Web Server

  • Apache: 2.4 or higher with mod_rewrite
  • Nginx: 1.18 or higher
  • IIS: 10.0 or higher (with URL Rewrite Module)

Dependencies

Core Plugin

REST API for Latepoint, requires the main LatePoint plugin to be installed and activated.
  • LatePoint: Version 5.x or higher
  • Status: Must be activated and configured
  • License: Valid LatePoint PRO Features for access All endpoints

Compatible Plugins

LatePoint API Extension is compatible with:
  • LatePoint Pro Features: All versions

Server Configuration

WordPress permalinks must be configured for the API to work:
  1. Go to Settings > Permalinks
  2. Select any option except “Plain”
  3. Save changes
Recommended structure:
/%postname%/

PHP Limits

Configure these limits in your php.ini:
memory_limit = 256M
max_execution_time = 300
max_input_vars = 3000
post_max_size = 64M
upload_max_filesize = 64M

Next Steps