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

ActiveLibrary

devdojo/behance
===============

6161[1 issues](https://github.com/thedevdojo/behance/issues)PHP

Since Mar 12Pushed 12y ago1 watchersCompare

[ Source](https://github.com/thedevdojo/behance)[ Packagist](https://packagist.org/packages/devdojo/behance)[ RSS](/packages/devdojo-behance/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Behance API
===========

[](#behance-api)

Behance API Package for Laravel 4

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

[](#installation)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `devdojo/behance`.

```
"require": {
	"devdojo/behance": "dev-master"
}

```

Next, update Composer from the Terminal:

```
composer update

```

Once this operation completes, you'll need to add the service provider. Open `app/config/app.php`, and add a new item to the providers array.

```
'Devdojo\Behance\BehanceServiceProvider',

```

Finally, you'll need to publish the config file. Add the following command in Terminal.

```
php artisan config:publish devdojo/behance

```

Then open up `app/config/packages/devdojo/behance/keys.php` and add your Behance Client ID and Client Secret. And that's it! You're all set to go.

Usage
-----

[](#usage)

Here's an example of how to get the featured projects from behance.

```
print_r(Behance::searchProjects());
```

For further info on using the Behance API, be sure to checkout: [https://github.com/behance/network\_api\_php](https://github.com/behance/network_api_php)

Hope you enjoy :)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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://avatars.githubusercontent.com/u/2907450?v=4)[devdojo](/maintainers/devdojo)[@DevDojo](https://github.com/DevDojo)

---

Top Contributors

[![tnylea](https://avatars.githubusercontent.com/u/601261?v=4)](https://github.com/tnylea "tnylea (8 commits)")

### Embed Badge

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

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

PHPackages © 2026

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