PHPackages                             behance/api-network - 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. behance/api-network

ActiveLibrary[API Development](/categories/api)

behance/api-network
===================

Simply connect to the Behance Network using PHP and cURL

836.0k↓50%[1 issues](https://github.com/behance/network_api_php/issues)PHP

Since Oct 10Pushed 7y ago8 watchersCompare

[ Source](https://github.com/behance/network_api_php)[ Packagist](https://packagist.org/packages/behance/api-network)[ RSS](/packages/behance-api-network/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Behance API Logo](https://camo.githubusercontent.com/8f1226ea91c5d54967921a9c532be46d11e375ce3603c6abff5b565937f61aca/687474703a2f2f6173736574732e626568616e63652e6e65742f696d672f6465762f676561722e706e67)](https://camo.githubusercontent.com/8f1226ea91c5d54967921a9c532be46d11e375ce3603c6abff5b565937f61aca/687474703a2f2f6173736574732e626568616e63652e6e65742f696d672f6465762f676561722e706e67)

Behance Network API / PHP (5.2+)
================================

[](#behance-network-api--php-52)

Basic implementation to access User, Project, Work in Progress and Collection data

See  for more information and documentation.

Authentication
--------------

[](#authentication)

Get an API key by registering your application here:

Install via Composer
--------------------

[](#install-via-composer)

```
{
   "require": {
     "behance/api-network": "~2.0.0"
   }
}
```

Usage
-----

[](#usage)

```
require_once( './vendor/autoload.php' );

$client = new Behance\Client( $client_id );

// User data
$client->getUser( 'bryan' );

// User's list of projects
$client->getUserProjects( 'bryan' );

// User's work in progress
$client->getUserWips( 'cfaydi' );

// Project data
$client->getProject( 2812719 );

// Project's comments
$client->getProjectComments( 2812719 );

// Featured project list
$client->searchProjects( array() );

// Search for motorcycles
$client->searchProjects( array( 'q' => 'motorcycles' ) );
```

Requirements
------------

[](#requirements)

1. Requires PHP 5.2+
2. PHP cURL module

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.3% 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/2cdd24937af0c96026d29e74fd67213ec7c350bf12b4a1a330eb1ed65e0c2ba7?d=identicon)[bryanlatten](/maintainers/bryanlatten)

---

Top Contributors

[![mikeklein13](https://avatars.githubusercontent.com/u/1933981?v=4)](https://github.com/mikeklein13 "mikeklein13 (19 commits)")[![marknotfound](https://avatars.githubusercontent.com/u/1442186?v=4)](https://github.com/marknotfound "marknotfound (6 commits)")[![mlebrun](https://avatars.githubusercontent.com/u/1110071?v=4)](https://github.com/mlebrun "mlebrun (4 commits)")[![benedyktdryl](https://avatars.githubusercontent.com/u/576068?v=4)](https://github.com/benedyktdryl "benedyktdryl (1 commits)")[![jackie](https://avatars.githubusercontent.com/u/1202360?v=4)](https://github.com/jackie "jackie (1 commits)")

### Embed Badge

![Health badge](/badges/behance-api-network/health.svg)

```
[![Health](https://phpackages.com/badges/behance-api-network/health.svg)](https://phpackages.com/packages/behance-api-network)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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