Git Product home page Git Product logo

square-php-sdk's Introduction

Square PHP SDK

Build PHP version Apache-2 license

Use this library to integrate Square payments into your app and grow your business with Square APIs including Catalog, Customers, Employees, Inventory, Labor, Locations, and Orders.

Requirements

Use of the Square PHP SDK requires:

  • PHP 7.4 through PHP ^8.0

Installation

For more information, see Set Up Your Square SDK for a PHP Project.

Quickstart

For more information, see Square PHP SDK Quickstart.

Usage

For more information, see Using the Square PHP SDK.

Tests

First, clone the repo locally and cd into the directory.

git clone https://github.com/square/square-php-sdk.git
cd square-php-sdk

Next, make sure you've downloaded Composer, following the instructions here and then run the following command from the root of the repository:

composer install

Before running the tests, find a sandbox token in your Developer Dashboard and set environment variables:

export SQUARE_ACCESS_TOKEN=mytoken
export SQUARE_ENVIRONMENT=sandbox

Run the tests:

composer run test

All environment variables:

  • SQUARE_TIMEOUT - number
  • SQUARE_NUMBER_OF_RETRIES - number
  • SQUARE_MAXIMUM_RETRY_WAIT_TIME - number
  • SQUARE_SQUARE_VERSION - string
  • SQUARE_USER_AGENT_DETAIL - string
  • SQUARE_CUSTOM_URL - string
  • SQUARE_ACCESS_TOKEN - string
  • SQUARE_ENVIRONMENT - string - one of production, sandbox, custom

SDK Reference

Payments

Terminal

Orders

Subscriptions

Invoices

Items

Customers

Loyalty

Gift Cards

Bookings

Business

Team

Financials

Online

Authorization

Webhook Subscriptions

Deprecated APIs

The following Square APIs are deprecated:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.