985. Notable PHP package: Shiki PHP Proxy Request to Another Server
Updated on: 2020-03-30
Posted on: 2020-03-30
Some people need to be able to access certain pages or files that are available on a remote Web server.
However, some times they are working on environments that have restricted access to the Internet, like for instance companies that impose access restrictions to the sites they can access.
This package provides a workaround solution that allows retrieving files from any site using an intermediate site running this class and serve the desired file compressed as a ZIP archive.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)
However, some times they are working on environments that have restricted access to the Internet, like for instance companies that impose access restrictions to the sites they can access.
This package provides a workaround solution that allows retrieving files from any site using an intermediate site running this class and serve the desired file compressed as a ZIP archive.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)
984. Notable PHP package: PHP Short URL Generator
Updated on: 2020-03-28
Posted on: 2020-03-28
Short URLs are useful to provide a short version of an URL that may be too long to fit in certain Web forms that limit the length that the URL can have.
This package provides a complete solution to create short URLs that can be run on any domain that you control. It uses XML files to store the short URL information instead of regular SQL based databases.
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 complete solution to create short URLs that can be run on any domain that you control. It uses XML files to store the short URL information instead of regular SQL based databases.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)
983. Notable PHP package: OpenStreetMap Nominatim PHP Class
Updated on: 2020-03-26
Posted on: 2020-03-26
OpenStreetMap is a free alternative to other well known solutions for presenting maps on Web pages, as well inquire about locations on the map.
This class provides means to search for addresses and their geographic locations by calling the OSM Nominatim API.
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 means to search for addresses and their geographic locations by calling the OSM Nominatim API.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)
982. Notable PHP package: PHP Ride Locale API
Updated on: 2020-03-24
Posted on: 2020-03-24
Ride sharing has been an alternative for sharing cars and other vehicles that can be used to transport multiple people between different places.
This package implements a system that can be used to manage the activity of sharing rides with multiple vehicles between multiple people
It provides an API that can be used to develop mobile applications that can run on different mobile devices.
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 system that can be used to manage the activity of sharing rides with multiple vehicles between multiple people
It provides an API that can be used to develop mobile applications that can run on different mobile devices.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)
981. Notable PHP package: PHP PASeTo
Updated on: 2020-03-22
Posted on: 2020-03-22
PASETO (Platform-Agnostic SEcurity TOkens) is a more secure approach sign, encrypt and decrypt data designed by Scott Arciszewski as an alternative to using JSON Web Tokens .
This package provides an PHP implementation of PASETO.
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 PHP implementation of PASETO.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)
980. Notable PHP package: PHP Golden Rectangle Generator
Updated on: 2020-03-20
Posted on: 2020-03-20
The golden rectangle is a rectangle that has a proportion ratio between their sides in such a way that it can that it is perfect for activities like architecture of buildings or artistic paintings to achieve balance aesthetic beauty.
This class can create a rectangle with perfect proportions based on the golden rectangle algorithm.
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 create a rectangle with perfect proportions based on the golden rectangle algorithm.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)
979. Notable PHP package: PHP Memory Limit Manager
Updated on: 2020-03-18
Posted on: 2020-03-18
PHP has a setting that limits the usage of memory by the current script to avoid that the script uses too much memory and makes the current system unusable.
Applications can also check if the current memory usage is near the configured limit.
This package takes advantage of that possibility to allow applications to execute certain actions or avoid other actions, so the current script does not exceed the current memory limit and terminates abnormally.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)
Applications can also check if the current memory usage is near the configured limit.
This package takes advantage of that possibility to allow applications to execute certain actions or avoid other actions, so the current script does not exceed the current memory limit and terminates abnormally.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)
978. Notable PHP package: PHP Flight Schedules
Updated on: 2020-03-16
Posted on: 2020-03-16
Many sites that work on the travelling business and related areas of activity need to know about information related with flights of companies that take passengers to many destinations around the world.
This package provides a PHP solution to get many types of details about flights, airports, schedules, airplanes, etc.. that can be useful for many sorts of travelling businesses.
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 PHP solution to get many types of details about flights, airports, schedules, airplanes, etc.. that can be useful for many sorts of travelling businesses.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)
977. Notable PHP package: D3 Labels
Updated on: 2020-03-14
Posted on: 2020-03-14
The YII framework provides classes to create model objects. These objects are used to store and retrieve application objects usually in relational databases.
This package provides a solution to extend the YII framework based objects to attach label tag values, so it becomes easier to reference certain objects for instance to display their information on a Web page.
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 extend the YII framework based objects to attach label tag values, so it becomes easier to reference certain objects for instance to display their information on a Web page.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)
976. Notable PHP package: PHP Windows File Attributes
Updated on: 2020-03-12
Posted on: 2020-03-12
Many PHP developers work on sites that need to run on servers based on Windows.
Sometimes it is necessary to obtain certain types of information about files available on a Windows system.
Such types of information are not available using the built-in PHP functions dedicated to check files.
This package provides an alternative solution that uses a Windows COM object to inspect those Windows specific types of information.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)
Sometimes it is necessary to obtain certain types of information about files available on a Windows system.
Such types of information are not available using the built-in PHP functions dedicated to check files.
This package provides an alternative solution that uses a Windows COM object to inspect those Windows specific types of information.
Read this article to learn more details about how this notable PHP package works.
More ... Post a comment See comments (0) Trackbacks (0)