Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pollen-solutions/wp-post
Pollen Solutions - Wordpress Post Component - Abstraction lawer of WP_Post object
https://github.com/pollen-solutions/wp-post
php wordpress
Last synced: 24 days ago
JSON representation
Pollen Solutions - Wordpress Post Component - Abstraction lawer of WP_Post object
- Host: GitHub
- URL: https://github.com/pollen-solutions/wp-post
- Owner: pollen-solutions
- License: mit
- Created: 2021-08-11T15:54:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T07:42:39.000Z (over 3 years ago)
- Last Synced: 2024-10-07T09:05:24.162Z (about 1 month ago)
- Topics: php, wordpress
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Wordpress Post Component
[![Latest Stable Version](https://img.shields.io/packagist/v/pollen-solutions/wp-post.svg?style=for-the-badge)](https://packagist.org/packages/pollen-solutions/wp-post)
[![MIT Licensed](https://img.shields.io/badge/license-MIT-green?style=for-the-badge)](LICENSE.md)
[![PHP Supported Versions](https://img.shields.io/badge/PHP->=7.4-8892BF?style=for-the-badge&logo=php)](https://www.php.net/supported-versions.php)Pollen Solutions **Wordpress Post** Component is an abstraction lawer of WP_Post object.
## Installation
```bash
composer require pollen-solutions/wp-post
```