https://github.com/atypicalim/litephp
Personal php framework repository ...
https://github.com/atypicalim/litephp
lightweight php php-framework
Last synced: about 1 year ago
JSON representation
Personal php framework repository ...
- Host: GitHub
- URL: https://github.com/atypicalim/litephp
- Owner: Atypicalim
- Created: 2022-06-24T12:57:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T15:51:38.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T12:14:09.268Z (over 1 year ago)
- Topics: lightweight, php, php-framework
- Language: PHP
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LitePHP
* description
> this is a simple php framework for api development. copy files in `template` folder to your working folder, then do what u want in `index.php` ...
* usage
> handle url `index.php/class/method/argument1/argument2`
```php
include_once("../Lite.php");
(new Lite())->run(function($app, $class, $method, $arguments) {
echo 'hello...';
});
```
* more
> for more information check the files in `lite` folder ...
* [Medoo](https://github.com/catfan/Medoo)
* [Image](https://github.com/claviska/SimpleImage)
* [Http](https://github.com/summerblue/http-class-for-php)
* [QRCode](https://sourceforge.net/projects/phpqrcode/)
* [Captcha](https://github.com/lifei6671/php-captcha)