Tag: php

  • CodeWP.ai – AI Chat Coding Tools for WordPress Developers

    CodeWP is revolutionizing WordPress development with its AI-driven platform. It enables the creation of complex plugins and code snippets through conversational prompts, supporting essential web languages like PHP, JS, CSS, and SQL.

  • GitHub telegram-bot/core: PHP Telegram Bot based on the official Telegram Bot API

    This is a pure PHP Telegram Bot, fully extensible via plugins. Telegram announced official support for a Bot API, allowing integrators of all sorts to bring automated interactions to the mobile platform. This Bot aims to provide a platform where one can simply write a bot and have interactions in a matter of minutes. The…

  • EasyEngine = Easy WordPress on Nginx

    Command-line control panel for Nginx Server to manage WordPress sites running on Nginx, PHP, MySQL, and Let’s Encrypt easyengine.io/

  • Raspberry Pi – IP Camera

    Bootstrap/PHP web interface for the Raspberry Pi Camera by ronnyvdbr who writes on his website about his project: “Hi, welcome to my Raspberry IP Camera build. This project was brought to life out of personal interest for the Raspberry Pi camera features and the lack of readily available sources of easy configurable Web GUI software…

  • Getting Started with the Yahoo Finance API – Wern Ancheta

    The Yahoo Finance API provides a way for developers to get the latest information about the stock market. How the different stocks are doing. What’s the current buying price for a single stock. How much is the difference of the current market value to that of yesterday’s, etc. wern-ancheta.com/blog/2015/04/05/getting-started-with-the-yahoo-finance-api/

  • How to generate a Public and Private Key: RSA Examples and Notes from phpseclib

    The phpseclib on source forge allows you to generate Public and Private Keys and is fully interoperable with OpenSSL and other standardized cryptography programs and protocols. Software is written in PHP and designed to be ultra-compatible (working with PHP4+ assuming the use of PHP Compat) and does not require any extensions. For purposes of speed,…