PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon Crud Service Client Adapter   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon Crud Service Client Adapter
Connect Mezon list builder with CRUD services
Author: By
Last change:
Date: 3 years ago
Size: 810 bytes
 

Contents

Class file image Download
{ "name": "mezon/crud-service-client-adapter", "description": "Adapter for the CRUD service client", "license": "MIT", "authors": [ { "name": "Dodonov Alexey", "email": "alexey@dodonov.pro", "homepage": "http://gdzone.ru", "role": "Founder" } ], "require": { "php": ">=7.2.0", "mezon/crud-service-client": "^1.0.0", "mezon/list-builder-adapter": "^1.0.0" }, "support": { "email": "alexey@dodonov.pro", "issues": "https://github.com/alexdodonov/mezon-crud-service-client-adapter/issues", "source": "https://github.com/alexdodonov/mezon-crud-service-client-adapter" }, "minimum-stability": "dev", "homepage": "https://github.com/alexdodonov/mezon-crud-service-client-adapter", "prefer-stable": true, "autoload": { "psr-4": { "Mezon\\Gui\\ListBuilder\\": "" } } }