# Creating a Customer in PHP

DevFeed: [Creating a Customer in PHP](<https://devfeed.tech/articles/creating-a-customer-in-php-15588.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/creating-a-customer-in-php>)

Author: Tristan Sokol

Published: 2017-10-20T21:24:46Z

Content type: tutorial

Language: en

Sources: [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

Topics: [PHP](<https://devfeed.tech/topics/php.md>), [API](<https://devfeed.tech/topics/api.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Composer](<https://devfeed.tech/topics/composer.md>)

Tags: [account](<https://devfeed.tech/tags/account.md>), [api](<https://devfeed.tech/tags/api.md>), [apis](<https://devfeed.tech/tags/apis.md>), [code](<https://devfeed.tech/tags/code.md>), [customer](<https://devfeed.tech/tags/customer.md>), [customers](<https://devfeed.tech/tags/customers.md>), [php](<https://devfeed.tech/tags/php.md>), [post](<https://devfeed.tech/tags/post.md>), [script](<https://devfeed.tech/tags/script.md>), [sdk](<https://devfeed.tech/tags/sdk.md>)

## AI overview

A tutorial explaining how to create a customer in Square's Customers API using PHP. It describes loading the PHP SDK installed with Composer, setting an account access token, creating a customer object, and submitting it through the API.

## Source excerpt

Using Square's Customers API using PHP