Core API backing the Open Resource Manager ecosystem.
10
1
2
Package Data
Maintainer Username: MelonSmasher
Maintainer Contact: markea125@gmail.com (Alex Markessinis)
Package Create Date: 2016-11-02
Package Last Update: 2022-12-09
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-03-27 03:19:53
Package Statistics
Total Downloads: 10
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 22

ORM Core API

License Build Status GitHub issues Documentation Status

About

ORM Core is a REST API designed to house institutional data and act as an intermediate between an existing ERP and an array of applications and systems.

Advantages
  • Near real time data propagation:
    • Depending on the existing ERP, data can be sent to the core API on the fly as it receives new and updated data. From there any client applications that reefer to ORM are up to date and any aggregates that need to be sent information are sent data through Redis Channels.
  • Control:
    • The API manager allows you to view API clients. In a large environment this has huge benefits, since it can be very hard to keep track of various flat file feeds.
  • Development:
    • The API interface eases the development of home grown programs and applications.
  • Security:
    • Fine grained access and permissions can be configured.
    • JWT authentication allows for easy and secure development.
  • Feedback:
    • API clients will be provided with detailed feedback which allows for error handling and error reporting on the client side as well as errors being log within ORM itself.
Features
  • REST API interface
  • API manager front end
  • API manager admin back end
  • API Accounts for different applications
  • Account permissions and access control
  • JWT authentication
  • API rate limit/throttle
  • API event history
  • Log viewer
  • Mobile Phone and Email verification
  • API metrics and statistics
  • API Event broadcast to event manager for 3rd party applications
  • Interactive documentation using OpenAPI fka(Swagger)

Documentation

For installation, update, and API spec documentation:

Related Software

Some cool projects that this software relies on.