Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v1.0.0 initial commit
  • Loading branch information
smunuswami authored Jul 18, 2017
1 parent f204917 commit b410f09
Show file tree
Hide file tree
Showing 329 changed files with 74,377 additions and 4,950 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ config.php
/objsamples/AllTest.bat
.DS_Store
objsamples/sample-testing.php
/vendor
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 1.0.0 (2017-07-18)

### New Features

* **mcrypt :** mcrypt dependency removed.
* **proxy :** added proxy server support.
* **jwt :** jwt.php is removed from project source structure and added as dependency.
* **soap-wsse :** soap-wsse.php is removed from project source structure and added as dependency.
* **code refactor :** code refactored to individual class files. (under src/ directory)
* **unit test :** added unit test cases (happy path for now) using phpunit testing framework. (under tests/ directory)
* **API docs :** added API documentation using phpdocumentor framework. (under docs/ directory)
* **auto loader :** integrated auto loader (spl_autoload_register) for all source code under src/, tests/, objsamples/ directory.
Loading

0 comments on commit b410f09

Please sign in to comment.