Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

aarsla/gnokii-smsd-frontend

Repository files navigation

Gnokii SMSD frontend (Symfony)

PHP frontend for gnokii smsd written in Symfony

Requirements

gnokii-smsd installed on the same host (update parameters.yml database name/user accordingly)

Screenshots

sshot-1

sshot-2

Installation

1. Update dependencies###

php composer.phar update

2. Create database schema###

php app/console doctrine:schema:create

or update existing schema to keep existing database data

php app/console doctrine:schema:update --force

####Optionally: Import mockup data####

php app/console doctrine:fixtures:load

Note: This will purge existing database!

3. Create a user###

php app/console fos:user:create

API

1. Send SMS

curl --data "number=+31972123456&text=This is API SMS test" http:https://smsd.local/api/sms

2. Read Inbox

/api/inboxes
/api/inbox/8

3. Read Outbox

/api/outboxes
/api/outbox/8

About

Gnokii SMSD frontend (Symfony)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages