Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions _projects/carlosas/phpat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: 'project'
title: 'PHP Architecture Tester'
order: 'phpat'
tags: ['static analysis', 'testing', 'cli']

authors: [{name: 'Carlos Alandete Sastre'}]

website: [{url: 'https://github.com/carlosas/phpat'}]
license: [{url: 'https://github.com/carlosas/phpat/blob/master/LICENSE', label: 'MIT License'}]
docs: [{url: 'https://github.com/carlosas/phpat/blob/master/README.md'}]

github: [{name: 'carlosas/phpat'}]
packagist: [{name: 'carlosas/phpat'}]

dependencies: []
composer-dev: {command: 'vendor/bin/phpat'}

---

[{{ page.title }}]({{ page.url | absolute_url }}) is an easy to use architecture testing tool for PHP.

<!--more-->

{{ page.title }} provides a natural language abstraction to define your own architecture rules and test them against your software.