Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 519 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 519 Bytes

Mesour Components

Simple component model

Install

  • With Composer

      composer require mesour/components
    
  • Or download source from GitHub

Tests

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