Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   README.md
  • Loading branch information
juancristobalgd1 committed Oct 15, 2023
1 parent 42f8cde commit 0d5a2b6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- markdownlint-disable no-inline-html -->
<p align="center">
<br><br>
<img src="art/readme_logo.png/" height="120"/>
<img src="art/readme_logo.png/" height="150"/>
<br>
</p>

Expand All @@ -25,7 +25,15 @@
<br />
<br />

# Clase FluentInterface
## 📦 Installation

You can also use [Composer](https://getcomposer.org/) to install Axm in your project quickly.

```bash
composer require axm/fluent
```

# Fluent Interface

The `FluentInterface` class is a PHP tool that provides a fluent interface for chaining methods and controlling the flow of operations concisely in PHP fluentlications. Its main purpose is to improve code readability, allowing you to chain a series of methods coherently and easy to follow. This is the greatest potential of this interface, it is no longer necessary to repeatedly return the $this object, now `FluentInterface` handles it automatically for you.

Expand Down

0 comments on commit 0d5a2b6

Please sign in to comment.