2017 © Pedro Peláez
 

library confident

api mapping and mysql conector

image

confident/confident

api mapping and mysql conector

  • Thursday, October 19, 2017
  • by buster95
  • Repository
  • 1 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Confident

Latest Stable Version Latest Unstable Version Total Downloads License, (*1)

Confident is a framework that helps you to easily create your own RESTful API, (*2)

Installation

We recommend to install Confident using Composer., (*3)

$ 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., (*4)

<?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., (*5)

The Versions

19/10 2017

dev-master

9999999-dev

api mapping and mysql conector

  Sources   Download

MIT

by Walter Corrales

05/09 2017

v1.0.0

1.0.0.0

api mapping and mysql conector

  Sources   Download

MIT

by Walter Corrales