Download the PHP package tentapress/headless-api without Composer
On this page you can find all versions of the php package tentapress/headless-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tentapress/headless-api
More information about tentapress/headless-api
Files in tentapress/headless-api
Download tentapress/headless-api
More information about tentapress/headless-api
Files in tentapress/headless-api
Vendor tentapress
Package headless-api
Short Description Headless REST API endpoints for TentaPress content delivery.
License MIT
Package headless-api
Short Description Headless REST API endpoints for TentaPress content delivery.
License MIT
Please rate this library. Is it a good library?
Informations about the package headless-api
Headless API
Headless REST API for TentaPress content delivery.
Plugin Details
| Field | Value |
|---|---|
| ID | tentapress/headless-api |
| Version | 0.2.0 |
| Provider | TentaPress\\HeadlessApi\\HeadlessApiServiceProvider |
Features
- Versioned REST API under
/api/v1 - Public read endpoints for site, pages, posts, menus, and media
- Public taxonomy endpoints for taxonomy/term discovery
- Published-content filtering for public endpoints
- SEO payload inclusion for pages and posts
- Taxonomy term serialization in post payloads
Endpoints (v1)
GET /api/v1/siteGET /api/v1/pagesGET /api/v1/pages/{slug}GET /api/v1/postsGET /api/v1/posts/{slug}GET /api/v1/taxonomiesGET /api/v1/taxonomies/{taxonomy}/termsGET /api/v1/menus/{location}GET /api/v1/media/{id}
Query Parameters
GET /api/v1/pagesper_page(default12, min1, max100)slug(exact slug filter)layout(exact layout filter)
GET /api/v1/postsper_page(default12, min1, max100)author(numeric author id)q(searches title and slug)taxonomy(taxonomy key filter)term(term slug filter, optionally combined withtaxonomy)
Response Examples
Success: GET /api/v1/posts/{slug}
Not Found: GET /api/v1/posts/{slug}
Index Envelope: GET /api/v1/pages
Dependencies
tentapress/pagestentapress/poststentapress/mediatentapress/menustentapress/settingstentapress/seo
Development
Note: This is an optional plugin. Not enabled by default.
All versions of headless-api with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
tentapress/system Version <1.0
tentapress/pages Version <1.0
tentapress/posts Version <1.0
tentapress/media Version <1.0
tentapress/menus Version <1.0
tentapress/settings Version <1.0
tentapress/seo Version <1.0
tentapress/system Version <1.0
tentapress/pages Version <1.0
tentapress/posts Version <1.0
tentapress/media Version <1.0
tentapress/menus Version <1.0
tentapress/settings Version <1.0
tentapress/seo Version <1.0
The package tentapress/headless-api contains the following files
Loading the files please wait ...