Libraries tagged by date api
php-tmdb/api
367598 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
hflabs/dadata
1094602 Downloads
Data cleansing, enrichment and suggestions via Dadata API
phpexperts/simple-dto
761539 Downloads
A quick and easy DTO package.
muxinc/mux-php
1822661 Downloads
Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
jfeltkamp/cookiesjsr
672415 Downloads
COOKiES JSR is a consent management tool and provides UI and API to manage 3rd party services within the GDPR.
digitalbazaar/json-ld
46381 Downloads
A JSON-LD Processor and API implementation in PHP.
deepseek-php/deepseek-php-client
23665 Downloads
deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.
brotkrueml/schema
457099 Downloads
API and view helpers for schema.org markup
tectalic/openai
241095 Downloads
An OpenAI REST API Client with support for ChatGPT, GPT-4, GPT-3.5, GPT-3, Codex, DALL·E, Whisper, Embeddings, Fine-Tuning and Moderation models. Includes fully typed Data Transfer Objects (DTOs) for all requests and responses and IDE autocomplete support.
scriptfusion/porter
128962 Downloads
Scalable and durable data import for publishing and consuming APIs.
siriusphp/validation
697969 Downloads
Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules
divineomega/password_exposed
1560850 Downloads
This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.
anteris-dev/data-transfer-object-factory
81145 Downloads
Gives an easy-to-use API for mocking Data Transfer Objects.
jolicode/harvest-php-api
47212 Downloads
An up to date PHP client for Harvest's API
yanlongli/app-store-server-api
17014 Downloads
PHP client for App Store Server API. Manage your customers’ App Store transactions from your server.The App Store Server API is a REST API that you call from your server to request and provide information about your customers' in-app purchases. The App Store signs the transaction and subscription renewal information that this API returns using the JSON Web Signature (JWS) specification.App Store Server API is independent of the app’s installation status on the customer’s devices. The App Store server returns information based on the customer’s in-app purchase history regardless of whether the customer installed, removed, or reinstalled the app on their devices.To request transaction and subscription status information with this API, provide any original transaction identifier that belongs to the customer. The transaction history API responds with a complete list of transactions, 20 at a time, starting with the oldest first. The subscription status API returns the status for all of the customer’s subscriptions, organized by their subscription group identifier.Use the Send Consumption Information endpoint to send information to the App Store when customers request a refund for a consumable in-app purchase, after you receive the CONSUMPTION_REQUEST App Store server notification. Your data helps inform refund decisions.