viperxes / client
Rest recruitment task (client)
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/viperxes/client
Requires
- php: >=7.0.0
- guzzlehttp/guzzle: ^6.3
- laravel/framework: 5.5.*
- laravelcollective/html: ^5.5
This package is not auto-updated.
Last update: 2025-10-04 05:30:06 UTC
README
#REST recruitment task (Client)
###Installation with Composer
- Add package: composer require viperxes/client:dev-master
- Add package provider to config/app.php (ClientServiceProvider)
- Publish config and views from package
- Set config variable API_BASE_URI (config/client.php) to communicate with REST API.
###License
This project is licensed under the MIT License - see the LICENSE file for details