greenlion / PHP-SQL-Parser

A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL
BSD 3-Clause "New" or "Revised" License
609 stars 159 forks source link

Update packaging to point here for sources and releases #6

Open gena01 opened 10 years ago

gena01 commented 10 years ago

Would be nice to point packagist here for sources and releases: https://packagist.org/packages/greenlion/php-sql-parser

Composer handles github.com using API and is able to download the zip files for releases as well.

donatj commented 10 years ago

Yes, it is vital to the community that the packagist entry for this be updated. Trying to clone this currently with a composer entry ala:

    "require": {
        "greenlion/php-sql-parser": "~4.0"
    }

displays the following:

  [RuntimeException]                                                                                                
  Package could not be downloaded, svn: E175002: Unable to connect to a repository at URL 'http://php-sql-parser.g  
  ooglecode.com/svn/tags/4.0.0'                                                                                     
  svn: E175002: OPTIONS of 'http://php-sql-parser.googlecode.com/svn/tags/4.0.0': Could not read status line: conn  
  ection was closed by server (http://php-sql-parser.googlecode.com)  
witchi commented 10 years ago

Did your fix solve this RuntimeException?

n1crack commented 9 years ago

Please fix this. !

Seldaek commented 9 years ago

I updated the URL to the github one.