PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Boss Ibrahim Mussa   Wepesi PHP View Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Wepesi PHP View Class
Renders view output from template script files
Author: By
Last change:
Date: 1 year ago
Size: 498 bytes
 

Contents

Class file image Download
{ "name": "wepesi/view", "description": "simple view engine to share data acros a pages", "type": "library", "license": "apache-2.0", "autoload": { "psr-4": { "Wepesi\\": "src/" } }, "authors": [ { "name": "bim-g", "email": "ibmussafb@gmail.com" } ], "minimum-stability": "dev", "require": { "php": ">=7.4" }, "require-dev": { "wepesi/routing": "dev-master" } }