Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msabramo/php_counter_test
Test of importing PHP_Counter via composer
https://github.com/msabramo/php_counter_test
Last synced: 28 days 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-26T05:53:20.000Z (over 12 years ago)
- Last Synced: 2024-05-09T20:41:25.013Z (8 months 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
================[![Build Status](https://secure.travis-ci.org/msabramo/PHP_Counter_Test.png?branch=master)](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 .
```