Libraries tagged by retrieve
php-extended/php-email-provider-interface
8501 Downloads
An interface library to retrieve email data from different providers
pgrimaud/horaires-ratp-sdk
2772 Downloads
RATP SDK - Retrieve schedules for any given RER (train), Metro, or Tramway stop in real time. The RATP is a public transport operator based in Paris, France.
pabloacastillo/ruc-paraguay
74 Downloads
This laravel package fetch, search and retrieve RUC codes from the official taxes database from SET. Este es un paquete de laravel para descargar, buscar y brindar información sobre los numeros de RUC desde la fuente oficial del SET en Paraguay.
oza/laravel-database-jsonable
88 Downloads
Laravel package to fill and retrieve your database fields in JSON formats
oyeaussie/phpfirewall
55 Downloads
PHPFirewall is a tool to allow/block connections to your web resource using IP address. The IP address details are either retrieved from local database or by making API calls to IP2Location.io
olliepop/fbpagefeed
308 Downloads
Retrieves posts from a Facebook page for a SilverStripe site, pulling posts and storing them via CliController task
numairawan/eth-gas-tracker-php
18 Downloads
Powerful PHP library to retrieve live Ethereum gas prices.
networkrailbusinesssystems/laravel-moodle
154 Downloads
A Laravel package to authenticate against Moodle and retrieve course data
networkrailbusinesssystems/bravo-api
1002 Downloads
Package to send and retrieve data from the Bravo rest API
mustafakucuk/google-places
26 Downloads
A simple PHP wrapper for the new Google Places API, making it easy to perform place searches, retrieve details, and use autocomplete features.
moirei/eloquent-metrics
542 Downloads
Retrieve metric data on Eloquent Models for analytics.
mikejw/elib-siteinfo
621 Downloads
Store and retrieve site information and settings
mercyware/nigerianstates
25 Downloads
Nigerian States is a package that helps retrieve details about states in the Federal Republic of Nigeria icnluding Local Governement, Languages, Date Created, Capital and more. Credit: Rinvex LLC from the Rinvex Country Package. https://github.com/rinvex/countries
martinmulder/openapi-crowdstrike-falcon-php
42 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.
marcocesarato/cpdo
264 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.