developerssavyour / milvus
A package to connect milvus DB with php laravel
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is not auto-updated.
Last update: 2025-07-09 21:03:55 UTC
README
This is the package to connect milvus Vector DB with laravel via its APIs
Installation
You can install the package via composer:
composer require developerssavyour/milvus
Next, publish the configuration file:
php artisan vendor:publish --provider="DevelopersSavyour\Milvus\MilvusServiceProvider"
Or for Lumen Project manually add service provider: "DevelopersSavyour\Milvus\MilvusServiceProvider" to bootstrap/app.php and run
composer dump-autoload
Usage
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 muhammad.hammad@savyour.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.