PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of jawira   php.ini Settings Manager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: php.ini Settings Manager
Get and set the values of PHP settings dynamically
Author: By
Last change:
Date: 4 years ago
Size: 436 bytes
 

Contents

Class file image Download
{ "name": "jawira/php-ini-settings", "description": "Manage your PHP settings", "type": "library", "require": { "php": ">=7.1", "jawira/skeleton": "^1.9" }, "license": "MIT", "authors": [ { "name": "Jawira Portugal", "email": "dev@tugal.be" } ], "autoload": { "psr-4": { "Jawira\\PhpIniSettings\\": "src/" } } }