Skip to content
/ Iri Public
forked from DataValues/Iri

IRI value objects, parsers and formatters

License

Notifications You must be signed in to change notification settings

reedy/Iri

This branch is up to date with DataValues/Iri:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57569c8 · Apr 12, 2021

History

32 Commits
Jan 19, 2021
Nov 17, 2013
Oct 20, 2020
Apr 12, 2021
Oct 20, 2020
Oct 9, 2014
Nov 17, 2013
Oct 15, 2014
Jan 19, 2021
Oct 20, 2020
Nov 17, 2013

Repository files navigation

DataValues Iri

DataValues Iri is a small library that contains IRI value objects, parsers and formatters.

It is part of the DataValues set of libraries.

Code Coverage Scrutinizer Quality Score Dependency Status

On Packagist: Latest Stable Version Download count

Installation

The recommended way to use this library is via Composer.

Composer

To add this package as a local, per-project dependency to your project, simply add a dependency on data-values/iri to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on version 1.0 of this package:

{
    "require": {
        "data-values/iri": "1.0.*"
    }
}

Manual

Get the code of this package, either via git, or some other means. Also get all dependencies. You can find a list of the dependencies in the "require" section of the composer.json file. Then take care of autoloading the classes defined in the src directory.

Tests

This library comes with a set up PHPUnit tests that cover all non-trivial code. You can run these tests using the PHPUnit configuration file found in the root directory. The tests can also be run via Github Actions.

Authors

DataValues Iri has been written by [Jeroen De Dauw] (https://github.com/JeroenDeDauw), as Wikimedia Germany employee for the Wikidata project.

Release notes

0.1.1 (2014-10-16)

  • Installation together with DataValues 1.x is now supported.

0.1 (2013-11-17)

Initial release with these features:

  • IriValue
  • IriFormatter

Links

About

IRI value objects, parsers and formatters

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%