2017 © Pedro Peláez
 

library phpquery

phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library

image

atofighi/phpquery

phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library

  • Tuesday, November 10, 2015
  • by ATofighi
  • Repository
  • 1 Watchers
  • 3 Stars
  • 1,212 Installations
  • HTML
  • 3 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 7 Versions
  • 35 % Grown

The README.md

phpQuery

from: https://github.com/bariew/phpquery, (*1)

Whats phpQuery?

To quote the phpQuery (orignally concieved and developed by Tobiasz Cudnik, available on Google Code and Github) project documentation:, (*2)

phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library., (*3)

Library is written in PHP5 and provides additional Command Line Interface (CLI)., (*4)

Example usage

(copied from http://code.google.com/p/phpquery/wiki/Basics), (*5)

Complete working example:, (*6)

html();

// And output the result
echo '

Title:

'; echo '

' . htmlentities( $title) . ', (*7)

'; ?>

Source for test.html:, (*8)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Hello World!</title>
</head>
<body>
</body>
</html>

The Versions

10/11 2015

dev-master

9999999-dev https://github.com/ATofighi/phpQuery/

phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library

  Sources   Download

MIT

by AliReza Tofighi

10/11 2015

2.0.1

2.0.1.0 https://github.com/ATofighi/phpQuery/

phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library

  Sources   Download

MIT

by AliReza Tofighi

10/11 2015

2.0.0

2.0.0.0 http://code.google.com/p/phpquery/

phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library

  Sources   Download

MIT

by AliReza Tofighi

03/10 2014

1.0.2

1.0.2.0 http://code.google.com/p/phpquery/

phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library

  Sources   Download

MIT

24/06 2014

1.0.1

1.0.1.0 http://code.google.com/p/phpquery/

phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library

  Sources   Download

MIT

24/06 2014

1.0.0

1.0.0.0 http://code.google.com/p/phpquery/

phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library

  Sources   Download

MIT

21/03 2013

0.9.6

0.9.6.0 http://code.google.com/p/phpquery/

phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library

  Sources   Download

MIT