Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Confident

Latest Stable Version Latest Unstable Version Total Downloads License

Confident is a framework that helps you to easily create your own RESTful API

Installation

We recommend to install Confident using Composer.

$ composer require confident/confident "^1.0"

Usage

This example shows how easy it is to set up Confident in your project.
Try it yourself by pasting the code below into your index.php.

<?php

require 'vendor/autoload.php';

$app = new Confident\ApiController();

$app->get('/hello/{name}', function ($name) {
    echo "hello " . $name;
});

$app->start();

License

Confident is licensed under the MIT license. See License File for more information.

About

PHP ORM for mysql

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages