PHPackages                             jetwitaussi/pht - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. jetwitaussi/pht

ActiveLibrary[Framework](/categories/framework)

jetwitaussi/pht
===============

PHP Framework for CHPP applications related to Hattrick website

3.15(1y ago)261.0k16[1 issues](https://github.com/jetwitaussi/PHT/issues)BeerwarePHPPHP &gt;=5.3

Since Jan 27Pushed 4mo ago6 watchersCompare

[ Source](https://github.com/jetwitaussi/PHT)[ Packagist](https://packagist.org/packages/jetwitaussi/pht)[ Docs](https://github.com/jetwitaussi/PHT)[ RSS](/packages/jetwitaussi-pht/feed)WikiDiscussions v3 Synced today

READMEChangelog (10)DependenciesVersions (17)Used By (0)

PHT v3.0
--------

[](#pht-v30)

Work in progress, feel free to fork, fix, enhance, or give ideas, thought, remarks on pht forum

PHT follows recommandations psr-0, psr-1, psr-2 and log system is psr-3 compliant

Chpp oauth connection is separated from main pht object, follow next code example

There are tons of chaining functions in many classes, so you can get extra data easily, but remember it loads xml each time if you don't use cache

Don't forget to use utf-8 encoding

Happy testing!

---

Requirements:

PHP 5.3+

Extensions:

- curl
- dom
- libxml
- pcre
- Reflexion
- xml

Optional for cache purpose:

- session
- apc
- memcached

---

/!\\ Read carefully, this example is not complete, read comments and save data according to your needs

Connection:

```
