opis/pattern

This package is abandoned and no longer maintained. The author suggests using the opis/utils package instead.

A library that will help you defining patterns and build a valid regex for them

Package info

github.com/opis/pattern

Homepage

pkg:composer/opis/pattern

Statistics

Installs: 2 300

Dependents: 2

Suggesters: 0

Stars: 2

Open Issues: 0

1.0.0 2018-05-30 09:39 UTC

Requires

  • php: >=7.0.0

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Apache-2.0 a4f280ef775f9103da06de32693e245862810e76

  • Marius Sarca <marius.sarca.woop@gmail.com>
  • Sorin Sarca <sarca_sorin.woop@hotmail.com>

patternregexopis

This package is auto-updated.

Last update: 2020-06-09 21:13:20 UTC


README

👁 Build Status
👁 Latest Stable Version
👁 Latest Unstable Version
👁 License

Build RegEx from customizable patterns.

Documentation

Documentation and examples can be found here.

License

Opis Pattern is licensed under the Apache License, Version 2.0.

Requirements

  • PHP 7.0 or higher

Installation

This library is available on Packagist and can be installed from a command line interface by using Composer.

composer require opis/pattern

Or you could directly reference it into your composer.json file as a dependency

{
 "require": {
 "opis/pattern": "^1.0.0"
 }
}