Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coldacid/ob-php
https://github.com/coldacid/ob-php
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/coldacid/ob-php
- Owner: coldacid
- License: gpl-3.0
- Created: 2022-04-19T01:14:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T01:15:01.000Z (over 2 years ago)
- Last Synced: 2024-11-07T06:48:51.378Z (about 2 months ago)
- Language: Emacs Lisp
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Installation
============I put it in Org-mode contrib/ now.
Usage
=====You don't need to include ` ... ?>` in src block now. Like this:
```org
#+BEGIN_SRC php
echo "Hello, World!\n";
#+END_SRC#+RESULTS:
: Hello, World!```