PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of The Algoslingers   Personalized PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Personalized PHP
Serve personalized content based on user location
Author: By
Last change:
Date: 1 month ago
Size: 657 bytes
 

Contents

Class file image Download
{ "name": "thealgoslingers/personalized-php", "description": "The PersonalizedContent class provides functionalities for fetching personalized content based on the user's IP address.", "keywords": ["library", "algoslingfileanew", "content personalize by ip","personalize content"], "type": "library", "require-dev": { "phpunit/phpunit": "^5.7" }, "license": "MIT", "authors": [ { "name": "thealgoslingers" } ], "autoload": { "psr-4": { "thealgoslingers\\": "src" }, "files": [ "src/examples/test.php" ] }, "require": {} }