mischa/vpicnhtsa

There is no license information available for the latest version (0.1.2) of this package.

0.1.2 2021-07-28 12:00 UTC

This package is auto-updated.

Last update: 2024-03-28 17:35:18 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

Now with number search with possible vin results; Number search doesnt depend on case or cyrillic symbols;

Installation

You can install the package via composer:

composer require mischa/vpicnhtsa

Usage

http://127.0.0.1:8000/search/vin/SALLMAMA44A150851
http://127.0.0.1:8000/search/number/ap9810ex

```bash
php artisan search:vin SALLMAMA44A150851
php artisan search:number Ap9810еХ


// Usage description here

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email mischa.guilty@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.