An open API service indexing awesome lists of open source software.

https://github.com/oknoorap/arrandel

:princess: Get PHP array variable in Node.js
https://github.com/oknoorap/arrandel

nodejs php php-array

Last synced: 6 months ago
JSON representation

:princess: Get PHP array variable in Node.js

Awesome Lists containing this project

README

          

# arrandel
:princess: Get PHP array variable in Node.js

## Install

```bash
#Yarn
yarn add arrandel

#NPM
npm install arrandel --save
```

## Usage

```javascript
const arry = arrandel('/path/to/php-file.php')
console.log(arry)
```

## License
MIT © [oknoorap](https://github.com/oknoorap)