PHPackages                             moderntribe/square1-routes - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. moderntribe/square1-routes

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

moderntribe/square1-routes
==========================

Provides route wrappers for square one.

4.2.3(5mo ago)0101GPL-2.0-onlyPHPPHP &gt;=7.4

Since Aug 19Pushed 5mo ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (12)Used By (0)

Routes
------

[](#routes)

Examples can be found in: `wp-content/plugins/core/src/Routes/`

### Registering a route

[](#registering-a-route)

#### REST Route

[](#rest-route)

Create a new class in `wp-content/plugins/core/src/Routes/` that extends `Tribe\Libs\Routes\Abstract_REST_Route`

```
