2017 © Pedro Peláez
 

library fast-rest

FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.

image

bullhorn/fast-rest

FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.

  • Wednesday, July 18, 2018
  • by fast-rest@bullhorn.com
  • Repository
  • 42 Watchers
  • 21 Stars
  • 4,031 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 4 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

Bullhorn FastREST

Build Status, (*1)

Contribute

There are many ways to contribute to Bullhorn FastREST. * Submit bugs and help us verify fixes as they are checked in. * Review source code changes. * Contribute bug fixes., (*2)

(Internal) Before Committing

  • Make sure to write unit tests for any new code.
  • Run all unit tests, fix any errors.
  • Push
  • Submit Pull Request

Documentation

Requirements

Prerequisite packages are: * Phalcon >2.0 * Database must be MySQL * All table column names must adhere to /^[a-zA-Z0-9\_]+$/, (*3)

Examples

  • See https://github.com/bullhorn/fast-rest/tree/master/examples/

Installation

Installing via Composer

Install composer in a common location or in your project:, (*4)

curl -s http://getcomposer.org/installer | php

Create the composer.json file as follows:, (*5)

{
    "require": {
        "bullhorn/fast-rest": "dev-master"
    }
}

Run the composer installer:, (*6)

php composer.phar install

Installing via GitHub

Just clone the repository in a common location or inside your project:, (*7)

git clone https://github.com/bullhorn/fast-rest.git

Autoloading from the Incubator

Add or register the following namespace strategy to your Phalcon\Loader in order to load classes from the incubator repository:, (*8)


$loader = new Phalcon\Loader(); $loader->registerNamespaces(array( 'Bullhorn\\FastRest' => '/path/to/bullhorn/fast-rest/Library/' )); $loader->register();

The Versions

18/07 2018

dev-master

9999999-dev

FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.

  Sources   Download

GPL-3.0 GPL-3.0-or-later

The Requires

 

The Development Requires

by Bullhorn

api framework rest phalcon

06/07 2018

dev-f/zephirze

dev-f/zephirze

FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.

  Sources   Download

GPL-3.0-or-later

The Requires

 

The Development Requires

by Bullhorn

api framework rest phalcon

01/08 2016

dev-feature/notifyOtherReturn

dev-feature/notifyOtherReturn

FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Bullhorn

api framework rest phalcon