PHPackages                             hametuha/rest-pattern - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. hametuha/rest-pattern

ActiveWordpress-library[API Development](/categories/api)

hametuha/rest-pattern
=====================

Rest API Patten class for easy create rest-api based WordPress

1.1.1(3y ago)011.1k2GPL-3.0-or-laterShellPHP &gt;=5.6

Since Sep 26Pushed 3y agoCompare

[ Source](https://github.com/hametuha/rest-pattern)[ Packagist](https://packagist.org/packages/hametuha/rest-pattern)[ RSS](/packages/hametuha-rest-pattern/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (2)

REST Pattern
============

[](#rest-pattern)

Rest API Pattern class for easy create rest-api based WordPress.

[![Travis CI](https://camo.githubusercontent.com/cf48de5041b95a94f9e7da67ce71d2e8c1285097d68135ff0649bea8b0617dc0/68747470733a2f2f7472617669732d63692e6f72672f68616d65747568612f726573742d7061747465726e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/hametuha/rest-pattern)

Installation
------------

[](#installation)

```
composer require haemtuha/rest-pattern

```

Then include `autoload.php` in your themes or plugins.

Implementation
--------------

[](#implementation)

This library is abstarct class for REST API. Inherit this class like below:

```
