PHPackages                             planpoint/planpoint - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. planpoint/planpoint

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

planpoint/planpoint
===================

Planpoint PHP Library

01PHPCI passing

Since Apr 20Pushed 3mo agoCompare

[ Source](https://github.com/planpoint-io/planpoint-sdk-php)[ Packagist](https://packagist.org/packages/planpoint/planpoint)[ RSS](/packages/planpoint-planpoint/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

planpoint-sdk-php
=================

[](#planpoint-sdk-php)

Official PHP SDK for the [Planpoint](https://app.planpoint.io) API.

Requirements
------------

[](#requirements)

- PHP 8.1+
- Composer

Installation
------------

[](#installation)

Create a `composer.json` in your project:

```
{
  "require": { "planpoint/planpoint": "dev-main" },
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/planpoint-io/planpoint-sdk-php"
    }
  ],
  "minimum-stability": "dev"
}
```

Then install:

```
composer install
```

> **SSL Note:** If you get a cURL SSL certificate error on Windows, download the CA bundle and add to your `php.ini`:
>
> ```
> curl.cainfo=C:\path\to\cacert.pem
> openssl.cafile=C:\path\to\cacert.pem
> ```
>
>
>
> Download `cacert.pem` from [curl.se/ca/cacert.pem](https://curl.se/ca/cacert.pem).

Quick Start
-----------

[](#quick-start)

```
