Pinned Repositories
badges
Package which will receive many nice badges
convenient-immutability
Make objects initially inconsistent, yet eventually immutable
live-code-coverage
Generate code coverage reports on a live server
naive-serializer
A naive JSON serializer which recursively converts an object graph to and from JSON, without any configuration or custom code.
php-ast-inspector
Kind of a step-debugger for your Abstract Syntax Tree
random-disaster-bundle
ProjectBundle a.k.a. RandomDisasterBundle
symfony-bundle-plugins
Allow Symfony bundles to have plugins
symfony-console-form
Use Symfony forms for Console command input
symfony-service-definition-validator
A set of tools for validating Symfony service definitions.
TalisORM
An ORM for "ORMless" persistance of DDD-inspired domain models
matthiasnoback's Repositories
matthiasnoback/symfony-console-form
Use Symfony forms for Console command input
matthiasnoback/symfony-service-definition-validator
A set of tools for validating Symfony service definitions.
matthiasnoback/php-ast-inspector
Kind of a step-debugger for your Abstract Syntax Tree
matthiasnoback/badges
Package which will receive many nice badges
matthiasnoback/layers-ports-and-adapters-workshop
Sandbox project for the "Advanced Web Application Architecture" training.
matthiasnoback/building-autonomous-services-workshop
Code and assignments for the "Building Autonomous Services" workshop module.
matthiasnoback/microsoft-translator
PHP library for making calls to the Microsoft Translator V3 API
matthiasnoback/decoupling-from-infrastructure-workshop
Sandbox project for the "Decoupling from infrastructure" workshop
matthiasnoback/phpunit-asynchronicity
Library for asserting things that happen asynchronously with PHPUnit
matthiasnoback/hexagonal-architecture-workshop
matthiasnoback/recipes-for-decoupling-phpstan-rules
Repository containing all the PHPStan rules from the book "Recipes for Decoupling"
matthiasnoback/php-workshop-tools
A set of useful utilities for PHP workshop code bases that I would otherwise write again and again.
matthiasnoback/leanpub-api-client
matthiasnoback/aggregate-design-workshop
Sandbox project for my Domain-Driven Aggregate Design workshop
matthiasnoback/behat-remote-code-coverage-extension
Behat extension for generating (remote) code coverage data.
matthiasnoback/php-parser-instantiation-printer
For printing the code needed to instantiate the given PHP-Parser nodes
matthiasnoback/practicing-domain-driven-entity-and-value-object-design
Sandbox project for the "Domain-Driven Entity and Value Object Design" training.
matthiasnoback/phpstan-twig-analysis
matthiasnoback/advanced-testing-workshop
Code and assignments for the "Advanced Testing" workshop module.
matthiasnoback/testing-playground
Playground for (unit/integration/acceptance) testing-oriented workshops.
matthiasnoback/symfony-console-integration-test
This project is a demo of an integration test for a Symfony console command
matthiasnoback/tail-event-stream
A simple, tail-based event stream
matthiasnoback/test-first-application-development-workshop
Sandbox project for the "Test-Driven Application Development" training.
matthiasnoback/symfony-decoupling-workshop
Sandbox project for the Symfony decoupling workshop
matthiasnoback/static-analysis-and-automated-refactoring-workshop
Sandbox environment for the "Static Analysis and Automated Refactoring" workshop
matthiasnoback/decoupling-workshop
Sandbox project for the Principles of Decoupling workshop
matthiasnoback/moving-forward-with-legacy-code-workshop
Sandbox project accompanying the "Moving Forward With Legacy Code" workshop
matthiasnoback/phpstan
PHP Static Analysis Tool - discover bugs in your code without running it!
matthiasnoback/phpstan-src
PHPStan's source code. This is where development happens. Check https://github.com/phpstan/phpstan for the distribution repository.
matthiasnoback/phpunit-wip-extension
A PHPUnit extension that helps with WIP tests