strata-mvc / strata
Strata is a MVC programming environment for Wordpress.
Installs: 1 594
Dependents: 2
Suggesters: 0
Security: 0
Stars: 12
Watchers: 2
Forks: 5
Open Issues: 0
Requires
- php: >=5.6.4
- altorouter/altorouter: @stable
- gettext/gettext: @stable
- psy/psysh: @stable
- symfony/console: @stable
- vlucas/phpdotenv: @stable
- wp-cli/wp-cli: @stable
Requires (Dev)
- phploc/phploc: *
- phpmd/phpmd: @stable
- phpunit/phpunit: ~5.7
- squizlabs/php_codesniffer: ^2.8
Suggests
This package is not auto-updated.
Last update: 2020-01-24 16:18:55 UTC
README
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
- Fork and clone the repository.
- Run
composer update
. - Run tests using
sh src/Scripts/test_strata
. - Update the docs using
sh src/Scripts/build_documentation
. - 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.
- Create a new branch, please don't work in your master branch directly.
- Add new tests for the change you want to make.
- Run the testing script to ensure your tests pass.
- Push to your fork and submit a pull request (be clear about what you have done please).