adding some geo-spatial mysql stuff

This commit is contained in:
Brian 2022-11-10 12:16:09 -07:00
parent 58a4701ba3
commit 5ceb315b6c
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -17,11 +17,15 @@
"spatie/laravel-permission": "",
"zizaco/entrust": "",
// Options/Flags
"spatie/laravel-model-flags": "", // add a simple true/false flag to any model
// SDKs
"aws/aws-sdk-php-laravel": "", // interact with S3 or S3-compatible storage
"propaganistas/laravel-phone": "", // uses Google's libphonenumber API to (try to) sanely handle phone numbers
"vladimir-yuldashev/laravel-queue-rabbitmq": "", // Interface with RabbitMQ servers
"grimzy/laravel-mysql-spatial": "", // Adds Geo-spatial column support for MySQL
"grimzy/laravel-mysql-spatial": "", // Adds Geo-spatial column support for MySQL (WARNING: only works with Laravel v8 or lower)
"matanyadaev/laravel-eloquent-spatial": "", // Adds Geo-spatial column support for MySQL
"irazasyed/telegram-bot-sdk": "", // unofficial Telegram Bot API/SDK
"torann/geoip": "", // support for multiple GeoIP services
"coderjerk/nasa-php": "", // NASA API integrations