Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaemnnosttv/silk
A modern API for WordPress.
https://github.com/aaemnnosttv/silk
packagist wordpress wordpress-php-library
Last synced: 13 days ago
JSON representation
A modern API for WordPress.
- Host: GitHub
- URL: https://github.com/aaemnnosttv/silk
- Owner: aaemnnosttv
- License: mit
- Created: 2016-01-18T17:37:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T22:04:14.000Z (almost 6 years ago)
- Last Synced: 2024-10-19T16:26:18.848Z (26 days ago)
- Topics: packagist, wordpress, wordpress-php-library
- Language: PHP
- Homepage: https://aaemnnost.tv/silk/
- Size: 332 KB
- Stars: 68
- Watchers: 9
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Silk
[![Travis Build](https://img.shields.io/travis/aaemnnosttv/silk/master.svg)](https://travis-ci.org/aaemnnosttv/silk)
[![Coveralls](https://img.shields.io/coveralls/aaemnnosttv/silk/master.svg)](https://coveralls.io/github/aaemnnosttv/silk?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/aaemnnosttv/silk/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/aaemnnosttv/silk/?branch=master)
[![Gitter](https://img.shields.io/gitter/room/aaemnnosttv/silk.svg)](https://gitter.im/aaemnnosttv/silk)
[![Packagist](https://img.shields.io/packagist/v/silk/silk.svg)](https://packagist.org/packages/silk/silk)
[![Packagist](https://img.shields.io/packagist/l/silk/silk.svg)](https://packagist.org/packages/silk/silk)A modern API for WordPress.
**The current API is still evolving as the project grows closer to v1.0 and may introduce breaking changes.**
Use with confidence, upgrade with care.
## What is Silk?
Silk is a library designed as a thin layer on top of WordPress, abstracting away the mess of functions into a clean and expressive object-oriented API. Use as much or little as you want, while maintaining compatibility with everything else that's meant to work with WordPress.
[Read the documentation](https://github.com/aaemnnosttv/silk-docs) for examples and more.
Or check out the [API documentation](https://api.silk.aaemnnost.tv/master/) if you're into that kind of thing.
## Installation
```bash
composer require silk/silk
```## Contributing
Contributions are welcome! If you're interested in contributing to the project, please open an issue first. I would hate to decline a Pull Request forged by hours of effort for any reason, so please read the contribution guidelines first.