Download the PHP package networkrailbusinesssystems/oracle-api without Composer
On this page you can find all versions of the php package networkrailbusinesssystems/oracle-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download networkrailbusinesssystems/oracle-api
More information about networkrailbusinesssystems/oracle-api
Files in networkrailbusinesssystems/oracle-api
Package oracle-api
Short Description Provide end points for sending and receiving data from Oracle (iStore Catalogue)
License MIT
Homepage https://github.com/Network-Rail-Business-Systems/oracle-api
Informations about the package oracle-api
Oracle api.
This api is for searching and ordering iStore catalogue items.
Built for Laravel 10.
Installation
Add the library via Composer: composer require networkrailbusinesssystems/oracle-api
Once installed, export the config: php artisan vendor:publish --provider="NetworkRailBusinessSystems\OracleApi\OracleApiServiceProvider.php"
-
Set for accessing the Oracle
- Set for Searching by item or description from Oracle.
Then you can use the OracleCatalogueHelper class functions in your project for item search:
- Set for Order submission.
Then you can use the OracleCatalogueHelper class function for order submission:
The Oracle API package makes use of the Laravel Http Client. This enables you to fake the Http response in your test, so it doesn't need a live connection to the Oracle API.
- Set for fake search response and order submission.