Skip to content

Blah2014/php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

php

PHP related stuff

Please donate if you are using this repo

Note: If you found this project helpful please give this repo a star.

PayPal - The safer, easier way to pay online!

Index

PHP HTTP clients

Mac PHP XDebug Downloads#

Mac PHP XDebug Remote Debugging Package Downloads

XDebug Wizard

Tailored Installation Instructions

Sentiment Analysis

phpInsight - Sentiment Analysis in PHP

jsonp_decode.php

<?php
   $jsonp_string = preg_replace("/[^(]*\((.*)\)/", "$1", file_get_contents("http://api.pinterest.com/v1/urls/count.json?callback=receiveCount&url=http://9gag.com/"));
   $json = json_decode($jsonp_string, true);
   echo $json['count'];
?>

Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services

Guzzle

Goutte is a screen scraping and web crawling library for PHP

Goutte

PayPal REST API SDK for PHP

JSON Web Token Authentication for Laravel & Lumen

JSON Web Token Authentication for Laravel & Lumen

Encryption

HTTPS

About

PHP related stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published