ZF2 API module

dev-master 2017-02-10 19:00 UTC

This package is not auto-updated.

Last update: 2024-03-16 17:04:43 UTC


README

- backend web-console for testing api requests
- logs api data(platform, headers, request, respons, etc.)
- API documentation
CREATE TABLE `api_logs` (
  `id` INT(11) PRIMARY KEY NOT NULL AUTO_INCREMENT,
  `platform` VARCHAR(255),
  `resource` VARCHAR(255) NOT NULL,
  `request_method` VARCHAR(255) NOT NULL,
  `request_body` TEXT,
  `request_headers` TEXT,
  `response_code` VARCHAR(255) NOT NULL,
  `response_body` TEXT,
  `created_dt` DATETIME,
  `ip` VARCHAR(255) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

http://swagger.io/

https://github.com/zircote/swagger-php

https://github.com/Rebilly/ReDoc

Samples

https://rebilly.github.io/ReDoc/

Tools

Swagger documentations