Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prismicio/hack-kit


https://github.com/prismicio/hack-kit

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Hack development kit for prismic.io

### Getting started

#### Install the kit for your project

The best way to install the library is with the composer package manager ([install it](https://getcomposer.org/doc/00-intro.md) if you haven't yet)

Then run this from your project's root in order to add the dependency:

```bash
composer require prismic/hack-sdk
```

If asked for a version, type in 'dev-master' (unless you want another version):

```bash
Please provide a version constraint for the prismic/hack-sdk requirement: dev-master
```

Usage in your Hack code:

```php