Request a Proposal


[request_proposel_form]

NetFillip

Archive for Jan, 2019

Using Lumen for lightweight micro services and APIs

NetFillipJan 10, 2019PHP, Web Development

Whenever a light weight application is required, using of full framework with lots of features is not a good idea. There might be many functions that is not required to your application which increase application size and execution speed. To overcome this we are here with Lumen, A PHP based micro-framework which is smaller,faster and…