evseevnn-zz / php-cassandra-binary

PHP library for Cassandra database via a binary protocol.
http://evseevnn.github.io/php-cassandra-binary/
MIT License
69 stars 33 forks source link

Restructure: Rename Cassandra folder to src. Add vendor namespace across all files. #20

Closed marknotfound closed 10 years ago

marknotfound commented 10 years ago

This is a breaking change to add a vendor namespace and restructure the project in preparation for adding unit tests.

The .gitignore now contains entries for vendor and coverage. The coverage entry is for future use with code coverage reports.