946. Notable PHP package: WordPress PHPMyAdmin
Updated on: 2020-01-09
Posted on: 2020-01-09
WordPress is a popular publication platform that uses MySQL to store the content data records.
It also provides an administration interface that can be extended by plugins to provide additional functionality.
This package implements a WordPress plugin that allows administrators to manage MySQL database schemata like PHPMyAdmin application.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
It also provides an administration interface that can be extended by plugins to provide additional functionality.
This package implements a WordPress plugin that allows administrators to manage MySQL database schemata like PHPMyAdmin application.
Read this article to learn more details about how this notable PHP package works.
945. Notable PHP package: Laravel PHP Bible
Updated on: 2020-01-08
Posted on: 2020-01-08
The Holy Bible is a very well known book that contains stories and other texts of interest to religious people.
This package provides means to retrieve content of the bible in English.
It may also provide the bible content in other languages, as long as the respective bible files for those languages are added to the package.
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 retrieve content of the bible in English.
It may also provide the bible content in other languages, as long as the respective bible files for those languages are added to the package.
Read this article to learn more details about how this notable PHP package works.
944. Notable PHP package: serpStack PHP Google Search API
Updated on: 2020-01-06
Posted on: 2020-01-06
Google is obviously the most popular search engine on the Internet.
Performing searches on Google is usually only allowed to be done by real human users, except when you use an API.
This package provides an API to perform searches on Google. It uses a proxy network to avoid sending many searches from the same IP address on behalf of a user of the API.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Performing searches on Google is usually only allowed to be done by real human users, except when you use an API.
This package provides an API to perform searches on Google. It uses a proxy network to avoid sending many searches from the same IP address on behalf of a user of the API.
Read this article to learn more details about how this notable PHP package works.
943. Notable PHP package: Simple PHP Multiplication Table Using for Loop
Updated on: 2020-01-02
Posted on: 2020-01-02
Multiplication tables are one of the first things that everybody learns in math at school when you are very young.
This class can display multiplication tables in a Web pages, so it can be used to help teach multiplication to young kids in the age that they are ready to learn math.
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 display multiplication tables in a Web pages, so it can be used to help teach multiplication to young kids in the age that they are ready to learn math.
Read this article to learn more details about how this notable PHP package works.
942. Notable PHP package: PHP Case Convert
Updated on: 2019-12-30
Posted on: 2019-12-30
Sometimes applications need to change the case conventions of words of a given text strings. There are many conventions to define the case of words.
This package implements string word case conversion with support to 13 well-known case conventions.
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 string word case conversion with support to 13 well-known case conventions.
Read this article to learn more details about how this notable PHP package works.
941. Notable PHP package: PHP Billing System Reports
Updated on: 2019-12-26
Posted on: 2019-12-26
PHP is a popular Web programming language that is being used to create systems that assist in commercial activities of many companies.
This package implements a billing system in PHP that can perform several functions related with sales and billing, so developers can study this package to adapt it to be used by companies that need a system like this, or learn how to solve common problems that sales and billing systems need to solve.
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 billing system in PHP that can perform several functions related with sales and billing, so developers can study this package to adapt it to be used by companies that need a system like this, or learn how to solve common problems that sales and billing systems need to solve.
Read this article to learn more details about how this notable PHP package works.
940. Notable PHP package: PHP Deep Fry
Updated on: 2019-12-22
Posted on: 2019-12-22
Frying is a visual effect that can be applied to an image to make it look as if it was burned with some kind of heat source.
This class can process an image and alter its appearance to make it look as the subjects on the image were fried.
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 process an image and alter its appearance to make it look as the subjects on the image were fried.
Read this article to learn more details about how this notable PHP package works.
939. The PHP Classes Community in 2019 and 2020 Future Plans
Updated on: 2019-12-20
Posted on: 2019-12-20
The 2019 year was great for all developers that participated in the PHP Classes community.
The plans for 2019 are even greater. Not only the PHP Classes site will distribute many elePHPants to many PHP developers around the world, but it will also provide opportunities to any developer that wants to make money from their software development passion, so you only have to work for your own company creating your own products and services that the PHP Classes site will help you to advertise and sell.
Read this article to learn about these plans for the PHP Classes developer community in 2020.
More ...
Post a comment
See comments (0) Trackbacks (0)
The plans for 2019 are even greater. Not only the PHP Classes site will distribute many elePHPants to many PHP developers around the world, but it will also provide opportunities to any developer that wants to make money from their software development passion, so you only have to work for your own company creating your own products and services that the PHP Classes site will help you to advertise and sell.
Read this article to learn about these plans for the PHP Classes developer community in 2020.
938. Notable PHP package: Joomla PHP Type Hint Classes
Updated on: 2019-12-18
Posted on: 2019-12-18
Joomla is a well-known PHP based content management system. It provides several class, so developers can create extensions for this publishing platform.
This package provides empty definitions for Joomla classes, so they can be used to help IDE tools to auto-complete class names when developers are working for Joomla extensions using those classes.
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 empty definitions for Joomla classes, so they can be used to help IDE tools to auto-complete class names when developers are working for Joomla extensions using those classes.
Read this article to learn more details about how this notable PHP package works.
937. Notable PHP package: Laravel XSLT
Updated on: 2019-12-18
Posted on: 2019-12-18
XSLT is a language that can define transformations to be done on XML documents that applications may need to be processed.
It can also be used as a template language that can retrieve parts of a source document and generate an output document.
This package allows using XSLT templates to generate the output of views of a Laravel based application.
It can also be extended using event handlers to transform further the view output with additional components like a debug bar.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
It can also be used as a template language that can retrieve parts of a source document and generate an output document.
This package allows using XSLT templates to generate the output of views of a Laravel based application.
It can also be extended using event handlers to transform further the view output with additional components like a debug bar.
Read this article to learn more details about how this notable PHP package works.
