Skip to content

Commit

Permalink
Installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortimer333 authored Jan 25, 2021
1 parent 0d0f446 commit ac7b5bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@

This library allows user to use native PHP functions (and all functions defined globally) with chain syntax making them a lot more readable and easier to use.

# Installation

Installation method is via composer and its packagist package [xeno/xeno](https://packagist.org/packages/xeno/xeno).
```
$ composer require xeno/xeno
```
The current version is `dev` so you will have to set composers `minimum-stability`.

# How to use

Class is named `Xeno\X` and has two arguments:
Expand Down

0 comments on commit ac7b5bf

Please sign in to comment.