mkdir -p /var/www/textcontrol/txtextcontrol-reportingcloud
cd /var/www/textcontrol/txtextcontrol-reportingcloud
git clone git@github.com:TextControl/txtextcontrol-reportingcloud-php.git .
composer update
composer dump-autoload --optimizeClick "Keep my email address private" at https://github.com/settings/emails and use the shown email.
git config user.name "John Doe"
git config user.email "johndoe@users.noreply.github.com"git tag release-3.0.x && git push origin --tagsAll the source code in this component library is documented using phpDocumentor.
You can read the API documentation online.
The API documentation is built and published as follows:
bin/build-gh-pages.sh100% unit test coverage is supplied by phpunit.
You can review the code coverage report online, or build it yourself, using the following shell command:
The code coverage report is built and published as follows:
bin/build-gh-pages.shThis component library follows PSR-2 coding standards, and additionally:
- Uses lowercase underscore-separated keys names for associative arrays.
- Uses camelCase for namespaces, class, method and property names.
When contributing, please respect this standard with its two above mentioned additions.
