Download the PHP package totov/laravel-cap-hpi without Composer
On this page you can find all versions of the php package totov/laravel-cap-hpi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download totov/laravel-cap-hpi
More information about totov/laravel-cap-hpi
Files in totov/laravel-cap-hpi
Package laravel-cap-hpi
Short Description A Laravel implementation of the Cap HPI UK API - https://api.cap-hpi.co.uk/docs/index.html
License MIT
Homepage https://github.com/totov/laravel-cap-hpi
Informations about the package laravel-cap-hpi
A Laravel implementation of the Cap HPI UK API - https://api.cap-hpi.co.uk/docs/index.html
Requirements
- PHP ^8.0
- PHP ext-json
- Composer ^2.0
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
Examples above use VRM, but lookups can be performed using the VIN (or a combination of VIN & VRM) as per the documentation, just use ->byVin()
or ->byVinAndVRM()
instead.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Roadmap
- More in-depth testing per endpoint
- Use DataTransferObjects instead of returning JSON
- Automatically inject token into relevant requests
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Stephen Hamilton
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-cap-hpi with dependencies
guzzlehttp/guzzle Version ^7.3
illuminate/contracts Version ^8.37|^9.0|^10.0
illuminate/http Version ^8.46|^9.0|^10.0
spatie/laravel-package-tools Version ^1.4.3