Add initial project configuration and test setup
This commit is contained in:
parent
178e16627f
commit
7d2b2242aa
9 changed files with 110 additions and 0 deletions
6
examples/index.php
Normal file
6
examples/index.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
require 'ncc';
|
||||
import('net.nosial.socialbox');
|
||||
|
||||
\Socialbox\Socialbox::handleRpc();
|
Loading…
Add table
Add a link
Reference in a new issue