PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   PHP European Validation   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP European Validation
Validate European country codes
Author: By
Last change: Update of composer.json
Date: 4 years ago
Size: 631 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/european", "type": "library", "description": "Methods relating to Europe and the European Union.", "keywords": ["european-union", "currency-euro", "monetary-euro", "european-economic-area"], "homepage": "https://github.com/peterkahl/european", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "homepage": "https://www.cidrcalculator.com/", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "peterkahl\\European\\": "src/" } } }