Libraries tagged by php date
php-open-source-saver/fractal
378262 Downloads
Handle the output of complex data structures ready for API output.
sizuhiko/fabricate
637704 Downloads
PHP data generator for Testing
rych/random
457779 Downloads
Random data generator for PHP
algb12/graph-ds
136927 Downloads
A fast implementation of the graph data-structure in PHP
raulr/google-play-scraper
94811 Downloads
A PHP scraper to get app data from Google Play
vrana/notorm
96800 Downloads
NotORM is a PHP library for simple working with data in the database.
ricardofiorani/oembed
60331 Downloads
OEmbed is a PHP library to assist you retrieving data from providers that supports OEmbed.
google/cloud-dlp
429131 Downloads
Data Loss Prevention Client for PHP
byjg/jwt-session
83489 Downloads
A PHP session replacement that stores session data in JWT tokens instead of the filesystem. This implementation follows the SessionHandlerInterface standard, enabling stateless sessions without the need for dedicated session servers like Redis or Memcached. Perfect for distributed applications and microservices architectures.
phine/country
374424 Downloads
A PHP library for country and subdivision data.
inter-mediator/fmdataapi
71693 Downloads
FMDataAPI is the class library in PHP for accessing FileMaker database with FileMaker Data API.
yiisoft/input-http
106290 Downloads
Maps data from PSR-7 HTTP request to PHP DTO representing user input.
yanlongli/app-store-server-api
43372 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.
tonirilix/nested-json-flattener
117453 Downloads
A php package to flatten nested json objects and nested arrays. It also allows you to create csv files from the flattened data.
staabm/password_exposed
737822 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.