Skip to content

Installation

Set up packeton

For setting up access to our private repository, refer to our Private PHP Package Repository Setup Guide.

In composer.json add repositories:

json
"repositories": [
  {
    "type": "composer",
    "url": "https://pkg.getcars.dev"
  }
]

Install the package

bash
composer require carro/sso-client

The MIT License (MIT). Please see License File in the repository for more information.