adding another sdk to composer

This commit is contained in:
Brian 2022-07-29 13:46:35 -06:00
parent a6849c201a
commit a83b61c264
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -23,6 +23,7 @@
"grimzy/laravel-mysql-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
// Media (image/video/audio) Management
"intervention/image": "", // image manipulation
@ -49,6 +50,7 @@
"kitloong/laravel-migrations-generator": "", // create migrations based on your existing database
"spatie/laravel-sitemap": "", // generate site maps
"artesaos/seotools": "", // automatic SEO tools
"eumanito/php-capitalize-names": "", // Capitalize names with funky rules
// Others/uncategorized
"appstract/laravel-opcache": "", // provides artisan commands to interact with opcache (not sure if site-specific)