Skip to content

ratnadeep-olx/lightphp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LightPHP

LightPHP is a light PHP micro framework that helps you quickly write simple yet powerful APIs

Installation

It's recommended that you use Composer to install LightPHP.

$ composer require ratnadeep/LightPHP "*"

This will install LightPHP and all required dependencies. LightPHP requires PHP 7.0.0 or newer.

Usage

Create an index.php file with the following contents:

<?php

use LightPHP\API;

include '../vendor/autoload.php';

$app = new Api();

$app->run();

Tests

To execute the test suite, you'll need phpunit.

$ phpunit

About

A ultra light PHP framework for creating API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%