Core API backing the Open Resource Manager ecosystem.
dev-master
2020-06-03 19:25 UTC
Requires
- php: ~7.1.0
- arcanedev/log-viewer: ~4.0
- arcanedev/no-captcha: ~3.0
- barryvdh/laravel-ide-helper: ^2.2
- creativeorange/gravatar: ~1.0
- darkaonline/l5-swagger: ~3.0
- davejamesmiller/laravel-breadcrumbs: ^3.0
- dingo/api: 1.0.x@dev
- doctrine/dbal: ^2.8
- edvinaskrucas/settings: 2.0.0
- hieu-le/active: ~2.0
- laravel/framework: 5.3.*
- laravel/socialite: ^2.0
- laravelcollective/html: 5.3.*
- predis/predis: ^1.1
- simplesoftwareio/simple-sms: 3.1.*
- snowfire/beautymail: dev-master
- tamtamchik/namecase: ^1.0
- tymon/jwt-auth: 0.5.*
- yajra/laravel-datatables-oracle: ~6.0
Requires (Dev)
- barryvdh/laravel-debugbar: ^2.1
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.0
- symfony/css-selector: 3.1.*
- symfony/dom-crawler: 3.1.*
Suggests
- open-resource-manager/asset-verification-server: Asset verification server used to verify mobile phones and emails registered in ORM core.
- open-resource-manager/client-laravel: ORM Client library with enhancements for the Laravel backbone of ORM.
- dev-master
- dev-dependabot/npm_and_yarn/qs-6.4.1
- dev-dependabot/composer/guzzlehttp/guzzle-6.5.8
- dev-dependabot/composer/guzzlehttp/psr7-1.8.5
- dev-dependabot/npm_and_yarn/node-sass-7.0.0
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/tar-2.2.2
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/underscore-1.13.1
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/lodash.merge-4.6.2
- dev-dependabot/npm_and_yarn/jquery-3.5.0
- dev-dependabot/npm_and_yarn/yarn-1.22.0
- dev-dependabot/npm_and_yarn/debug-2.6.9
- dev-dependabot/npm_and_yarn/marked-0.3.19
- dev-dependabot/npm_and_yarn/sshpk-1.16.1
This package is auto-updated.
Last update: 2024-10-09 05:02:56 UTC
README
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.