being / api-service
API services of famely application server
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
2.0.21
2018-06-12 07:33 UTC
Requires
- php: >=5.5.9
- facebook/graph-sdk: ^5.5
- giggsey/libphonenumber-for-php: ~7.0
- guzzlehttp/guzzle: ^6.2
- monolog/monolog: ^1.22
- omnipay/common: ~2.0
- sly/notification-pusher: 2.*
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- mockery/mockery: ^0.9.4
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-01-05 05:47:01 UTC
README
being base services include helper, live, resource and so on.
How to use
Add this configuration in your composer.json
"minimum-stability": "dev",
"repositories": [
{"type": "composer", "url": "http://packagist.phpcomposer.com"},
{"type": "vcs","url": "https://github.com/HelloWorldDev/api-service"},
{"packagist": false}
]
and run composer command
$ composer require "being/api-service:~1.0"
How to Commit
$ php vendor/bin/php-cs-fixer fix src && php vendor/bin/php-cs-fixer fix tests
// test your code by run "make test"
// then
$ git add .
$ git commit -m "your niubility message"
$ git push origin master
UnitTest
$ cd api-service
$ make test