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 📛 🚫 💯
- Host: GitHub
- URL: https://github.com/deno-sandbox/php
- Owner: Deno-Sandbox
- Created: 2021-12-23T10:05:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-10T13:05:29.000Z (about 4 years ago)
- Last Synced: 2025-03-17T22:44:33.905Z (over 1 year ago)
- Topics: deno, php
- Language: TypeScript
- Homepage: https://deno.land/x/php
- Size: 68.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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()
```