PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   PHP String Functions Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP String Functions Class
General-purpose PHP functions to process strings
Author: By
Last change: Update composer.json
Date: 1 year ago
Size: 715 bytes
 

Contents

Class file image Download
{ "name": "peterujah/php-functions", "type": "library", "description": "Wrapped all basic reusable php function which I always on on project.", "keywords": [ "library", "php", "php class", "php function", "reusable function" ], "license": "MIT", "authors": [ { "name": "Ujah Chigozie", "email": "ujahchigozie@gmail.com" } ], "require": { "php": "^7.0 || ^8.0" }, "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-4": { "Peterujah\\NanoBlock\\": "src/" } }, "prefer-stable": true }