An open API service indexing awesome lists of open source software.

https://github.com/alixaxel/phunction

Small and carefully designed PHP 5.2+ HMVC framework.
https://github.com/alixaxel/phunction

php

Last synced: about 1 year ago
JSON representation

Small and carefully designed PHP 5.2+ HMVC framework.

Awesome Lists containing this project

README

          

## carefully designed PHP 5.2+ HMVC framework

> Note: phunction is currently not fully compatible with PHP 5.5+.

> I'm currently working on version 3.0.0 with a highly improved codebase and better documentation.


## Usage:

ph([$id])->[{[{Sub}->]*Class}->]{Method}($arguments);

## Classes:

* **[phunction](https://github.com/alixaxel/phunction/blob/master/phunction.php)**
* **[Auth](https://github.com/alixaxel/phunction/blob/master/phunction/Auth.php)**
* **[CLI](https://github.com/alixaxel/phunction/blob/master/phunction/CLI.php)**
* **[Date](https://github.com/alixaxel/phunction/blob/master/phunction/Date.php)**
* **[DB](https://github.com/alixaxel/phunction/blob/master/phunction/DB.php)**
* **[SQL](https://github.com/alixaxel/phunction/blob/master/phunction/DB/SQL.php)**
* **[Disk](https://github.com/alixaxel/phunction/blob/master/phunction/Disk.php)**
* **[HTML](https://github.com/alixaxel/phunction/blob/master/phunction/HTML.php)**
* **[Form](https://github.com/alixaxel/phunction/blob/master/phunction/HTML/Form.php)**
* **[HTTP](https://github.com/alixaxel/phunction/blob/master/phunction/HTTP.php)**
* **[Is](https://github.com/alixaxel/phunction/blob/master/phunction/Is.php)**
* **[Math](https://github.com/alixaxel/phunction/blob/master/phunction/Math.php)**
* **[BC](https://github.com/alixaxel/phunction/blob/master/phunction/Math/BC.php)**
* **[Combinatorics](https://github.com/alixaxel/phunction/blob/master/phunction/Math/Combinatorics.php)**
* **[Mean](https://github.com/alixaxel/phunction/blob/master/phunction/Math/Mean.php)**
* **[Round](https://github.com/alixaxel/phunction/blob/master/phunction/Math/Round.php)**
* **[Net](https://github.com/alixaxel/phunction/blob/master/phunction/Net.php)**
* **[Akismet](https://github.com/alixaxel/phunction/blob/master/phunction/Net/Akismet.php)**
* *[Amazon](https://github.com/alixaxel/phunction/blob/master/phunction/Net/Amazon.php)* (*)
* *[Facebook](https://github.com/alixaxel/phunction/blob/master/phunction/Net/Facebook.php)* (*)
* **[Google](https://github.com/alixaxel/phunction/blob/master/phunction/Net/Google.php)**
* **[PayPal](https://github.com/alixaxel/phunction/blob/master/phunction/Net/PayPal.php)**
* *[Twitter](https://github.com/alixaxel/phunction/blob/master/phunction/Net/Twitter.php)* (*)
* *[Yahoo](https://github.com/alixaxel/phunction/blob/master/phunction/Net/Yahoo.php)* (*)
* **[Text](https://github.com/alixaxel/phunction/blob/master/phunction/Text.php)**
* **[Unicode](https://github.com/alixaxel/phunction/blob/master/phunction/Text/Unicode.php)**

(*) - Planned / Under Development


**phunction adopted [Semantic Versioning](http://semver.org/) since version *2.4.0*.**