Skip to content

Commit

Permalink
Description updated
Browse files Browse the repository at this point in the history
  • Loading branch information
carduz committed Jul 18, 2015
1 parent a7e7c00 commit eea5231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@
Build status: [![Build Status](https://travis-ci.org/thecsea/mysqltcs.svg?branch=master)](https://travis-ci.org/thecsea/mysqltcs) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/thecsea/mysqltcs/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/thecsea/mysqltcs/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/thecsea/mysqltcs/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/thecsea/mysqltcs/?branch=master) [![Build Status](https://scrutinizer-ci.com/g/thecsea/mysqltcs/badges/build.png?b=master)](https://scrutinizer-ci.com/g/thecsea/mysqltcs/build-status/master) [![Latest Stable Version](https://poser.pugx.org/thecsea/mysqltcs/v/stable)](https://packagist.org/packages/thecsea/mysqltcs) [![Total Downloads](https://poser.pugx.org/thecsea/mysqltcs/downloads)](https://packagist.org/packages/thecsea/mysqltcs) [![Latest Unstable Version](https://poser.pugx.org/thecsea/mysqltcs/v/unstable)](https://packagist.org/packages/thecsea/mysqltcs) [![License](https://poser.pugx.org/thecsea/mysqltcs/license)](https://packagist.org/packages/thecsea/mysqltcs)


A simple and powerful library for mysql written in php:
The simplest and the most powerful library for mysql written in php:

* You can use the same db connection in more than one instances (optimizing mysql physical connections)
* This library allow you to make common database operations immediately and efficiently, returning simple data structures
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "thecsea/mysqltcs",
"type": "library",
"keywords": ["mysql","optimized", "simple", "powerful", "efficient"],
"description": "A simple and powerful library to access to a mysql database, optimizing the connections and allowing you to perform common database actions immediately and efficiently",
"description": "The simplest and the most powerful library to access to a mysql database, optimizing the connections and allowing you to perform common database actions immediately and efficiently",
"homepage": "http://www.thecsea.it/progetti/classi_db/",
"minimum-stability": "stable",
"license": "GPL-2.0",
Expand Down

0 comments on commit eea5231

Please sign in to comment.