PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   String List   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: String List
Manipulate strings that contain multiple strings
Author: By
Last change:
Date: 13 days ago
Size: 668 bytes
 

Contents

Class file image Download
{ "name": "peterujah/php-string-list", "type": "library", "description": "PHP string Lists is a utility class for converting between string lists and arrays, providing a straightforward way to handle structured data in a string format.", "keywords": [ "library", "luminova", "string", "php" ], "license": "MIT", "authors": [ { "name": "Ujah Chigozie", "email": "ujahchigozie@gmail.com" } ], "require": { "php": "^8.0" }, "autoload": { "psr-4": { "Peterujah\\Strings\\": "src/" } }, "prefer-stable": true }