https://github.com/ntidev/fsclientbundle
NTIFSClientBundle to use with NTIFS Server
https://github.com/ntidev/fsclientbundle
Last synced: 10 months ago
JSON representation
NTIFSClientBundle to use with NTIFS Server
- Host: GitHub
- URL: https://github.com/ntidev/fsclientbundle
- Owner: ntidev
- License: mit
- Created: 2018-03-06T14:34:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T14:42:52.000Z (over 8 years ago)
- Last Synced: 2025-03-24T18:29:19.104Z (over 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FSClientBundle
This is a client bundle to consume the NTIFS service/micro-service.
### Process
### Configuration
In your `config.yml`:
```
// ...
ntifs_client:
endpoint: http://[NTIFS_URL]/
app_name: [ASSIGNED_APP_NAME]
auth_key: [ASSIGNED_AUTH_KEY]
```