PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mateo   PHP String Match Variables   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP String Match Variables
Extract values from strings using tag patterns
Author: By
Last change:
Date: 10 months ago
Size: 309 bytes
 

Contents

Class file image Download
{ "name": "mateodioev/string-vars", "description": "Get vars from string", "type": "library", "license": "MIT", "autoload": { "psr-4": { "Mateodioev\\StringVars\\": "src/" } }, "minimum-stability": "dev", "require": { "php": ">=8.1" } }