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.
Installs: 1 015
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
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
- dev-master
- 2.0.21
- 2.0.20
- 2.0.19
- 2.0.18
- 2.0.17
- 2.0.16
- 2.0.15
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.44
- 1.0.43
- 1.0.42
- 1.0.41
- 1.0.40
- 1.0.39
- 1.0.38
- 1.0.37
- 1.0.36
- 1.0.35
- 1.0.34
- 1.0.33
- 1.0.32
- 1.0.31
- 1.0.30
- 1.0.29
- 1.0.28
- 1.0.27
- 1.0.26
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.12
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-hotfix-unionid
- dev-feature-api
- dev-feature-jdfastpay
- dev-feature-jdpay
- dev-feature-device
- dev-feature-push
- dev-feature-errmsg
- dev-feature-xhprof
- dev-feature-cache
- dev-feature-qq
- dev-feature-weibo
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