PHPackages                             wpscholar/wp-rest-menu-endpoints - 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. wpscholar/wp-rest-menu-endpoints

ActiveLibrary

wpscholar/wp-rest-menu-endpoints
================================

WordPress REST API endpoints for menus

1.0.1(7y ago)019[1 issues](https://github.com/wpscholar/wp-rest-menu-endpoints/issues)1GPL-2.0-or-laterPHP

Since Jan 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/wpscholar/wp-rest-menu-endpoints)[ Packagist](https://packagist.org/packages/wpscholar/wp-rest-menu-endpoints)[ RSS](/packages/wpscholar-wp-rest-menu-endpoints/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (1)

WordPress REST API Menu Endpoints
=================================

[](#wordpress-rest-api-menu-endpoints)

This repository is meant to serve as an initial implementation of the WordPress REST API menu endpoints with the intent of eventually merging into WordPress core.

Discussion via issues and pull requests are welcome.

[View the API documentation](https://documenter.getpostman.com/view/530620/RztfxY8j)

What It Does
------------

[](#what-it-does)

Provides a collection of endpoints that allow full management of menus in WordPress.

Don't believe me? Try out my [Vue prototype](https://github.com/wpscholar/wp-menu-ui-vue-prototype) that aims to replicate the menus page from the WordPress admin.

How to Use It
-------------

[](#how-to-use-it)

Add to your project via [Composer](https://getcomposer.org/):

```
$ composer wpscholar/wp-rest-menu-endpoints

```

Make sure you have added the Composer autoloader to your project:

```
