PHPackages                             fond-of-spryker/companies-company-addresses-rest-api - 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. [API Development](/categories/api)
4. /
5. fond-of-spryker/companies-company-addresses-rest-api

ActiveLibrary[API Development](/categories/api)

fond-of-spryker/companies-company-addresses-rest-api
====================================================

Company company addresses rest api

02.7kPHP

Since Apr 6Pushed 2y ago3 watchersCompare

[ Source](https://github.com/fond-of/spryker-companies-company-addresses-rest-api)[ Packagist](https://packagist.org/packages/fond-of-spryker/companies-company-addresses-rest-api)[ RSS](/packages/fond-of-spryker-companies-company-addresses-rest-api/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (6)Used By (0)

Company Addresses Glue Application Module
=========================================

[](#company-addresses-glue-application-module)

[![PHP from Travis config](https://camo.githubusercontent.com/9d245815c30188a34e60692f24442c3fe7e92f9958d8a7a1d6f7463e7ed866b3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7068702d762f73796d666f6e792f73796d666f6e792e737667)](https://php.net/)[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://packagist.org/packages/fond-of-spryker/companies-company-addresses-rest-api)

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

[](#installation)

```
composer require fond-of-spryker/companies-company-addresses-rest-api

```

Glue API
--------

[](#glue-api)

Add/Update Company Unit Address

##### POST {{glue\_uri}}//companies/{{company\_uuid}}/companies-company-addresses/

[](#post-glue_uricompaniescompany_uuidcompanies-company-addresses)

##### Example

[](#example)

```
curl -X POST "http://glue.yourdomain.com/companies/{{company_uuid}}/companies-company-addresses/" \
     -H 'Content-Type: application/json' \
     -d $'{
          "data": {
            "type": "companies-company-addresses",
                "attributes": {
                  "name1": "{{name1}}",
                  "name2": "{{name2}}",
                  "address1": "{{address1}}",
                  "address2": "{{address2}}",
                  "city": "{{city}}",
                  "zipCode": "{{zipCode}}",
                  "country": "{{countryIso2Code}}",
                  "phone": "{{phone}}",
                  "fax": "{{fax}}",
                  "comment": "{{comment}}",
                  "isDefaultBilling": {{is default billing}}
                }
              }
          }
     }'
```

##### PATCH {{glue\_uri}}//companies/{{company\_uuid}}/companies-company-addresses/{{company\_unit\_address\_uuid}}

[](#patch-glue_uricompaniescompany_uuidcompanies-company-addressescompany_unit_address_uuid)

##### Example

[](#example-1)

```
curl -X POST "http://glue.yourdomain.com/companies/{{company_uuid}}/companies-company-addresses/{{company_unit_address_uuid}}" \
     -H 'Content-Type: application/json' \
     -d $'{
          "data": {
            "type": "companies-company-addresses",
                "attributes": {
                  "name1": "{{name1}}",
                  "name2": "{{name2}}",
                  "address1": "{{address1}}",
                  "address2": "{{address2}}",
                  "city": "{{city}}",
                  "zipCode": "{{zipCode}}",
                  "country": "{{countryIso2Code}}",
                  "phone": "{{phone}}",
                  "fax": "{{fax}}",
                  "comment": "{{comment}}",
                  "isDefaultBilling": {{is default billing}}
                }
              }
          }
     }'
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c555494ccfc76f8679a78d4174f15a7d760471d36a999c5c6952e830d8b7a2c1?d=identicon)[gengjozsef](/maintainers/gengjozsef)

---

Top Contributors

[![gengjozsef](https://avatars.githubusercontent.com/u/20280713?v=4)](https://github.com/gengjozsef "gengjozsef (12 commits)")[![SpiderDan98](https://avatars.githubusercontent.com/u/40319023?v=4)](https://github.com/SpiderDan98 "SpiderDan98 (5 commits)")[![daniel-rose](https://avatars.githubusercontent.com/u/489806?v=4)](https://github.com/daniel-rose "daniel-rose (1 commits)")

### Embed Badge

![Health badge](/badges/fond-of-spryker-companies-company-addresses-rest-api/health.svg)

```
[![Health](https://phpackages.com/badges/fond-of-spryker-companies-company-addresses-rest-api/health.svg)](https://phpackages.com/packages/fond-of-spryker-companies-company-addresses-rest-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
