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

https://github.com/imponeer/editor-contracts

Interfaces for building PHP classes that lets to easier make web editor integrations in your content management systems
https://github.com/imponeer/editor-contracts

contracts editor hacktoberfest interfaces

Last synced: over 1 year ago
JSON representation

Interfaces for building PHP classes that lets to easier make web editor integrations in your content management systems

Awesome Lists containing this project

README

          

[![License](https://img.shields.io/github/license/imponeer/editor-contracts.svg)](LICENSE)
[![GitHub release](https://img.shields.io/github/release/imponeer/editor-contracts.svg)](https://github.com/imponeer/editor-contracts/releases) [![PHP](https://img.shields.io/packagist/php-v/imponeer/editor-contracts.svg)](http://php.net)
[![Packagist](https://img.shields.io/packagist/dm/imponeer/editor-contracts.svg)](https://packagist.org/packages/imponeer/editor-contracts)

# Editor Contracts

Interfaces for building PHP classes that lets to easier make web editor integrations in your content management systems

## Installation

To install and use this package, we recommend to use [Composer](https://getcomposer.org):

```bash
composer require imponeer/editor-contracts
```

## How to contribute?

If you want to add some functionality or fix bugs, you can fork, change and create pull request. If you not sure how this works, try [interactive GitHub tutorial](https://skills.github.com).

If you found any bug or have some questions, use [issues tab](https://github.com/imponeer/editor-contracts/issues) and write there your questions.