damijanc/rest-server-demo

This package is abandoned and no longer maintained. No replacement package was suggested.

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/damijanc/rest-server-demo

1.0 2017-01-06 15:52 UTC

This package is auto-updated.

Last update: 2025-07-10 06:33:41 UTC


README

![Travis status] (https://travis-ci.org/damijanc/rest-server-demo.svg?branch=master)

simple-rest

Example rest service using Symfony 3, Doctrine and MariaDB

Installation:

  • Run in project root composer install
  • Setup database mysql -u root < ./Model/generation.sql

How to run

  • You can run the server with builtin php server just by running php bin/console server:run

Tests

To run tests run ./vendor/bin/phpunit in project root