maj+ header
This commit is contained in:
Vendored
+11
-19
@@ -1,4 +1,4 @@
|
||||
<p align="center"><img src="http://climate.thephpleague.com/img/CLImate_Blink-100k.gif" width="300" alt="CLImate" /></p>
|
||||
<p align="center"><img src="http://climate.thephpleague.com/img/CLImate_Blink.gif" width="300" alt="CLImate" /></p>
|
||||
|
||||
[](https://github.com/thephpleague/climate/tags)
|
||||
[](LICENSE.md)
|
||||
@@ -11,36 +11,28 @@ Running PHP from the command line? CLImate is your new best bud.
|
||||
|
||||
CLImate allows you to easily output colored text, special formats, and more.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
+ [Installation](#installation)
|
||||
+ [Requirements](#requirements)
|
||||
+ [Documentation](#documentation)
|
||||
+ [Credits](#credits)
|
||||
|
||||
## Installation
|
||||
|
||||
Using [composer](https://packagist.org/packages/league/climate):
|
||||
|
||||
```bash
|
||||
$ composer require league/climate
|
||||
```
|
||||
|
||||
## Requirements
|
||||
|
||||
The following versions of PHP are supported by this version.
|
||||
## Quick Example
|
||||
```php
|
||||
require_once __DIR__ . "vendor/autoload.php";
|
||||
|
||||
+ PHP 5.4
|
||||
+ PHP 5.5
|
||||
+ PHP 5.6
|
||||
+ HHVM
|
||||
$climate = new \League\CLImate\CLImate;
|
||||
|
||||
## Documentation
|
||||
$climate->red('Whoa now this text is red.');
|
||||
$climate->blue('Blue? Wow!');
|
||||
```
|
||||
|
||||
CLImate has [full documentation](http://climate.thephpleague.com), powered by [Jekyll](http://jekyllrb.com/).
|
||||
_Read more at https://climate.thephpleague.com/_
|
||||
|
||||
Contribute to this documentation in the [gh-pages branch](https://github.com/thephpleague/climate/tree/gh-pages/).
|
||||
|
||||
## Credits
|
||||
|
||||
Much love to [Damian Makki](https://dribbble.com/damianmakki) for the logo.
|
||||
This library was created by [Joe Tannenbaum](https://joe.codes/).
|
||||
Much love to [Damian Makki](https://dribbble.com/damianmakki) for the logo.
|
||||
|
||||
Reference in New Issue
Block a user