Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
n1crack committed Jan 28, 2024
1 parent 7d8d51d commit 36c00b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Datatables library for PHP
[![Latest Stable Version](https://poser.pugx.org/ozdemir/datatables/v/stable)](https://packagist.org/packages/ozdemir/datatables) [![PHP Composer](https://github.com/n1crack/datatables/actions/workflows/tests.yml/badge.svg)](https://github.com/n1crack/datatables/actions/workflows/tests.yml) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/n1crack/datatables/blob/master/LICENCE)

PHP Library to handle server-side processing for Datatables, in a fast and simple way. [Live Demo](https://datatables.ozdemir.be/)
Effortlessly manage server-side processing for Datatables with our lightning-fast PHP library, simplifying your workflow. [Live Demo](https://datatables.ozdemir.be/)

## Features
* Easy to use. Generates json using only a few lines of code.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ozdemir/datatables",
"description": "PHP Library to handle server-side processing for Datatables, in a fast and simple way.",
"description": "Effortlessly manage server-side processing for Datatables with our lightning-fast PHP library, simplifying your workflow.",
"license": "MIT",
"config": {
"bin-dir": "vendor/bin"
Expand Down

0 comments on commit 36c00b6

Please sign in to comment.