Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prismicio/hack-kit
https://github.com/prismicio/hack-kit
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prismicio/hack-kit
- Owner: prismicio
- License: other
- Created: 2014-06-19T14:16:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-19T14:18:48.000Z (over 10 years ago)
- Last Synced: 2024-04-08T16:54:28.278Z (9 months ago)
- Language: PHP
- Size: 363 KB
- Stars: 2
- Watchers: 12
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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