You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a repository intended to serve as a starting point if you want to bootstrap a project in PHP.
12
12
13
-
It could be useful if you want to start from scratch a kata or a little exercise or project.
13
+
It could be useful if you want to start from scratch a kata or a little exercise or project. The idea is that you don't have to worry about the boilerplate, just run `composer create-project codelytv/php-bootstrap your-kata-name` and there you go:
14
+
* Latest versions of PHP and PHPUnit in order to practice with them
15
+
* Best practices applied:
16
+
*[`README.md`][link-readme] (badges included)
17
+
*[`LICENSE`][link-license]
18
+
*[`composer.json`][link-composer-json]
19
+
*[`phpunit.xml`][link-phpunit]
20
+
*[`.editorconfig`][link-editorconfig]
21
+
*[`.travis.yml`][link-travis]
22
+
*[`.scrutinizer.yml`][link-scrutinizer]
23
+
* Some useful resources to start coding
14
24
15
25
## How To Start
16
26
@@ -44,20 +54,20 @@ It could be useful if you want to start from scratch a kata or a little exercise
0 commit comments