2017 © Pedro Peláez
 

library wildcards

Simple wildcards

image

ddliu/wildcards

Simple wildcards

  • Sunday, December 21, 2014
  • by ddliu
  • Repository
  • 3 Watchers
  • 2 Stars
  • 46 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Wildcards Build Status

Simple wildcards in PHP., (*1)

Installation

composer require ddliu/wildcards

Usage

use ddliu\wildcards\Wildcards;

$wildcards = new Wildcards('http://google.com/search/*');
var_dump($wildcards->match('http://google.com/search/php')); // true

The Versions

21/12 2014

dev-master

9999999-dev

Simple wildcards

  Sources   Download

MIT

by dong

21/12 2014

v0.1.0

0.1.0.0

Simple wildcards

  Sources   Download

MIT

by dong