369. Notable PHP package: PHP CRUD REST API Server
Posted on: 2016-04-19
Nowadays, many sites provide an API, especially when they have a mobile application that needs to store and retrieve information from the site.
Many APIs provide function calls that execute CRUD operations (Create, Retrieve, Update and Delete) with data stored in a database.
This PHP package provides a solution to simplify all those goals. It provides means to easily create a REST API with functions that map to class methods.
At the same time it provide means to implement CRUD operations with a MySQL database.
The demonstration API provided with the package shows how you can easily implement an API to manipulate user records stored in a MySQL database.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)
Many APIs provide function calls that execute CRUD operations (Create, Retrieve, Update and Delete) with data stored in a database.
This PHP package provides a solution to simplify all those goals. It provides means to easily create a REST API with functions that map to class methods.
At the same time it provide means to implement CRUD operations with a MySQL database.
The demonstration API provided with the package shows how you can easily implement an API to manipulate user records stored in a MySQL database.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)
366. Notable PHP package: Pretty PHP S3 Files Manager
Posted on: 2016-04-14
As we all know, Amazon S3 is a very popular cloud storage service. Its API allows us developers to manipulate files, directories and buckets the way we need.
This PHP package provides a very extensive and elegant user interface to manage data stored in a S3 account from a Web based user interface.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)
This PHP package provides a very extensive and elegant user interface to manage data stored in a S3 account from a Web based user interface.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)