PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Bill Rocha   phatto   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: phatto
Register a service worker for PHP based PWA
Author: By
Last change:
Date: 6 years ago
Size: 650 bytes
 

Contents

Class file image Download
{ "name": "supremacia/phatto", "description": "Micro boot for server applications with PHP.", "keywords": ["framework","php","web","site","server","side"], "license": "MIT", "type": "project", "homepage": "https://github.com/supremacia/phatto", "authors": [{ "name": "Bill Rocha", "email": "prbr@ymail.com" }], "config":{ "vendor-dir":".php/Composer" }, "autoload":{ "psr-4":{ "":".php", "Config\\":".php/Config" } }, "require": { }, "scripts": { "wserve": ["explorer \"http://localhost\" & php -S 127.0.0.1:80 -t ./public"], "run": ["php boot.php"] } }