PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   PHP Type Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Type Class
Get the names of each basic PHP data type
Author: By
Last change:
Date: 1 year ago
Size: 618 bytes
 

Contents

Class file image Download
{ "name": "ph-7/datatype", "description": "List of the available PHP data types, nicely stored into readable constant names", "keywords": [ "constants", "php types", "types", "type names" ], "authors": [ { "name": "Pierre-Henry Soria", "email": "hi@ph7.me", "homepage": "https://github.com/pH-7" } ], "type": "library", "license": "MIT", "require": { "php": ">=7.3.0" }, "autoload": { "psr-4": { "PH7\\Datatype\\": "src" } }, "scripts": { "test": "vendor/bin/phpunit" }, "require-dev": { "phpunit/phpunit": "^9.5" } }