https://github.com/oops-org-php/webapi
Provides various PHP API that is used in the WEB developments
https://github.com/oops-org-php/webapi
Last synced: 4 months ago
JSON representation
Provides various PHP API that is used in the WEB developments
- Host: GitHub
- URL: https://github.com/oops-org-php/webapi
- Owner: OOPS-ORG-PHP
- License: bsd-2-clause
- Created: 2016-05-22T15:10:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T22:27:05.000Z (over 6 years ago)
- Last Synced: 2025-01-08T10:38:57.905Z (6 months ago)
- Language: PHP
- Homepage: http://pear.oops.org
- Size: 88.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebAPI PHP pear package
[](https://raw.githubusercontent.com/OOPS-ORG-PHP/WebAPI/master/LICENSE)

[](https://github.com/OOPS-ORG-PHP/WebAPI/releases)
[](https://github.com/OOPS-ORG-PHP/WebAPI/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/OOPS-ORG-PHP/WebAPI/pulls?q=is%3Apr+is%3Aclosed)### Description
Provides various PHP API that is used in the WEB developments### Reference
http://pear.oops.org/docs/WebAPI/WebAPI.html
reference is written by Korean. If you can't read korean, use [google translator](https://translate.google.com/translate?sl=ko&tl=en&js=y&prev=_t&hl=ko&ie=UTF-8&u=http%3A%2F%2Fpear.oops.org%2Fdocs%2FWebAPI%2FWebAPI.html&edit-text=).
### Installation
```shell
[root@main ~] pear channel-discover pear.oops.org
Adding Channel "pear.oops.org" succeeded
Discovery of channel "pear.oops.org" succeeded
[root@main ~] pear install oops/WebAPI
```### dependency
* PHP >= 4.1
* pear packages
* [oops/myException](https://github.com/OOPS-ORG-PHP/myException) >= 1.0.1
* [oops/HTTPRelay](https://github.com/OOPS-ORG-PHP/HTTPRelay) >= 1.0.2
* [oops/IPCALC](https://github.com/OOPS-ORG-PHP/IPCALC) >= 1.0.2