PHPackages                             apility/laravel-netflex-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. apility/laravel-netflex-api

Abandoned → [apility/laravel-netflex-api](/?search=apility%2Flaravel-netflex-api)ArchivedLibrary[API Development](/categories/api)

apility/laravel-netflex-api
===========================

Netflex API facade for Laravel

v1.0.0(6y ago)04MITPHPPHP ^7.1

Since Oct 25Pushed 6y agoCompare

[ Source](https://github.com/apility/laravel-netflex-api)[ Packagist](https://packagist.org/packages/apility/laravel-netflex-api)[ Docs](https://github.com/apility/laravel-netflex-api)[ RSS](/packages/apility-laravel-netflex-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

laravel-netflex-api
===================

[](#laravel-netflex-api)

A service provider which provides a facade for accessing the Netflex API.

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

[](#installation)

```
composer require apility/laravel-netflex-api
php artisan vendor:publish --tag=netflex-api
```

Configuration
-------------

[](#configuration)

Add your Netflex API keys in your .env file or ENV variables

```
NETFLEX_PUBLIC_KEY=12345678abcdef12345678abcdef12345678abcdef12345678abcdef12345678
NETFLEX_PRIVATE_KEY=12345678abcdef12345678abcdef12345678abcdef12345678abcdef12345678

```

Usage
-----

[](#usage)

```
use NetflexAPI;

$structures = NetflexAPI::get('builder/structures');

/*
[
  {
    "id": "10000",
    "name": "Articles",
    "description": "Articles posted to our website",
    "created": "2019-10-25 16:30:00",
    "value_edit": null,
    "value_create": null,
    "value_media": null,
    "value_relations": null,
    "value_name": null,
    "value_tags": null,
    "value_variants": null,
    "value_author": null,
    "canonical_page_id": "0",
    "hide_url": "0",
    "generate_sitemap": "0",
    "url_scheme": null,
    "tags": null
  }
]
*/
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2440d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14291825?v=4)[Thomas Alrek](/maintainers/thomas-alrek)[@thomas-alrek](https://github.com/thomas-alrek)

---

Top Contributors

[![thomas-alrek](https://avatars.githubusercontent.com/u/14291825?v=4)](https://github.com/thomas-alrek "thomas-alrek (1 commits)")

---

Tags

laravel-packagenetflexlaravelnetflex

### Embed Badge

![Health badge](/badges/apility-laravel-netflex-api/health.svg)

```
[![Health](https://phpackages.com/badges/apility-laravel-netflex-api/health.svg)](https://phpackages.com/packages/apility-laravel-netflex-api)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6277.0k5](/packages/riclep-laravel-storyblok)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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