781. Notable PHP package: Archive.org PHP API
Updated on: 2019-01-14
Posted on: 2019-01-14
Many sites have gone through many changes and nowadays they look different or even do not exist.
The Wayback Machine is site that keeps archives of old versions of Web site pages even after they do not exist anymore.
This package provides a means to retrieve old version of Web site pages from PHP.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
The Wayback Machine is site that keeps archives of old versions of Web site pages even after they do not exist anymore.
This package provides a means to retrieve old version of Web site pages from PHP.
Read this article to learn more details about how this notable PHP package works.
780. Notable PHP package: Anti-CSRF
Updated on: 2019-01-10
Posted on: 2019-01-10
Cross-Site Request Forgery is a kind of security attack that may affect Web sites that processed forms submitted by authenticated users and make them do things against their will.
There are many solutions in PHP that can help avoiding CSRF exploits.
This package can do things that are different from other solutions like restricting the protection to specific site URLs, or users accessing a site from specific IP addresses, and support multiple tokens to handle different forms.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
There are many solutions in PHP that can help avoiding CSRF exploits.
This package can do things that are different from other solutions like restricting the protection to specific site URLs, or users accessing a site from specific IP addresses, and support multiple tokens to handle different forms.
Read this article to learn more details about how this notable PHP package works.
779. Notable PHP package: Laravel WebShipper
Updated on: 2019-01-09
Posted on: 2019-01-09
Webshipper is a service that simplifies the processing of e-commerce orders of one site by outsourcing that service to WebShipper using its API.
This package provides a interface to take advantage of the WebShipper service from PHP.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package provides a interface to take advantage of the WebShipper service from PHP.
Read this article to learn more details about how this notable PHP package works.
778. Notable PHP package: PHP Vim Plugin Updater
Updated on: 2019-01-08
Posted on: 2019-01-08
Vim is a very popular text editor that can be extended with plugins that implement new functionality.
This class can retrieve plugins from a GIT repository and install them in the local machine where vim can be run by the user.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This class can retrieve plugins from a GIT repository and install them in the local machine where vim can be run by the user.
Read this article to learn more details about how this notable PHP package works.
776. Notable PHP package: Crow Simple PHP Blog Github
Updated on: 2019-01-03
Posted on: 2019-01-03
Github is a well-known site for publishing projects based on files that are changed. Each file revision can be stored using Git version control software.
Since it can manage the revisions of any types of files, it can also manage the posts of a blog.
This package can manage a blog using a Git repository hosted on GitHub.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Since it can manage the revisions of any types of files, it can also manage the posts of a blog.
This package can manage a blog using a Git repository hosted on GitHub.
Read this article to learn more details about how this notable PHP package works.
775. Notable PHP package: PHP Firebase CRUD
Updated on: 2018-12-26
Posted on: 2018-12-26
Google Firebase provides a Cloud Storage system that can be accessed by remote applications using its API.
This package implements a base solution to implement a CRUD system based on Google Firebase API to create, read, update and delete data objects.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package implements a base solution to implement a CRUD system based on Google Firebase API to create, read, update and delete data objects.
Read this article to learn more details about how this notable PHP package works.
773. Notable PHP package: AWS SQS Wrapper
Updated on: 2018-12-19
Posted on: 2018-12-19
Amazon Simple Queue System (AWS SQS) is a very popular format passing messages to queues of jobs to be processed by separate systems.
The AWS SQS SDK code is a bit complicated. This package provides a simpler solution around AWS SQS SDK that uses separate objects for connecting and queuing messages.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
The AWS SQS SDK code is a bit complicated. This package provides a simpler solution around AWS SQS SDK that uses separate objects for connecting and queuing messages.
Read this article to learn more details about how this notable PHP package works.
772. Notable PHP package: YII2 PHP Template Render Class
Updated on: 2018-12-18
Posted on: 2018-12-18
Templates are files that are very useful to separate the way pages are rendered from the code that generates the output of those pages.
This package provides means to render the output of pages from templates that support different formats for applications using the YII2 framework.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package provides means to render the output of pages from templates that support different formats for applications using the YII2 framework.
Read this article to learn more details about how this notable PHP package works.
771. Notable PHP package: Lumen API PureMVC MultiCore Framework for PHP
Updated on: 2018-12-17
Posted on: 2018-12-17
The repository design pattern can be use to abstract the way objects are persisted in a storage container.
This package provides an implementation of the repository design that is based on Laravel Lumen to store persistent objects.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package provides an implementation of the repository design that is based on Laravel Lumen to store persistent objects.
Read this article to learn more details about how this notable PHP package works.
770. Notable PHP package: PHP String Rotate
Updated on: 2018-12-13
Posted on: 2018-12-13
String rotation is a simple way to obfuscate strings and way that it is possible to retrieve the original string from the obfuscated version.
This class provides a solution for rotating strings that implements several methods of string rotation.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This class provides a solution for rotating strings that implements several methods of string rotation.
Read this article to learn more details about how this notable PHP package works.
