Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaschioudi/ojs3-rest-api-webapp-sample
Sample web app consuming OJS 3 REST API
https://github.com/kaschioudi/ojs3-rest-api-webapp-sample
Last synced: 3 months ago
JSON representation
Sample web app consuming OJS 3 REST API
- Host: GitHub
- URL: https://github.com/kaschioudi/ojs3-rest-api-webapp-sample
- Owner: kaschioudi
- Created: 2017-05-29T22:21:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T22:24:46.000Z (over 7 years ago)
- Last Synced: 2024-05-15T04:32:02.196Z (6 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ojs3-rest-api-webapp-sample
===============
Sample web app consuming OJS 3 REST APIAbout
-----
This is a sample web app showing how [OJS 3](https://github.com/pkp/ojs) REST API could be consumed from a standalone web app.System Requirements
-------------------
A recent version of PHP 5.5+Dependencies
------------
[Guzzle](https://packagist.org/packages/guzzlehttp/guzzle)[Slim](https://github.com/slimphp/Slim)
[Twig](https://github.com/slimphp/Twig-View)
Installation
------------
`git clone``composer install`
Configuration
-------------
Enter api token, OJS install url, journal name and api version.