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: 5 months ago
JSON representation

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!

```