PHP Classes

How to find package ?: I'd like find package for accessing MySQL database.

Recommend this page to a friend!
  All requests RSS feed  >  How to find package ?  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

How to find package ?

Edit

Picture of Jiri by Jiri - 8 years ago (2017-02-11)

I'd like find package for accessing MySQL database.

This request is clear and relevant.
This request is not clear or is not relevant.

+2

I'd like find package for accessing MySQL database. When I "Search" for "MySQL", I get all packages, where word "MySQL" is used... Too much packages to reading about all of them...

  • 2 Clarification requests
  • 2. Picture of Jiri by Jiri - 8 years ago (2017-02-12) Reply

    I have'nt been long time here, and wish to find something no so specific.. just see, what I can use. But I'm a bit confused by the way of alfabetical list of all database packages... it is not easy to find something not exactly known...

    • 1. Picture of Manuel Lemos by Manuel Lemos - 8 years ago (2017-02-12) Reply

      The problem is to determine what you want the package to do. What do you like the package to do regarding MySQL that is not provided by the PHP MySQL extensions as MySQLi, PDO or even the old MySQL extension?

      Database access and abstraction, ORM (Object-Relational Mapping), backup and synchronization, or something else?

      Ask clarification

      4 Recommendations

      A MySQL Database Class: Run MySQL queries defined from parameter values

      This class can run MySQL queries defined from parameter values.

      It can connect to a MySQL database server and run SQL SELECT, INSERT UPDATE and DELETE queries composed using parameter values that define table names, field names and values, condition clauses and result limit ranges.

      The class can also run queries to get the fields from a table, analyze, optimize, create, alter and drop tables.
      This recommendation solves the problem.
      This recommendation does not solve the problem.

      +1

      Picture of zinsou A.A.E.Moïse by zinsou A.A.E.Moïse Reputation 6835 - 7 years ago (2017-06-02) Comment

      you can try this one which looks good...for a list of mySQL class don't use the search bar but go to this link https://www.phpclasses.org/browse/class/10.html and read a bit what each class does, so you may easily find what you want according to what you wish to do...


      MySQL Class Generator: Generate classes to access MySQL as objects

      This package can automatically generate PHP classes from MySQL tables.

      It can access a given MySQL database and retrieve schema tables and fields.

      For each table, it generates a class that uses object-oriented programming logic to provide methods for accessing, reading, and writing its records.
      This recommendation solves the problem.
      This recommendation does not solve the problem.

      +1

      Picture of Saro Carvello by Saro Carvello package author package author Reputation 515 - 8 years ago (2017-03-06) Comment

      This package can generate classes to access MySQL as objects.

      It can access a given MySQL database, retrieve its schema of tables and fields, and generates classes to access the records of tables as objects.

      The generate classes have setter and getter functions for accessing record field values, as well functions to insert, update and delete table records.


      PDO Prepared MySQL Statements Class: Prepare and execute MySQL queries using PDO

      This class can prepare and execute MySQL queries using PDO.

      It can connect to a given MySQL database server using PDO and execute prepared queries from parameters passed as a variable list of arguments.

      The class determines the type and the length of query parameters to prepare from the type of values passed to the class.
      This recommendation solves the problem.
      This recommendation does not solve the problem.

      +1

      Picture of Name Removed by Name Removed package author package author Reputation 65 - 8 years ago (2017-03-03) Comment

      This package is an easy way to perform MySQL queries using PDO. It provides 2 functions, one to execute a query and one to execute a query and return its result.


      PHP Restful Database Query: Perform MySQL queries and return JSON responses

      This package can perform MySQL queries and return JSON responses.

      It can perform several types of operations with table records in a MySQL database.

      Currently it can retrieve, insert, update, delete individual records, update multiple records, get multiple records, verify if a given table records exist, insert multiple records, retrieve a limited number of records,count records and retrieve the last record by index field.

      The response is an object formatted as a JSON string.
      This recommendation solves the problem.
      This recommendation does not solve the problem.

      +2

      Picture of Kazeem Olanipekun by Kazeem Olanipekun package author package author Reputation 60 - 8 years ago (2017-02-21) Comment

      The package can help you handles all CRUD operations to your table records and return a JSON format string. All you need is make sure request are array of key and value pairs so that it can create the query structure and make the request and response base on the request. it think this might be helpful. thank you.


      Recommend package
      : 
      :