An open API service indexing awesome lists of open source software.

https://github.com/devaloka/post-type

:sunny: [READ-ONLY][Component] Interfaces/Traits/Classes for WordPress Post Type.
https://github.com/devaloka/post-type

Last synced: about 1 year ago
JSON representation

:sunny: [READ-ONLY][Component] Interfaces/Traits/Classes for WordPress Post Type.

Awesome Lists containing this project

README

          

# PostType Component

[![Latest Stable Version][stable-image]][stable-url]
[![Latest Unstable Version][unstable-image]][unstable-url]
[![License][license-image]][license-url]
[![Build Status][travis-image]][travis-url]
[![Coverage Status][coveralls-image]][coveralls-url]

Interface, Trait and class(es) for WordPress Post Type.

## Installation

1. Install via Composer.

```sh
composer require devaloka/post-type
```

[stable-image]: https://poser.pugx.org/devaloka/post-type/v/stable
[stable-url]: https://packagist.org/packages/devaloka/post-type

[unstable-image]: https://poser.pugx.org/devaloka/post-type/v/unstable
[unstable-url]: https://packagist.org/packages/devaloka/post-type

[license-image]: https://poser.pugx.org/devaloka/post-type/license
[license-url]: https://packagist.org/packages/devaloka/post-type

[travis-image]: https://travis-ci.org/devaloka/post-type.svg?branch=master
[travis-url]: https://travis-ci.org/devaloka/post-type

[coveralls-image]: https://coveralls.io/repos/devaloka/post-type/badge.svg?branch=master&service=github
[coveralls-url]: https://coveralls.io/github/devaloka/post-type?branch=master