Skip to content

Commit 21c5ebe

Browse files
authored
Update README with fancier header
1 parent a6b1ac3 commit 21c5ebe

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
# Slack App Framework for PHP
1+
<header>
2+
<h1 align="center">Slack App Framework for PHP</h1>
3+
<p align="center">By Jeremy Lindblom (<a href="https://twitter.com/jeremeamia">@jeremeamia</a>)</p>
4+
</header>
5+
6+
<p align="center">
7+
<img src="https://repository-images.githubusercontent.com/337916048/1ab9fb00-87f7-11eb-9eda-f25ffb705e87" alt="Slack PHP logo written in PHP's font" width="65%">
8+
</p>
9+
10+
<p align="center">
11+
<a href="http://php.net/">
12+
<img src="https://img.shields.io/badge/code-php%207.4-8892bf.svg" alt="Coded in PHP 7.4">
13+
</a>
14+
<a href="https://packagist.org/packages/slack-php/slack-block-kit">
15+
<img src="https://img.shields.io/packagist/v/slack-php/slack-app-framework.svg" alt="Packagist Version">
16+
</a>
17+
<a href="https://actions-badge.atrox.dev/slack-php/slack-php-app-framework/goto?ref=main">
18+
<img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fslack-php%2Fslack-php-app-framework%2Fbadge%3Fref%3Dmain&style=flat" />
19+
</a>
20+
</p>
21+
22+
---
23+
24+
# Introduction
225

326
A PHP framework for building Slack apps. It takes inspiration from Slack's Bolt frameworks.
427

0 commit comments

Comments
 (0)