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 2d 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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

2392d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/302a4d5539139f2957faf60d731a0fbb346a2a1419acf9ace282e91a3edd8099?d=identicon)[thomas-alrek](/maintainers/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

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[api-ecosystem-for-laravel/dingo-api

A RESTful API package for the Laravel and Lumen frameworks.

3121.5M10](/packages/api-ecosystem-for-laravel-dingo-api)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[kirschbaum-development/laravel-openapi-validator

Automatic OpenAPI validation for Laravel HTTP tests

581.1M5](/packages/kirschbaum-development-laravel-openapi-validator)

PHPackages © 2026

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