A blank project

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 2

Open Issues: 0

pkg:composer/delboy1978uk/blank

v1.1.4 2025-11-04 12:02 UTC

This package is auto-updated.

Last update: 2025-11-04 12:02:38 UTC


README

Build Status Code Coverage Scrutinizer Code Quality
a blank PHP setup for writing a new Github project with Composer and Packagist complete with travis builds and scrutinizer code coverage & quality analysis ##Usage Simply clone this repository, delete the .git folder, tweak the composer.json, and do a couple of (case sensitive) find and replaces:

blank
Blank
Del
delboy1978uk

Rename the following files/folders:

src/Blank.php
tests/unit/Del/
tests/unit/Del/BlankTest.php

Finally, add your repository on Github and Scrutinizer, then commit and push to your GitHub repository. Now GitHub has a commit with a composer.json, head over to Packagist and submit your repository.

Note about tests

Tests are done using the awesome Codeception! Run tests from the root folder by typing:

vendor/bin/codecept run Unit

Tests will run on GitHub Actions, which will push code coverage to scrutinizer. Now you can start making tests and not worry about setup.