PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Matous Nemec   PHP Editable Text Field   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Editable Text Field
Create page fields with values that users can edit
Author: By
Last change:
Date: 2 years ago
Size: 593 bytes
 

Contents

Class file image Download

Mesour Editable

Install

  • With Composer

    composer require mesour/editable

  • Or download source from GitHub

Tests

Before first run, create config.local.php file. Can use config.php as template.

Run command vendor/bin/tester tests/ -s -c tests/php.ini --colors

Code style

Run command vendor/bin/phpcs --standard=ruleset.xml --extensions=php,phpt --encoding=utf-8 --tab-width=4 -sp src tests