PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of akeel   F3A   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: F3A
PHP Web development framework like Laravel lite
Author: By
Last change:
Date: 2 years ago
Size: 386 bytes
 

Contents

Class file image Download
{ "name": "f3a/php_framework", "description": "A simple framework written in PHP", "type": "project", "authors": [ { "name": "Akeel ahamed", "email": "ahamedalakeel@gmail.com" } ], "require": { "phpmailer/phpmailer": "^6.1" }, "autoload": { "psr-4": { "App\\": "app/" } } }