PHPackages                             ulovdomov/webflow-php-sdk - 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. ulovdomov/webflow-php-sdk

AbandonedLibrary[API Development](/categories/api)

ulovdomov/webflow-php-sdk
=========================

PHP SDK for the Webflow CMS API

0.1.1(6y ago)05.4kMITPHP

Since Aug 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ulovdomov/webflow-php-sdk)[ Packagist](https://packagist.org/packages/ulovdomov/webflow-php-sdk)[ RSS](/packages/ulovdomov-webflow-php-sdk/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (10)Used By (0)

PHP SDK for the Webflow CMS API
===============================

[](#php-sdk-for-the-webflow-cms-api)

[![Build Status](https://camo.githubusercontent.com/3b21ce7fc913ba07b69bcd60a46a9453e9a8008431259c76f18aa82cf2c5c3e9/68747470733a2f2f7472617669732d63692e636f6d2f6578706572746c6561642f776562666c6f772d7068702d73646b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/expertlead/webflow-php-sdk)

Implementation based on [Webflow CMS API Reference](https://developers.webflow.com/#cms-api-reference)

Features implemented
--------------------

[](#features-implemented)

- Get Current Authorization Info
- List Sites
- Get Specific Site
- Publish Site
- List Domains
- List Collections
- Get Collection with Full Schema
- **Get All Items for a Collection (including paginated results)**
- **Find one or Create Item by Name**
- Get Single Item
- Create New Collection Item
- Update Collection Item
- Patch Collection Item
- Remove Collection Item

Usage
-----

[](#usage)

Check  on how to generate `YOUR_WEBFLOW_API_TOKEN`

### Get Current Authorization Info

[](#get-current-authorization-info)

```
$webflow = new \Webflow\Api('YOUR_WEBFLOW_API_TOKEN');
$webflow->info();

```

### List Sites

[](#list-sites)

```
$webflow->sites();

```

### List Collections

[](#list-collections)

```
$webflow->collections($siteid);

```

### Get All Items for a Collection (including paginated results)

[](#get-all-items-for-a-collection-including-paginated-results)

```
$webflow->itemsAll($collectionId);

```

### Get Single Item

[](#get-single-item)

```
$webflow->item($collectionId, $itemId);

```

### Create New Collection Item

[](#create-new-collection-item)

```
$fields = [
    'name' => 'New item created via API',
    # ...
];
$webflow->createItem($collectionId, $fields);

```

### Update Collection Item

[](#update-collection-item)

```
$webflow->updateItem($collectionId, $itemId, $fields);

```

### Remove Collection Item

[](#remove-collection-item)

```
$webflow->removeItem($collectionId, $itemId);

```

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

[](#installation)

```
# Install Composer
composer require ulovdomov/webflow-php-sdk

```

No extra dependencies! You are welcome ;)

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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.

###  Release Activity

Cadence

Every ~51 days

Recently: every ~96 days

Total

9

Last Release

2431d ago

### Community

Maintainers

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

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

---

Top Contributors

[![wivern-co-uk](https://avatars.githubusercontent.com/u/2115473?v=4)](https://github.com/wivern-co-uk "wivern-co-uk (12 commits)")[![sikulam](https://avatars.githubusercontent.com/u/17566044?v=4)](https://github.com/sikulam "sikulam (8 commits)")[![assertchris](https://avatars.githubusercontent.com/u/200609?v=4)](https://github.com/assertchris "assertchris (3 commits)")[![johny-patera](https://avatars.githubusercontent.com/u/988835?v=4)](https://github.com/johny-patera "johny-patera (2 commits)")[![johncorrelli](https://avatars.githubusercontent.com/u/18272064?v=4)](https://github.com/johncorrelli "johncorrelli (1 commits)")[![tobya](https://avatars.githubusercontent.com/u/325502?v=4)](https://github.com/tobya "tobya (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ulovdomov-webflow-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/ulovdomov-webflow-php-sdk/health.svg)](https://phpackages.com/packages/ulovdomov-webflow-php-sdk)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M453](/packages/google-gax)

PHPackages © 2026

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