PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Marcelo Telles   CRUD PHP MVC   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CRUD PHP MVC
Application that uses the MVC Design Pattern
Author: By
Last change:
Date: 4 months ago
Size: 337 bytes
 

Contents

Class file image Download
{ "name": "ExampleMVC", "description": "Projeto PHP OO", "authors": [ { "name": "Marcelo Josué Telles", "email": "marcelojtelles@gmail.com" } ], "autoload": { "psr-4": { "Sts\\": "app/sts", "Core\\": "core" } }, "require": {} }