Download the PHP package ankurgoels/micrometa without Composer
On this page you can find all versions of the php package ankurgoels/micrometa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ankurgoels/micrometa
More information about ankurgoels/micrometa
Files in ankurgoels/micrometa
Package micrometa
Short Description A meta parser for extracting micro information out of web documents, currently supporting Microformats 1+2, HTML Microdata, RDFa Lite 1.1 and JSON-LD
License MIT
Homepage https://github.com/ankurgoels/micrometa
Informations about the package micrometa
ankurgoels/micrometa
A meta parser for extracting micro information out of web documents, currently supporting Microformats 1+2, HTML Microdata, RDFa Lite 1.1, JSON-LD and Link Types
Documentation
Please find the reading it via Read the Docs.
Installation
This library requires PHP >=5.6 or later. I recommend using the latest available version of PHP as a matter of principle. It has no userland dependencies. It's installable and autoloadable via Composer as ankurgoels/micrometa.
Alternatively, download a release or clone this repository, then require or include its autoload.php
file.
Dependencies
Quality
To run the unit tests at the command line, issue composer install
and then phpunit
at the package root. This requires Composer to be available as composer
, and PHPUnit to be available as phpunit
.
This library attempts to comply with PSR-1, PSR-2, and PSR-4. If you notice compliance oversights, please send a patch via pull request.
Contributing
Found a bug or have a feature request? Please have a look at the known issues first and open a new issue if necessary. Please see conduct for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Joschi Kuphal
- Ankur Goel
- All Contributors
License
Copyright © 2020 Ankur Goel / [email protected] Licensed under the terms of the MIT license.
All versions of micrometa with dependencies
jkphl/dom-factory Version ^0.1.2
jkphl/rdfa-lite-microdata Version ^0.4.4
league/uri Version ^5.0
mf2/mf2 Version ^0.4
ml/json-ld Version ^1.1
monolog/monolog Version ^1.24 || ^2
psr/cache Version ^1.0
psr/log Version ^1.1
symfony/cache Version ^4.0|^5.0