Bitcoin Forum

Economy => Services => Topic started by: tyz on October 15, 2016, 10:36:34 AM



Title: Looking for an app backend programmer (PHP)
Post by: tyz on October 15, 2016, 10:36:34 AM
I created a small Android app. The app writes data to a database table from time to time. Currently, I use an integrated SQLLite database for that job. However I want to write the data on my server. Therefore I need a programmer that is doing the backend for me.

It should be based on REST. I need three commands. INSERT, UPDATE and DELETE for one table in the database. The backend should be secure and it should be based on a lightweight PHP framework like Slim.

Please send me your offers.



Title: Re: Looking for an app backend programmer (PHP)
Post by: drwtsn32 on October 15, 2016, 10:44:13 AM
If you just need to execute commands to a single table, you may not need to use a framework.
If you really want to do that, will you consider using Lumen? This is Laravel's sub-framework designed for making lightweight applications.
You can read the documentation here: https://lumen.laravel.com/


Title: Re: Looking for an app backend programmer (PHP)
Post by: criptosamurai on October 15, 2016, 01:34:52 PM
as drwtsn32 says, there is no need to use any framework , i can creare the restfull api for you to consume from the android app. when you say secure do you mean that the user will need authentication ? you can contact me for detail discuss.


Title: Re: Looking for an app backend programmer (PHP)
Post by: tyz on October 21, 2016, 11:44:11 PM
Thanks for this advice. I want to use a framework because I want to extend the app in the future with more backend functionality and operations. For that reason, I want to have it realized with a lightweight framework without unneeded libraries and other overhead stuff.

I found a developer. Please do not send me offers anymore. I'll look the thread.

If you just need to execute commands to a single table, you may not need to use a framework.
If you really want to do that, will you consider using Lumen? This is Laravel's sub-framework designed for making lightweight applications.
You can read the documentation here: https://lumen.laravel.com/