Download the PHP package ra/silex-rest-api without Composer
On this page you can find all versions of the php package ra/silex-rest-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ra/silex-rest-api
More information about ra/silex-rest-api
Files in ra/silex-rest-api
Download ra/silex-rest-api
More information about ra/silex-rest-api
Files in ra/silex-rest-api
Vendor ra
Package silex-rest-api
Short Description Silex based REST API, which can be used to retrieve data from arbitrary systems to feed into the renzel.agentur Admin, for search and the SEO tool
License proprietary
Package silex-rest-api
Short Description Silex based REST API, which can be used to retrieve data from arbitrary systems to feed into the renzel.agentur Admin, for search and the SEO tool
License proprietary
Please rate this library. Is it a good library?
Informations about the package silex-rest-api
Installation:
- Install using composer
- Create a .php file that is reachable via HTTP
- 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'
- 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
All versions of silex-rest-api with dependencies
PHP Build Version
Package Version
The package ra/silex-rest-api contains the following files
Loading the files please wait ....