Skip to content

Commit cc20ac0

Browse files
Update README and dependencies
1 parent afcb3b5 commit cc20ac0

2 files changed

Lines changed: 22 additions & 18 deletions

File tree

README.md

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,34 @@
33
</p>
44

55
<p align="center">
6-
<a href="https://packagist.org/packages/glowieframework/reactables"><img src="https://img.shields.io/github/v/release/glowieframework/reactables" alt="Latest Version"></a>
7-
<a href="https://packagist.org/packages/glowieframework/reactables" target="_blank"><img src="https://img.shields.io/packagist/dt/glowieframework/reactables" alt="Total Downloads"></a>
8-
<a href="https://packagist.org/packages/glowieframework/reactables" target="_blank"><img src="https://img.shields.io/github/license/glowieframework/reactables" alt="License"></a>
9-
<a href="https://packagist.org/packages/glowieframework/reactables" target="_blank"><img src="https://img.shields.io/packagist/php-v/glowieframework/glowie" alt="PHP Version"></a>
6+
<a href="https://packagist.org/packages/glowieframework/reactables"><img src="https://img.shields.io/github/v/release/glowieframework/reactables?style=for-the-badge" alt="Latest Version"></a>
7+
<a href="https://packagist.org/packages/glowieframework/reactables" target="_blank"><img src="https://img.shields.io/packagist/dt/glowieframework/reactables?style=for-the-badge" alt="Total Downloads"></a>
8+
<a href="https://packagist.org/packages/glowieframework/reactables" target="_blank"><img src="https://img.shields.io/github/license/glowieframework/reactables?style=for-the-badge" alt="License"></a>
9+
<a href="https://packagist.org/packages/glowieframework/reactables" target="_blank"><img src="https://img.shields.io/packagist/php-v/glowieframework/glowie?style=for-the-badge" alt="PHP Version"></a>
1010
</p>
1111

1212
## Glowie dynamic view components plugin
13-
Reactables is a plugin designed to create dynamic and reactive view components with [Glowie Framework](https://glowie.gabrielsilva.dev.br).
13+
14+
Reactables is a plugin designed to build dynamic and reactive view components with [Glowie Framework](https://glowie.gabrielsilva.dev.br).
1415

1516
## Features
16-
- Create reactive components without Javascript or API calls
17-
- Interact with your backend logic using only PHP
18-
- Update the DOM in real time using Skeltch
19-
- Two-way data binding between view and controller
20-
- Listen for user interactions and show loading states
21-
- Support for temporary and definitive file uploads, previews and progress indicators
22-
- Bundled validation interface and query string updater
23-
- Completely SEO friendly
24-
- Incredibly lightweight and no performance impacts
17+
18+
- Create reactive components without writing JavaScript or making API calls
19+
- Interact with your backend logic using only PHP
20+
- Update the DOM in real time with Skeltch templating engine
21+
- Enjoy two-way data binding between views and controllers
22+
- Listen to user interactions and display loading states
23+
- Support both temporary and permanent file uploads, including previews and progress indicators
24+
- Includes a built-in validation interface and query string updater
25+
- Fully SEO-friendly
26+
- Extremely lightweight with zero performance overhead
2527

2628
## Documentation
27-
Documentation is available [in our website](https://glowie.gabrielsilva.dev.br/reactables).
29+
30+
You can find the documentation on [our website](https://glowie.gabrielsilva.dev.br/reactables).
2831

2932
## Credits
30-
Reactables and Glowie are currently being developed by [Gabriel Silva](https://gabrielsilva.dev.br).
3133

32-
Special thanks to the developers of [Livewire](https://github.com/livewire/livewire) and [morphdom](https://github.com/patrick-steele-idem/morphdom) for inspiring this plugin.
34+
Reactables and Glowie are currently developed by [Gabriel Silva](https://gabrielsilva.dev.br).
35+
36+
Special thanks to the creators of [Livewire](https://github.com/livewire/livewire) and [morphdom](https://github.com/patrick-steele-idem/morphdom) for inspiring this plugin.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"glowieframework/glowie-core": "*"
18+
"glowieframework/glowie-core": "^1.9"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)