PHP Classes

File: z_01DDL_and_other/composer.json

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   z_01DDL_and_other/composer.json   Download  
File: z_01DDL_and_other/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: Update of z_01DDL_and_other/composer.json
Date: 1 year ago
Size: 585 bytes
 

Contents

Class file image Download
{ "name": "slavkoss/fwphp", "description": "Modern, small, simple, fast, well explained PHP framework", "keywords": ["blog", "CMS", "CRUD", "PHP", "framework", "markdown"], "license": "MIT", "type": "project", "authors": [ {"name": "Slavko Srakocic, Zagreb Croatia"}, {"name": "The Community"} ], "autoload": { "psr-4": { "B12phpfw\\": ["", "vendor/b12phpfw/", "fwphp/"] } }, "require": { "php": "^7.3|^8.0" , "erusev/parsedown": "^1.7" , "php2wsdl/php2wsdl": "^0.6", "psy/psysh": "@stable" } }