2017. december 10., vasárnap

php_samples

How to Use RSA Key for ssh Authentication to Access Your Server with Greater Security

Package -  PHP Mnemonic Secret Path Login
Detect human users telling to click on page places
Moderator comment: Passwords are a very common way to identify people that know a secret text that is used to verify they are who they claim they are.However, text passwords are problematic because people tend to forget them, especially on systems that require them to use uncommon characters in the password text.This package provides a different approach to entering passwords that allows people to either enter a secret password as text, as well as a sequence of images that need to be clicked by the right order.

PHP 5, Databases, Graphics, Security

Description: This package can detect human users telling to click on page places. It can store a set of images in a database using PDO.The pictures can be used to display a sequence that the user needs to memorize like a password to authenticate that he is the person that knows the secret image sequence.The class can display a secret sequence of pictures that the user can tell that he knows the sequence by clicking the pictures by the correct order. Alternatively, the user may also enter the correct sequence as a password entered by the keyboard.
  W3Schools-PHP:
 Sanitize and validate an email address
Select data with MySQLi (Object-oriented) and put result in an HTML table
Select data with PDO (+ Prepared statements)
 xml_parse_into_struct()
 PHP 5 Tutorial - W3Schools
PHP Tutorial - Learn PHP - W3schools
----------------------------------------------------------
DAO:
https://gist.github.com/thoriqmacto/cce63828612848c1919a
http://slashnode.com/pdo-for-elegant-php-database-access/

design patterns - PHP Data Access Object - Stack Overflow

http://www.yiiframework.com/doc-2.0/guide-db-active-record.html

MongoDB and PHP - 56. oldal - A Google Könyvek találata


Getting Started with Apache Cassandra and PHP 

pdo - connecting to cassandra from PHP


PHP and Cassandra - SlideShare

Using Cassandra with PHP - Documentation - Pressflow wiki

Installing PHP 7.0 — Cassandra extension/driver on Ubuntu 16.04

https://pecl.php.net/package/cassandra

Installing Apache Cassandra with PHP 7 on Ubuntu 16.04

Creating Interactive Charts With PHP And Cassandra

Cassandra/-/php-cassandra-class-examples.html

How to install Cassandra db in Linux/Windows Systems

Install Cassandra PHP Driver 7 - YouTube


How to Install Apache Cassandra on Ubuntu 16.04 – RoseHosting Blog


(Innen tényleg letölthető) Win 2012 Msi: https://academy.datastax.com/planet-cassandra/cassandra
To download and install the latest version of open-source Cassandra, see https://cassandra.apache.org/.

4:13
How To Install PHP with IIS on Windows 8

Package

https://getcomposer.org/download/

https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx
https://gotdesign.hu/post/doctrine_ii_-_telepites

https://kurakin.info/files/vilniusphp/MySQL_JSON.pdf
http://www.doctrine-project.org/projects/orm.html
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/configuration.html
https://www.howtoinstall.co/en/ubuntu/xenial/doctrine-orm-doc
https://www.devmanuals.net/install/ubuntu/ubuntu-16-04-LTS-Xenial-Xerus/how-to-install-php-doctrine-common.html

PHP Migrate Database

Migrate data that match conditions between tables
Moderator comment
Sometimes PHP applications need to synchronize databases hosted in different locations. However in many cases the information that needs to be synchronized is not the whole information in the database.

This class provides a solution that allows to migrate data of specific tables by specifying conditions that restrict the table records that need to be migrated.
Description
This class can migrate data that match conditions between tables.
It can take the parameters of connection of two database and connect to them using PDO.
The class can also migrate data that matches certain conditions from one database table to the other.
---------------------------------

Package

ffmpeg-maker

Build movies with images and audio using ffmpeg
----------------------
Arduino PHP Serial Linux
Communicate with a Arduino board via serial portModerator commentArduino is a hardware platform that specifies a type of miniature computer that runs a specific Linux distribution.This package can communicate with Arduino board by the means of serial cable that works as a serial protocol connection.
--------------------------
http://www.doctrine-project.org/2017/04/01/announcing-doctrine-4.html
https://media.readthedocs.org/pdf/agile-data/develop/agile-data.pdf
comparison/php-data-access-libraries-orm-activerecord-persistence
http://konteo.blogrepublik.eu/2012/11/06/a-chomsky-tizparancsolat/

----------------------------------
Why PHP:
Since version 7, PHP is twice as fast and implemented so many new features, that Java itself got behind in some niche constructs.
Nowadays you can develop PHP backends that really “taste like Java”.
From lambda / closures / anon functions to iterators, from nice interfaces to factories, from classic patterns to unit testsprofiling and code coverage statisticsmock upstraitscontinuous integration (still rough), from depenencies packages to bigdata access, large (SymfonyLaravelWordPress(!) (powering millions of websites)), medium (Yii and others) and small (Fat Free Framework and more) MVC / REST frameworks. Just name a feature, it’s very possible today’s PHP got it.
PHP even gets decent (NetBeansEclipseCodeLobster) to awesome development environments (PHPStorm - payware).
------------------------------------

API SQL to JSON

Send AJAX requests and responding with JSON data

Moderator comment

AJAX is a way to communicate from the browser to a HTTP server that is often used to perform queries about information accessible via an API.

This package can handle AJAX requests sent to a HTTP server using data stored in the JSON format.

It can perform SQL queries to retrieve data stored in a database and translates the data into JSON strings so they can be processed on the browser side easily using JavaScript code.
----------------------------------------

Nincsenek megjegyzések:

Megjegyzés küldése