Socket
Socket
Sign inDemoInstall

@coffeekraken/s-data-file-php

Package Overview
Dependencies
631
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @coffeekraken/s-data-file-php

Nice and easy to use class to load data from "PHP" files


Version published
Weekly downloads
256
decreased by-8.57%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

{{#> layout-readme }}

SDataFilePhp

This package expose a simple SDataFilePhp class that allows you to load data .php files.

Features

  • Supported file types:
    • .php: A php file that return some data
  • Nothing more, nothing less...

Usage

Here's a simple example how to use the SDataFilePhp class:

import __SDataFilePhp from '@coffeekraken/s-data-file-php';
const dataFromPhp = await __SDataFilePhp.load('/my/cool/file.php');

API

For more information about the API, please check out the API documentation

{{/ layout-readme }}

FAQs

Last updated on 18 Aug 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc