PHPackages                             s1syphos/php-dejure - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. s1syphos/php-dejure

ActiveLibrary[API Development](/categories/api)

s1syphos/php-dejure
===================

Linking texts with dejure.org, the Class(y) way.

1.5.1(4y ago)0291MITPHP

Since Jun 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/S1SYPHOS/php-dejure)[ Packagist](https://packagist.org/packages/s1syphos/php-dejure)[ Docs](https://github.com/S1SYPHOS)[ RSS](/packages/s1syphos-php-dejure/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (4)Versions (15)Used By (1)

php-dejure
==========

[](#php-dejure)

[![Release](https://camo.githubusercontent.com/6ed31f91a90afebf2e9fc952a7af2ae5cc207d443302debe18bfefa49ac82c89/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f5331535950484f532f7068702d64656a7572652e737667)](https://github.com/S1SYPHOS/php-dejure/releases) [![License](https://camo.githubusercontent.com/0f69aac775e16f538d43060833b161ff7c11941efdc7efc7ca46d9aec1b8caed/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f5331535950484f532f7068702d64656a7572652e737667)](https://github.com/S1SYPHOS/php-dejure/blob/master/LICENSE) [![Issues](https://camo.githubusercontent.com/2112a192bb8ca15bec12882d9c29303914bd8806743454f9c48466f4a3286fc2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f5331535950484f532f7068702d64656a7572652e737667)](https://github.com/S1SYPHOS/php-dejure/issues) [![Status](https://camo.githubusercontent.com/f70dba7616be36e056e7573d93941bced912378e808bcd72a9a3601289841b45/68747470733a2f2f7472617669732d63692e6f72672f5331535950484f532f7068702d64656a7572652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/S1SYPHOS/php-dejure)

A PHP library for linking legal norms in texts with [dejure.org](https://dejure.org).

History
-------

[](#history)

This library started as an OOP port of `vernetzungsfunction.inc.php`, which can be [downloaded here](https://dejure.org/vernetzung.html). Since then, `php-dejure` heavily modified the underlying caching mechanism, now providing a broad range of fully configurable cache drivers while featuring more text processing options.

Getting started
---------------

[](#getting-started)

Install this package with [Composer](https://getcomposer.org):

```
composer require S1SYPHOS/php-dejure

```

An example implementation could look something like this:

```
