2017 © Pedro Peláez
 

library api-network

Simply connect to the Behance Network using PHP and cURL

image

behance/api-network

Simply connect to the Behance Network using PHP and cURL

  • Friday, October 10, 2014
  • by bryanlatten
  • Repository
  • 45 Watchers
  • 50 Stars
  • 4,984 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 27 Forks
  • 9 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

Behance API Logo, (*1)

Behance Network API / PHP (5.2+)

Basic implementation to access User, Project, Work in Progress and Collection data, (*2)

See http://be.net/dev for more information and documentation., (*3)

Authentication

Get an API key by registering your application here: http://be.net/dev/register, (*4)

Install via Composer

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

Usage

``` php require_once( './vendor/autoload.php' );, (*5)

$client = new Behance\Client( $client_id );, (*6)

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

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

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

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

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

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

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

```, (*14)

Requirements

  1. Requires PHP 5.2+
  2. PHP cURL module

The Versions

10/10 2014

dev-master

9999999-dev http://github.com/behance/network_api_php

Simply connect to the Behance Network using PHP and cURL

  Sources   Download

MIT

The Requires

  • ext-curl *
  • php >=5.3.3

 

The Development Requires

api behance

10/10 2014

2.0.0

2.0.0.0 http://github.com/behance/network_api_php

Simply connect to the Behance Network using PHP and cURL

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *

 

The Development Requires

api behance

07/05 2013

1.0.0

1.0.0.0 http://github.com/behance/network_api_php

Simply connect to the Behance Network using PHP and cURL

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-curl *

 

api behance