-
Notifications
You must be signed in to change notification settings - Fork 0
REST API for oxid shop with Silex Application Framework
License
renzelagentur/silex-ra-rest-api
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Installation:
1. Install using composer
2. Create a .php file that is reachable via HTTP
3. Add the following in it
define('CONNECTED_APP', 'Oxid');
define('CONNECTED_APP_ROOT', __DIR__ . '/../');
include 'vendor/autoload.php';
CONNECTED_APP_ROOT is the relative path to the connected app
The autloader of composer must be inlcuded
Also make sure, to include app.php from this package like:
include 'vendor/ra/rest/app.php'
4. Copy either the .htaccess file or the content of it, to a .htaccess file that resides inside the same directory as your rest entry script
About
REST API for oxid shop with Silex Application Framework
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published