1026. Notable PHP package: PHP Order Array Trait
Updated on: 2020-06-17
Posted on: 2020-06-17
Many applications need to sort information according to criteria. Often that information is stored in associative arrays.
This package provides a trait that can be used to sort any associative array.
It uses a given string for defining the sorting criteria of string values of a given key of the associative array to be sorted.
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 trait that can be used to sort any associative array.
It uses a given string for defining the sorting criteria of string values of a given key of the associative array to be sorted.
Read this article to learn more details about how this notable PHP package works.



1025. Notable PHP package: symfony-dual-login
Updated on: 2020-06-16
Posted on: 2020-06-16
OAuth is a protocol that is often used to allow sites to authenticate users of a site that need to be registered.
It allows user to login with their accounts, for instance on Facebook or Google, so they do not need to remember their password to access those sites as registered users.
This package provides a solution for applications that use the Symphony framework, so they can use either the built-in password based user authentication method, or the OAuth based method.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
It allows user to login with their accounts, for instance on Facebook or Google, so they do not need to remember their password to access those sites as registered users.
This package provides a solution for applications that use the Symphony framework, so they can use either the built-in password based user authentication method, or the OAuth based method.
Read this article to learn more details about how this notable PHP package works.



1. PHP Authorize.Net Tutorial on Making Easier Payments through its API
Updated on: 2020-06-15
Posted on: 2020-06-15
Blog: PHP Authorize.net Integration with JSON API package blog
Package: PHP Authorize.net Integration with JSON API
Authorize.Net is a popular payment gateway that is used by many e-commerce Web sites and applications to process payments of products and services that those sites sell.
It supports many useful features like managing subscriptions, payment profiles, fraud management and sales reporting.
Read this tutorial to learn how to use the Authorize.net API to integrate payment processing to sell more products and services in your Web site or application using the PHP Authorize.net Integration with JSON API package.
More ...
Post a comment
See comments (0) Trackbacks (0)
It supports many useful features like managing subscriptions, payment profiles, fraud management and sales reporting.
Read this tutorial to learn how to use the Authorize.net API to integrate payment processing to sell more products and services in your Web site or application using the PHP Authorize.net Integration with JSON API package.



1024. Notable PHP package: PHP Readme Helper
Updated on: 2020-06-13
Posted on: 2020-06-13
Many API developers produce documentation for their APIs in README files using the Markdown format.
This package can generate automatic documentation README files for APIs by extracting such documentations from API source files.
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 can generate automatic documentation README files for APIs by extracting such documentations from API source files.
Read this article to learn more details about how this notable PHP package works.



1023. Notable PHP package: Redbox PHP Track Website Visitors
Updated on: 2020-06-11
Posted on: 2020-06-11
Some Web sites provide information about the users that access the site. For instance they can provide statistics about the number of users that have accessed the site in a given period, such as in the last day, week or month.
This package provides a flexible solution that allows applications implement custom actions when a new user or a returning user visits the current Web site.
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 flexible solution that allows applications implement custom actions when a new user or a returning user visits the current Web site.
Read this article to learn more details about how this notable PHP package works.



1. Learning from PHP Log to File Example
Updated on: 2020-06-23
Posted on: 2020-06-10
Blog: PHP Logging Class package blog
Package: PHP Logging Class
Logging is a common activity that most applications must perform to keep track of activities, just in case you need to analyse past activities to find the cause for any issues.
Read this article to learn from examples on how to implement logging techniques that can be used in PHP storing the logged information in files.
More ...
Post a comment
See comments (3) Trackbacks (0)
Read this article to learn from examples on how to implement logging techniques that can be used in PHP storing the logged information in files.



1022. Notable PHP package: PHP Async HTTP Client Benchmarks
Updated on: 2020-06-09
Posted on: 2020-06-09
There are many PHP packages that can be used to send HTTP requests to remote servers asynchronously.
This means that the same PHP script can send many HTTP requests at the same time, thus taking less time to get the remote HTTP responses.
This package provides means to measure and compare the performance of several packages that can send the asynchronous HTTP requests.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This means that the same PHP script can send many HTTP requests at the same time, thus taking less time to get the remote HTTP responses.
This package provides means to measure and compare the performance of several packages that can send the asynchronous HTTP requests.
Read this article to learn more details about how this notable PHP package works.



1021. Notable PHP package: Laravel Upload File Manager
Updated on: 2020-06-07
Posted on: 2020-06-07
Many sites need to allow users to upload files to be shared with other users either publicly or privately.
Access control may also need to be personalized, so only a set of users may access those uploaded files.
This package provides a solution, that can not only restrict the access of files to certain users, but can also restrict the period of time that the files remain accessible until a specific date.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Access control may also need to be personalized, so only a set of users may access those uploaded files.
This package provides a solution, that can not only restrict the access of files to certain users, but can also restrict the period of time that the files remain accessible until a specific date.
Read this article to learn more details about how this notable PHP package works.



1020. Notable PHP package: PHP REST API Boiler Plate
Updated on: 2020-06-05
Posted on: 2020-06-05
Many APIs are available to provide useful services to the API users. The services that each API provides may vary from user to user.
This package provides a solution to implement an API that already comes with built-in user access management operations like user registration and authentication.
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 solution to implement an API that already comes with built-in user access management operations like user registration and authentication.
Read this article to learn more details about how this notable PHP package works.



1019. Notable PHP package: Laravel Relational Data Model
Updated on: 2020-06-03
Posted on: 2020-06-03
Many applications use databases to store and retrieve application data objects defined using model classes.
Usually data objects of different model classes need to establish relationships with each other.
This package provides a trait that can be used in model classes, so you can hierarchical relationships between parent and child objects.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Usually data objects of different model classes need to establish relationships with each other.
This package provides a trait that can be used in model classes, so you can hierarchical relationships between parent and child objects.
Read this article to learn more details about how this notable PHP package works.


