Main > Free Download Search >

Free php youtube api software for linux

php youtube api

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3252
python-youtube 20070709

python-youtube 20070709


python-youtube is a simple YouTube API Client for Python. more>>
python-youtube is a simple YouTube API Client for Python.
You can use it to access YouTube metadata in your applications and webapps. This implementation allows you to access the REST interface of the YouTube API.
Example usage:
c = youtube.YouTubeClient( your-dev-id)
for video in c.list_by_user( your-username):
v = c.get_details( video[id])
print video[id]
print v[thumbnail_url]
print v[title]
print v[description]
Enhancements:
- This release has been updated to include support for paging (the "page" and "per_page" parameters), so clients can fetch all data on a per-page basis.
<<less
Download (0.006MB)
Added: 2007-07-09 License: GPL (GNU General Public License) Price:
845 downloads
PHP GoogleMapAPI 2.2

PHP GoogleMapAPI 2.2


PHP GoogleMapAPI is a full-featured Google Map API for PHP. more>>
GoogleMapAPI is a library used for creating google maps using the Google Map public API.
Main features:
- auto-geocode lookups
- geocode caching
- map directions
- adding markers and polylines by address or geocoordinates
- sidebar generation
- ...and many more.
SYNOPSIS:
< ?php
require(GoogleMapAPI.class.php);
$map = new GoogleMapAPI();
// setup database for geocode caching
$map->setDSN(mysql://USER:PASS@localhost/GEOCODES);
// enter YOUR Google Map Key
$map->setAPIKey(YOURGOOGLEMAPKEY);
// create some map markers
$map->addMarkerByAddress(621 N 48th St # 6 Lincoln NE 68502,PJ Pizza,< b>PJ Pizza< /b>);
$map->addMarkerByAddress(826 P St Lincoln NE 68502,Old Chicago,< b>Old Chicago< /b>);
$map->addMarkerByAddress(3457 Holdrege St Lincoln NE 68502,"Valentinos","< b>Valentinos< /b>");
?>
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
< html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" >
< head>
< ?php $map->printHeaderJS(); ?>
< ?php $map->printMapJS(); ?>
< /head>
< body onload="onLoad()">
< table border=1>
< tr>< td>
< ?php $map->printMap(); ?>
< /td>< td>
< ?php $map->printSidebar(); ?>
< /td>< /tr>
< /table>
< /body>
< /html >
Enhancements:
- The Google geo lookup has been updated to use the official Google geocode API.
- geoGetDistance() has been added for looking up the distance between two coordinates using the great circle distance formula.
<<less
Download (0.010MB)
Added: 2006-09-07 License: LGPL (GNU Lesser General Public License) Price:
1151 downloads
Download Youtube video 0.1

Download Youtube video 0.1


Download Youtube video is a Konqueror service menu to download and encode youtube videos. more>>
Download Youtube video is a Konqueror service menu to download and encode youtube videos.
This is a hack of another service menu that stoped working (at least for me): http://www.kde-apps.org/content/show.php?content=37509
Main features:
- Download videos with the KDE file copy dialog instead of using KGet
- Automatically encode videos with mencoder, or just download
You can use ffmpeg too, just comment out the right lines in the python file, Im unable to encode some videos with ffmpeg, so mencoder is the default
<<less
Download (0.002MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
730 downloads
php Sudoku 0.1

php Sudoku 0.1


php Sudoku is a Web-based sudoku game that includes 200,000 sudoku puzzles. more>>
php Sudoku is a Web-based sudoku game that includes 200,000 sudoku puzzles. It can be easily used on any Web site.

The project does not require MySQL or any other database.

<<less
Download (6.8MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
938 downloads
PHP Voice 2.1.0

PHP Voice 2.1.0


PHP Voice (formerly known as PHP VXML) contain four classes that assist in developing voice application using PHP. more>>
PHP Voice (formerly known as PHP VXML) contain four classes that assist in developing voice application using PHP.
PHP Voice supports Speech Synthesis Markup Language 1.0, Speech Recognition Grammar Specification 1.0, Voice Browser Call Control: CCXML 1.0, and Voice Extensible Markup Language (VoiceXML) 2.0.
Enhancements:
- An improved menu module to support arrays as parameters with the ID of the menu.
- An improved home application with the new menu module.
<<less
Download (0.43MB)
Added: 2005-11-15 License: GPL (GNU General Public License) Price:
1456 downloads
Youtube Downloader GUI 0.2.3

Youtube Downloader GUI 0.2.3


Youtube Downloader GUI project is a GUI for the famous python script youtube-dl. more>>
Youtube Downloader GUI project is a GUI for the famous python script youtube-dl. It is made in Kommander, so you need it. The project is packed in rpm with icon, desktop file.

openSUSE repo:

http://software.opensuse.org/download/home:/pnemec/SUSE_Linux_10.1/
http://software.opensuse.org/download/home:/pnemec/openSUSE_10.2/

It should work on other distribution too.

<<less
Download (0.025MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
604 downloads
Php Object Generator 3.0

Php Object Generator 3.0


PHP Object Generator (POG) is a PHP code generator which generates clean and tested object oriented code for your PHP4/PHP5. more>>
Php Object Generator on short POG is an open source PHP code generator which automatically generates clean & tested Object Oriented code for your PHP4/PHP5 application.
Over the years, we realized that a large portion of a PHP programmers time is wasted on repetitive coding of the Database Access Layer of an application simply because different applications require different objects.
By generating PHP objects with integrated CRUD methods, POG gives you a head start in any project and saves you from writing and testing SQL queries. The time you save can be spent on more interesting areas of your project. But dont take our word for it, give it a try!
Main features:
- Generates clean & tested code
- Generates CRUD methods
- Compatible with PHP4 & PHP5
- Compatible with PDO
- Free for personal use
- Free for commercial use
- Open Source
Enhancements:
- POG now fetches result set arrays where possible (which provides a big performance boost).
- Data encoding is handled within the database.
- A new plugin interface is used.
- A data encoding sanity check was added to setup.
- Siblings can be deleted without deleting children.
- Getlist() accepts column names as filters.
- Getlist(), GetChild(), and GetSibling() return all results if no arguments are passed.
- A database wrapper class for PDO was added.
- The PDO performance was improved.
- The plugin API, POG base API, and database API were made uniform to prevent plugin versioning.
<<less
Download (1.0MB)
Added: 2007-07-26 License: BSD License Price:
516 downloads
PHP FormMail 2.0

PHP FormMail 2.0


PHP FormMail provides an ASP/PHP script conversion of FormMail.pl. more>>
PHP FormMail provides an ASP/PHP script conversion of FormMail.pl.

PHP FormMail is a PHP script conversion of the original FormMail.pl, but with many security and spam related fixes and improvements. Some customization options are removed for simplicity while keeping functionality and improving it where neccessary. An ASP version of this script is also included.

<<less
Download (0.007MB)
Added: 2007-02-21 License: Freely Distributable Price:
596 downloads
PHP pam_auth 0.4

PHP pam_auth 0.4


PHP pam_auth is a basic extension to allow you to authenticate users using PHP via PAM. more>>
PHP pam_auth is a basic extension to allow you to authenticate users using PHP via PAM. PHP pam_auth contains only one function, pam_auth(), which will return true or false. It is meant to provide simple authentication without hassle.

<<less
Download (0.007MB)
Added: 2006-05-15 License: The PHP License Price:
1273 downloads
PHP Runner 1.0.0

PHP Runner 1.0.0


PHP Runner project is a Web-based program for editing and previewing PHP files. more>>
PHP Runner project is a Web-based program for editing and previewing PHP files.
PHP Runner is a simple but useful program for easily previewing a PHP file without saving or uploading it to a server.
It has a friendly interface with useful tools such as buttons for the most frequently used PHP functions to make scripting easier and faster.
Main features:
- Runs PHP codes of your page without saving or uploading them on server.
- Helps to insert easily most used PHP functions. Very easy installation and using.
<<less
Download (0.043MB)
Added: 2006-11-03 License: GPL (GNU General Public License) Price:
1087 downloads
Sinleb Youtube VideoServer 2.0

Sinleb Youtube VideoServer 2.0


This script allows you to upload the embed code of a video from Youtube.com Video Page into a Mysql database The result is a window player for all videos;using Ajax for displaying videos:You dont more>> <<less
Download (100KB)
Added: -0001-11-30 License: Freeware Price: 0USD
downloads
PHP Screw 1.3

PHP Screw 1.3


PHP Screw is a PHP script encryption tool. more>>
PHP Screw is a PHP script encryption tool. When you are developing a commercial package using PHP, the script can be distributed as encrypted up until just before execution, preserving your intellectual property.

<<less
Download (0.008MB)
Added: 2005-09-19 License: BSD License Price:
1497 downloads
php syslog viewer 7.2.0

php syslog viewer 7.2.0


php syslog viewer is a free web application written in PHP for viewing and searching system logs stored in a MySQL database. more>>
php syslog viewer is a free web application written in PHP for viewing and searching system logs stored in a MySQL database.
Good system administrators review the logs from each system they administer. As the number of systems gets bigger, this becomes a more complex and time consuming task. Eventually the system administrator would like a way to combine the log messages from all of the systems into one central location, but that is not enough. Without a good search facility, finding the information the system administrator needs is like finding a needle in a haystack.
This is where php syslog viewer comes to the rescue. Using a few common Free Software tools (syslog-ng, stunnel, MySQL, apache, and php), php syslog viewer provides a total solution for centralized logging and log management. Client systems send their log files to a server which stores them in a database. php syslog viewer provides the system administrator with a view into that database. php syslog viewer also includes a tool for optimizing searches and archiving older data so that it takes up less room on the disk.
php syslog viewer is Free Software licensed under the GNU GPL (version 2 or later) as published by the Free Software Foundation.
Main features:
- Log Searching
- Real Time Log Viewer
- Automatic Log Rotation
- User Authentication Possibilities
- LDAP
- Active Directory
- Built-in Authentication
- 3rd Party Client API (outputs XML)
- OSI Certified Open Source Software
- Log Archiving
<<less
Download (0.036MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
1004 downloads
PHP StatIt 4 060626

PHP StatIt 4 060626


PHP StatIt keeps track of visitor counts and other visitor information. more>>
PHP StatIt keeps track of visitor counts and other visitor information such as system, browser, referral domains, screen resolution, color, etc.

PHP StatIt script features a Web-based statistics page and statistics available in three languages. Installation and configuration are simple.

<<less
Download (0.16MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1218 downloads
PHP-GTK 2.0.0 Alpha

PHP-GTK 2.0.0 Alpha


PHP-GTK is a PHP extension that implements language bindings for GTK+ toolkit. more>>
PHP-GTK is a PHP extension that implements language bindings for GTK+ toolkit.

PHP-GTK is an extension for the PHP programming language that implements language bindings for GTK+. It provides an object-oriented interface to GTK+ classes and functions and greatly simplifies writing client-side cross-platform GUI applications.

<<less
Download (0.29MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1193 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5