strata-mvc/strata

Strata is a MVC programming environment for Wordpress.


Keywords
mvc, wordpress
License
GPL-2.0+

Documentation

Strata

Build Status Code Climate Join the chat at https://gitter.im/strata-mvc/strata

Welcome

If you are (or wish to become) a Strata user please refer to the official website to obtain the latest information.

Help and support

Feel free to ask questions to the Strata community in the chat or raise any problems in the issue page.

Contributing

Modifying the code

  1. Fork and clone the repository.
  2. Run composer update.
  3. Run tests using sh src/Scripts/test_strata.
  4. Update the docs using sh src/Scripts/build_documentation.
  5. Fix your syntax using vendor/bin/phpcbf --standard=PSR2 src.

Submitting Code

Code must be submit through pull requests. You need to follow the conventions you see used in the source already, which mostly consist of using the PSR2 standard.

  1. Create a new branch, please don't work in your master branch directly.
  2. Add new tests for the change you want to make.
  3. Run the testing script to ensure your tests pass.
  4. Push to your fork and submit a pull request (be clear about what you have done please).