https://github.com/msabramo/php_counter_test
Test of importing PHP_Counter via composer
https://github.com/msabramo/php_counter_test
Last synced: 7 months ago
JSON representation
Test of importing PHP_Counter via composer
- Host: GitHub
- URL: https://github.com/msabramo/php_counter_test
- Owner: msabramo
- Created: 2012-04-26T04:32:26.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-26T05:53:20.000Z (about 13 years ago)
- Last Synced: 2024-05-09T20:41:25.013Z (about 1 year ago)
- Language: PHP
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
PHP_Counter_Test
================[](http://travis-ci.org/msabramo/PHP_Counter_Test)
A simple test of importing
[PHP_Counter](https://github.com/msabramo/PHP_Counter) via [composer](http://getcomposer.org/) and exercising it.```
curl -s http://getcomposer.org/installer | php
php composer.phar install
phpunit -c .
```