stackinstance / api-server-bundle
Stack Instance Api Server
Package info
github.com/stackinstance/api-server-bundle
Type:symfony-bundle
pkg:composer/stackinstance/api-server-bundle
1.0.4
2016-08-03 13:41 UTC
Requires
- php: >=5.5.0
- doctrine/doctrine-fixtures-bundle: ~2.3
- doctrine/doctrine-migrations-bundle: ~1.0
- doctrine/migrations: ~1.0
- phpunit/phpunit: 4.8.*
This package is not auto-updated.
Last update: 2026-03-05 02:44:03 UTC
README
#Stack Instance Api Server bundle
How to install
composer require stackinstance/api-server-bundle
Routing to see an example:
stack_instance_api_server: resource: "@StackInstanceApiServerBundle/Resources/config/routing.yml" prefix: /
Tables creating for the example
php app/console doctrine:schema:update --force