Libraries tagged by Api Key
syradev/rt_simpleosm
3068 Downloads
Insert a simple OpenStreetMap. No API key required!
lelevar/sms
18 Downloads
Lelevar SMS Package for Laravel simplifies SMS sending via the Lelevar SMS API. It supports single and bulk SMS messaging with easy API key configuration, optional facades, and a helper function for quick integration. Ideal for integrating SMS into Laravel apps effortlessly.
jeffersongoncalves/filament-check-whois-widget
2 Downloads
The Filament Check Whois Widget is a package for the Filament PHP framework that allows you to easily check the WHOIS information for domains. It integrates seamlessly with Filament's AdminPanel, providing a clean and user-friendly interface. The widget fetches WHOIS data using an external API (requiring an API key), displaying key details like registrant information, registration date, and expiry date. Configuration options allow for customization of the widget's appearance and behavior, such as setting the number of domains displayed per row, the column span, and whether to show a title. This simplifies the process of obtaining crucial domain information within your Filament application.
jamesjara/transcriptyoutube
37 Downloads
php transcript youtube api and xml parser without api key
designbycode/google-maps-place-details
89 Downloads
The Reviews class is a part of the Designbycode namespace and is used to fetch reviews, rating, and user ratings total of a place using the Google Places API. It requires a Google Maps API key and a Google Maps place ID to make requests.
arglbr/geeklist-php
12 Downloads
Get stuff of a given user at Geeklist, without an API key.
romeoz/rock-cache
3083 Downloads
Unified API for key-value storages in memory. As a storage can be used: APC, Redis, Memcache, Couchbase or MongoDB. All storage objects have one interface, so you can switch them without changing the working code.
bhujel/secret-header
53 Downloads
Package for create api secret key and bind api for authenticated access
laravel-ready/open-google-translate
15 Downloads
Simple Google Translate API implementation without key
emrahyurttutan/google-trends
2271 Downloads
PHP Google Trends API and Google Keyword Suggest
tootootltd/azure-text-analytics
331 Downloads
A Laravel wrapper around Azure's Text Analytics API. Including; Sentiment Analysis, Key Phrase Extraction, Named Entity Recognition, and Language Detection
buchin/statcounter
124 Downloads
Extract keyword using statcounter API
tomatophp/tomato-translations-module
713 Downloads
Database Base Translations Keys with Google Translations API Integration
hparadiz/aws-instance-connect
9 Downloads
Uses AWS Instance Connect API to authorize an SSH key and automatically runs the SSH command using that key for you.
malkusch/php-index
19813 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.