PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon Database CRUD Service Model Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon Database CRUD Service Model Class
Model to perform CRUD operations using a database
Author: By
Last change:
Date: 3 years ago
Size: 711 bytes
 

Contents

Class file image Download
{ "name": "mezon/crud-service-model", "description": "Model with CRUD operations", "license": "MIT", "authors": [ { "name": "Dodonov Alexey", "email": "alexey@dodonov.pro", "homepage": "http://gdzone.ru", "role": "Founder" } ], "require": { "php": ">=7.2.0", "mezon/service-model" : "^1.0" }, "support": { "email": "alexey@dodonov.pro", "issues": "https://github.com/alexdodonov/mezon-crud-service-model/issues", "source": "https://github.com/alexdodonov/mezon-crud-service-model" }, "minimum-stability": "dev", "homepage": "https://github.com/alexdodonov/mezon-crud-service-model", "prefer-stable": true, "autoload": { "psr-4": { "Mezon\\CrudService\\": "" } } }