Tag: PHP

10 Useful PHP Libraries and Classes

1. Unirest UniRest is a collection of light weight HTTP Request Client Libraries for many languages including Node, Ruby, PHP, Java, Python, Objective C, .Net and Windows 8. It has support for GET, POST, PUT, UPDATE and DELETE operations.

2. JqmPhp jqmPhp is a open source package of PHP classes that allow the creation of HTML files for use with jQuery Mobile Framework. All classes in the jqmPhp package can be converted to string and printed with an echo function.

3. PhpFastCache phpFastCache is an open source high performing PHP caching library which makes your website runs smooth on any shared hosting. it has support for multiple caching methods such as apc, memcache, memcached, wincache, files, pdo and mpdo. It is the distributed object caching system which is intended for use…

See original article taken from here:

10 Useful PHP Libraries and Classes

Using Dokku to Deploy PHP Applications with a “git push” on DigitalOcean

Want a Platform-as-a-Service setup like Heroku on your own $5/month VPS from DigitalOcean? Look no further than Dokku – a set of scripts built on Docker and Heroku’s own buildpacks. After this setup, you’re just one git push away from deploying your app to your own server. Step 1: Create a new Droplet with Dokku DigitalOcean has a great guide on how to use the DigitalOcean Dokku Application, so there is no sense in repeating the steps here. Follow the steps in that article, and then come back here. There are issues I ran into after the Dokku setup that are important steps not to skip. So be sure to come back here before trying to deploy your PHP application. Step 2: Setup Swap …

Read Original Article Here:

Using Dokku to Deploy PHP Applications with a “git push” on DigitalOcean

© 2024 Paul Parisi

Theme by Anders NorénUp ↑