PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ali YILMAZ   Mind Framework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mind Framework
Framework that implements several design patterns
Author: By
Last change:
Date: 1 year ago
Size: 602 bytes
 

Contents

Class file image Download
{ "name": "mind/mind", "description": "Mind is the PHP code framework designed for developers. It offers a variety of solutions for creating design patterns, applications and code frameworks.", "type": "library", "license": "GPL-3.0-or-later", "authors": [ { "name": "Ali Y?lmaz", "email": "aliyilmaz.work@gmail.com" } ], "autoload": { "files": ["src/Mind.php"] }, "config": { "optimize-autoloader": true, "preferred-install": "dist" }, "minimum-stability": "dev", "prefer-stable": true }