Libraries tagged by date api
php-tmdb/api
359064 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
982339 Downloads
Data cleansing, enrichment and suggestions via Dadata API
phpexperts/simple-dto
533265 Downloads
A quick and easy DTO package.
muxinc/mux-php
1621903 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
599418 Downloads
COOKiES JSR is a consent management tool and provides UI and API to manage 3rd party services within the GDPR.
deepseek-php/deepseek-php-client
7335 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
396314 Downloads
API and view helpers for schema.org markup
tectalic/openai
212285 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.
jiannei/laravel-response
39313 Downloads
Laravel api response data format.
scriptfusion/porter
120294 Downloads
Scalable and durable data import for publishing and consuming APIs.
siriusphp/validation
676642 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
1529659 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
77447 Downloads
Gives an easy-to-use API for mocking Data Transfer Objects.
jolicode/harvest-php-api
35543 Downloads
An up to date PHP client for Harvest's API
yanlongli/app-store-server-api
11168 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.