PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon PHP CRUD Generator Service   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon PHP CRUD Generator Service
Generate Web service that performs CRUD operations
Author: By
Last change:
Date: 3 years ago
Size: 966 bytes
 

Contents

Class file image Download
{ "name": "mezon/crud-service", "description": "Small crud-service script", "license": "MIT", "authors": [ { "name": "Dodonov Alexey", "email": "alexey@dodonov.pro", "homepage": "http://gdzone.ru", "role": "Founder" } ], "require": { "php": ">=7.2.0", "mezon/service": "^1.1", "mezon/filter": "^1.0", "mezon/fields-set": "^1.0", "mezon/security": "^1.0", "mezon/crud-service-model": "^1.0", "mezon/security-provider": "^1.0" }, "support": { "email": "alexey@dodonov.pro", "issues": "https://github.com/alexdodonov/mezon-crud-service/issues", "source": "https://github.com/alexdodonov/mezon-crud-service" }, "minimum-stability": "dev", "homepage": "https://github.com/alexdodonov/mezon-crud-service", "prefer-stable": true, "autoload": { "psr-4": { "Mezon\\CrudService\\": "" } }, "scripts": { "post-update-cmd": "php ./vendor/phpunit/phpunit/phpunit", "test": "php ./vendor/phpunit/phpunit/phpunit" } }