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
- Host: GitHub
- URL: https://github.com/oknoorap/arrandel
- Owner: oknoorap
- License: mit
- Created: 2017-08-01T01:21:44.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2017-08-01T03:04:01.000Z (over 8 years ago)
- Last Synced: 2025-07-03T11:04:09.337Z (6 months ago)
- Topics: nodejs, php, php-array
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)