prismic / hack-sdk
Hack development kit for prismic.io
Requires
- php: >=5.3.3
- ext-curl: *
- ext-json: *
- guzzle/guzzle: ~3.7
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is not auto-updated.
Last update: 2024-10-26 16:10:22 UTC
README
Getting started
Install the kit for your project
The best way to install the library is with the composer package manager (install it if you haven't yet)
Then run this from your project's root in order to add the dependency:
composer require prismic/hack-sdk
If asked for a version, type in 'dev-master' (unless you want another version):
Please provide a version constraint for the prismic/hack-sdk requirement: dev-master
Usage in your Hack code:
<?hh include_once __DIR__.'/../vendor/autoload.php'; use Prismic\Api;
Get started with prismic.io
You can find out how to get started with prismic.io on our prismic.io developer's portal.
Get started using the kit
Also on our prismic.io developer's portal, on top of our full documentation, you will:
- get a thorough introduction of how to use prismic.io kits, including this one.
Contribute to the kit
Contribution is open to all developer levels, read our "Contribute to the official kits" documentation to learn more.
Install the kit locally
Clone this GitHub repository, then install Composer if you haven't, and run:
composer install
Test
Please write tests for any bugfix or new feature.
If you find existing code that is not optimally tested and wish to make it better, we really appreciate it; but you should document it on its own branch and its own pull request.
Documentation
Please document any bugfix or new feature.
If you find existing code that is not optimally documented and wish to make it better, we really appreciate it; but you should document it on its own branch and its own pull request.
Licence
This software is licensed under the Apache 2 license, quoted below.
Copyright 2013 Zengularity (http://www.zengularity.com).
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.