Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msabramo/stripe-php-test
Test of importing stripe/stripe-php via composer
https://github.com/msabramo/stripe-php-test
Last synced: 28 days ago
JSON representation
Test of importing stripe/stripe-php via composer
- Host: GitHub
- URL: https://github.com/msabramo/stripe-php-test
- Owner: msabramo
- Created: 2012-05-01T13:56:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-01T14:09:15.000Z (over 12 years ago)
- Last Synced: 2024-05-09T20:38:58.818Z (8 months ago)
- Language: PHP
- Size: 85.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# stripe-php-test
A simple test of importing
[stripe-php](https://github.com/stripe/stripe-php/) via
[Composer](http://getcomposer.org/).```
~/dev/git-repos/stripe-php-test$ make
curl -s http://getcomposer.org/installer | php
#!/usr/bin/env php
All settings correct for using Composer
Downloading...Composer successfully installed to:
/Users/marca/dev/git-repos/stripe-php-test/composer.phar
Use it: php composer.phar
php composer.phar install
Installing dependencies
- Package stripe/stripe-php (dev-master)
Cloning dbeecaa56f6f56cee173c582b3a47ed30f3c56e8Writing lock file
Generating autoload files
phpunit
PHPUnit 3.6.10 by Sebastian Bergmann.Configuration read from
/Users/marca/dev/git-repos/stripe-php-test/phpunit.xml.dist.
Time: 0 seconds, Memory: 5.75Mb
OK (1 test, 1 assertion)
```