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.
- Host: GitHub
- URL: https://github.com/alixaxel/phunction
- Owner: alixaxel
- License: mit
- Created: 2011-02-01T18:49:49.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T18:24:39.000Z (almost 7 years ago)
- Last Synced: 2025-02-27T09:49:46.280Z (about 1 year ago)
- Topics: php
- Language: PHP
- Homepage: //github.com/alixaxel/phunction/
- Size: 252 KB
- Stars: 104
- Watchers: 12
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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*.**