Download the PHP package d9magai/ec2-metadata-getter without Composer
On this page you can find all versions of the php package d9magai/ec2-metadata-getter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download d9magai/ec2-metadata-getter
More information about d9magai/ec2-metadata-getter
Files in d9magai/ec2-metadata-getter
Download d9magai/ec2-metadata-getter
More information about d9magai/ec2-metadata-getter
Files in d9magai/ec2-metadata-getter
Vendor d9magai
Package ec2-metadata-getter
Short Description This tool is a rewrite of the EC2 Instance Metadata API for PHP.
License MIT
Package ec2-metadata-getter
Short Description This tool is a rewrite of the EC2 Instance Metadata API for PHP.
License MIT
Please rate this library. Is it a good library?
Informations about the package ec2-metadata-getter
ec2-metadata
This tool is a rewrite of the EC2 Instance Metadata API for PHP.
This is a fork of d9magai/Ec2MetadataGetter.
The differences from the fork are:
- An additional method called
getMultiple
which fetches multiple instance attributes specified in an array - Caching support. The same request repeated twice on the same machine will give a cached response.
- Custom caching directory. The constructor now takes a cache storage directory and uses that.
- Support for returning dummy data
Usage:
In composer.json
In your code:
LICENSE
This is licensed under the MIT License.
All versions of ec2-metadata-getter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package d9magai/ec2-metadata-getter contains the following files
Loading the files please wait ....