1
0
mirror of https://github.com/danog/ipc.git synced 2024-11-26 20:15:05 +01:00
Go to file
2020-02-14 20:31:11 +01:00
examples First commit 2020-02-14 20:31:11 +01:00
lib First commit 2020-02-14 20:31:11 +01:00
.gitignore First commit 2020-02-14 20:31:11 +01:00
.php_cs.dist First commit 2020-02-14 20:31:11 +01:00
.travis.yml First commit 2020-02-14 20:31:11 +01:00
appveyor.yml First commit 2020-02-14 20:31:11 +01:00
composer.json First commit 2020-02-14 20:31:11 +01:00
CONTRIBUTING.md First commit 2020-02-14 20:31:11 +01:00
LICENSE First commit 2020-02-14 20:31:11 +01:00
phpunit.xml.dist First commit 2020-02-14 20:31:11 +01:00
README.md First commit 2020-02-14 20:31:11 +01:00

template

Build Status CoverageStatus License

amphp/template provides a template for AMPHP repos.

Installation

composer require amphp/template

Example

<?php

require 'vendor/autoload.php';