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

https://github.com/deno-sandbox/php

!! PHP MODULE FOR DENO ⚠️ / NO FAKE 📛 🚫 💯
https://github.com/deno-sandbox/php

deno php

Last synced: about 2 months ago
JSON representation

!! PHP MODULE FOR DENO ⚠️ / NO FAKE 📛 🚫 💯

Awesome Lists containing this project

README

          

# XXX_phpPro_OF__XXX

# How to use ?
simply import module like this:
`import { PHP } from "https://deno.land/x/php/mod.ts"`

and use this :
look at the script

## USE
```ts
import { php } from "https://deno.land/x/php"
const myPHP = new php()

//[...]

myPHP.launch()
```