Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.35 KB

rest.md

File metadata and controls

29 lines (22 loc) · 1.35 KB
title updated permalink
What is REST?
March 13, 2016
/faq/api/what-is-rest/

REST stands for "Representational State Transfer." It was claimed by Roy Fielding in his doctor dissertation in 2000.

What is the Difference Between REST and RESTful?

The term RESTful refers to web services implementing such a REST architecture.

See Also

PHP libraries and resources to checkout.

  • Bullet PHP - A micro framework for building REST APIs.
  • Hateoas - PHP library to support implementing representations for HATEOAS REST web services.
  • RESTful APIs, the big lie - Technical critique which introduces some issues of REST and how JSON-Pure APIs could do better, with a follow up article.
  • Restler - A lightweight framework to expose PHP methods as RESTful web API.
  • Fusio - Fusio is an open source API management platform which helps to build and manage REST APIs.
  • Slim - Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
  • Api Platform - The ultimate PHP framework to build modern web APIs.