https://github.com/upsilon/phisql
An SQL query builder for PHP.
https://github.com/upsilon/phisql
Last synced: 9 months ago
JSON representation
An SQL query builder for PHP.
- Host: GitHub
- URL: https://github.com/upsilon/phisql
- Owner: upsilon
- License: apache-2.0
- Created: 2013-12-18T17:27:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-18T18:41:29.000Z (over 12 years ago)
- Last Synced: 2024-10-11T20:44:29.212Z (over 1 year ago)
- Language: PHP
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
phisql
======
An SQL query builder for PHP. It can be used to dynamically build SQL queries.
Dependencies
------------
* PHP 5.3 or higher
Attribution
-----------
The project is originally based on PetaPoco.Sql by Topten Software
which is licensed under the Apache License, Version 2.0.
The original software is available at: http://www.toptensoftware.com/petapoco/