Rofl this is the Weekly PHP Classes newsletter of Thursday - 2016-08-04

Find Your Top Developers

See why top startups depend on Toptal to connect them with elite developers, hand-picked to match their needs. Work with top developers on an on-demand basis.
Rofl you are getting this message as free service for being a user of the PHP Classes site to which you registered voluntarily using the email address rofldigger@getsend.xyz. If you wish to unsubscribe go to the unsubscribe page.



This newsletter is always available online and upto date at: www.phpclasses.net/newsletter/ .


Contents


  • Latest PHP Classes blog posts

  • Notable PHP package: Deferred Exceptions (1 day ago)

    Posted on: 2016-08-03
    Summary: Sometimes you need to call different functions in sequence. However if one of the functions throws an exception you may not be able to execute the other functions unless you catch the exceptions of each function.

    Putting try and catch statements around every function call may be tedious and boring task.

    This package provides an alternative solution. It provides a trait that allows you to queue multiple exceptions thrown by classes that use the trait.

    This way you can have access to the whole list of thrown exceptions throw the last or all exceptions that happened.

    Read this article to learn more details about how this notable PHP package works.
  • 3 Methods to Discover Ideas to Create New Software Product Businesses with Good Potential - Fix My Software Product Business (4 days ago)

    Posted on: 2016-07-31
    Summary: According to a recent survey, many developers would like to create their own business selling software products to many customers but they do not have any good ideas of products that could sell well.

    Fortunately there are methods that you can apply to come up with good software product ideas and then figure if they have good market potential even before you start developing the software products.

    Watch this video with a consulting session with a developer to learn more about those methods, so you can start applying them to have great software product ideas with good business potential.
  • Notable PHP package: Jaxon (6 days ago)

    Posted on: 2016-07-29
    Summary: Many Web applications have browser side (JavaScript) code making AJAX calls to server side code in PHP that is mapped to classes of objects.

    Usually the server side code needs to register classes or functions that will handle the AJAX calls.

    However, when you have many classes to handle your Web application AJAX calls, registering classes one by one can be a tedious time consuming task.

    The package provides a more efficient method to register many classes at once. You just specify a directory and the package will lookup and load the classes on demand when the AJAX calls are received.

    This way you also do not have to waste time instantiating objects of the handler classes until they are necessary.

    Read this article to learn more details about how this notable PHP package works.
  • PHP Articles Report July 2016 Edition (7 days ago)

    Posted on: 2016-07-28
    Summary: This is the July edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP Articles published recently.

    They commented on articles about using DevSense PHP Tools extension to develop and debug PHP applications with Visual Studio, automating actions on Mac OS X using PHP scripts, using reactive programming to develop more efficient PHP applications, debugging remote projects with PHPEd, and a new series of short videos to tell why developers should create their own software products and sell to many customers, and what are the main mistakes to avoid to become successful doing that.

    Listen to the podcast, or watch the hangout video to learn more about these PHP articles.
  • Notable PHP package: CMS Airship (8 days ago)

    Posted on: 2016-07-27
    Summary: PHP is often blamed for being an insecure language. This is not a fair claim because, as a language, PHP is not more insecure than most other Web programming languages.

    The bad reputation could be attributed to some applications like WordPress and others that can be easily extended with plugins developed by programmers that may not be so security aware as they should.

    The CMS Airship package is a content management system package that was developed and managed to be secure by design.

    It is mainly a blog engine with support for multi-site environments.

    It can be extended with add-ons that can be reviewed and controlled by the community, thus helping to quickly fix any security matters that the community finds.

    Read this article to learn more details about how this notable PHP package works.
  • How to Protect My Software Product Ideas? Fix My Software Product Business (10 days ago)

    Posted on: 2016-07-25
    Summary: Many developers have great ideas for software products but they fear to have their ideas stolen by competitors and lose the credit and the opportunities to succeed.

    Watch this video with a consulting session with a developer that gets advice on how to protect their software products, so they can succeed even if any competitors try to copy them.
  • PHP and JavaScript Innovation Award Report July 2016 Edition - April 2016 nominees (13 days ago)

    Posted on: 2016-07-22
    Summary: This is the July edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of April 2016.

    Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.
  • Notable PHP package: Faster PHP IP2Location (15 days ago)

    Posted on: 2016-07-20
    Summary: IP2Location is a well known service that uses database files to determine the location of IP addresses of given ranges.

    Usually it uses the binary search method to find the location of a given IP address, so it reduces the amount of information to be read from IP2Location database file.

    The class implements a more optimized method to lookup the location of IP address in pure PHP code. It departs from a database file from IP2Location more efficient data structures to lookup.

    Read this article to learn more details about how this notable PHP package works.
  • Which of My Software Product Ideas is the Best? Fix My Software Product Business (17 days ago)

    Posted on: 2016-07-18
    Summary: Many developers have many ideas for software products that they could develop and sell to many customers, but they do not move on because they are not sure which product would be the best.

    Watch this video with a interview with a developer that gets advice on criteria to decide when products he should he invest.
  • PHP Using Too Much Memory - Lately in PHP podcast episode 73 (22 days ago)

    Posted on: 2016-07-13
    Summary: PHP memory usage can be limited in its configuration, but there are some cases that may cause PHP to request a very large amount of memory, in some cases due to bugs.

    That was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 73 of the Lately in PHP podcast hangout.

    They also talked about the latest proposals for PHP next versions like throwing exceptions when a function call misses a required argument, getting name of a type of variable consistent with type hinting naming, making PHP extension throw exception on errors, and the end of life of PHP 5.5 and PHP 7.1.0 feature freeze and the latest alpha releases.

    This article includes a transcript of the podcast summary.

    Listen to the podcast, or watch the hangout video, or read the summary transcript to learn more about these interesting PHP topics.
  • Notable PHP package: PHP Small Server Administrator (22 days ago)

    Posted on: 2016-07-13
    Summary: Most hosting companies provide plans that let developers controls several aspects of configuration of a server via a Web browser by accessing a control panel installed in the server machine to be configured.

    This package provides a more advanced solution in pure PHP that allows you to manage several aspects of configuration of hosting servers remotely.

    It uses ssh to communicate with the remote server that you want to manage and lets you perform several useful aspects like: managing user accounts, starting and stopping local servers and or services, configuring Web servers, managing files and directories, as well monitoring the server machine user resources.

    Read this article to learn more details about how this notable PHP package works.
  • 6 Important Steps to Make Your Software Product Succeed (24 days ago)

    Posted on: 2016-07-11
    Summary: Creating a successful software product business is not just a matter of creating a good software product.

    Fortunately there are just a few more well known things you need to know to create a promising business.

    Watch this short video to learn what other criteria you need to satisfy to build a successful software product business.
  • PHP Articles Report June 2016 Edition (28 days ago)

    Posted on: 2016-07-07
    Summary: This is the June edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP Articles published recently.

    They commented on articles about using a plugin to create custom post types in WordPress, tips to help developers getting the jobs they want, the last part of PHP 7 migration guide, debugging Symfony applications with PHPEd, how to help testing PHP core features using phpt tests, and installing database schemas using a JSON format, and the pros and cons of using ORM.

    Listen to the podcast, or watch the hangout video to learn more about these PHP articles.
  • How Developers Can Quickly Create Invoices to Bill their Customers using Invoicely (29 days ago)

    Posted on: 2016-07-06
    Summary: Many customers require that developers send them invoices in order to get paid for their work.

    If you have to emit many invoices to your customers, it quickly becomes a tedious task that you would like to automate as much as possible.

    Read this tutorial article to learn how you can quickly create invoices for your customers and be paid as fast as possible using Invoicely free service.
  • Notable PHP package: PHP AJAX Table (29 days ago)

    Posted on: 2016-07-06
    Summary: AJAX is frequently used to update parts of Web pages without reloading the whole page. However, often the updates require sending the whole HTML for the parts of the page to be replaced.

    This class follows a more efficient approach for updating listings of tables. Instead of sending over the whole HTML of a table, it just sends the data of the cells to be updated using JSON.

    This way it sends much less information to the browser to perform updates to tables and the whole HTML of the table is much larger, thus making AJAX based updates faster.

    Read this article to learn more details about how this notable PHP package works.

Contents


Top friends of the site

Friends of the PHP Classes site is a initiative to provide recognition to the users that contribute to the growth of the site community.

For more information on how to become a friend of the site look here.

Rank Friend Referrals
1 Arturs Sosins Latvia Latvia 18
2 Cesar D. Rodas Paraguay Paraguay 5
3 Olaf Lederer The Netherlands The Netherlands 3
4 Khaled Al-Shamaa Syria Syria 2
5 Rafael Espinosa Cuba Cuba 1
6 solomongaby Romania Romania 1
7 the DtTvB Thailand Thailand 1
8 Eric Sizemore United States United States 1
9 Alexander Skakunov Ukraine Ukraine 1
10 Manuel Lemos Portugal Portugal 1

Contents


Innovation award results

Congratulations to Joubert RedRat!


Rank Class Author Score Points Prize
1 PHP AJAX Table
Load HTML tables dynamically using AJAX
Joubert RedRat Brazil 21.21% 13 One big elePHPant Plush Mascott
2 Simple Flash Messages
Display message with different CSS frameworks
Yuriy Tkachenko Russian Federation 15.15% 12
2 Zephir HandlerSocket Client
Access MySQL tables as NoSQL with HandlerSocket
Victor Bolshov Russian Federation 15.15% 12
4 Vehicle Simulator
Simulate the functions of different vehicle types
Chi Hoang France 12.12% 10
5 PHP Time Zone Mapper
Get time zone for a given latitude and longitude
Ahmad Retha United Kingdom 9.09% 9
5 Stringizer
Manipulate multibyte text strings as objects
jasonlam604x Canada 9.09% 9
7 WordPress Hosted Content Importer
WordPress plugin to import content hosted remotely
Bimal Poudel Nepal 6.06% 7
8 PHP Nuclear Reactor
Asynchronous RESTful API using ReactPHP and PIMF
Gjero Krsteski Germany 3.03% 6
8 Italian Cities and Postal Code checker
Search Italian cities, postal codes and addresses
Orazio Principe Italy 3.03% 6
8 PHP TheSportsDb
Get game information from the Sports DB site API
Jelle Sebreghts Belgium 3.03% 6
8 PHP Webdav Calendar Pusher
Send and receive ICS calendar events via WebDav
Ismail Çak?r Turkey 3.03% 6
12 PHP Bracket Checker Parser
Parse expressions and return if brackets match
Hakob Hakobyan Armenia <1.00% 2
12 Phalcon Cashier
Access subscription services provided by Stripe
Thien Tran Viet Nam <1.00% 2

Nominees to win the award of July of 2016

Class: PHP String Socializer
Description: Replace text with hash tags and social media links
Author: Luciano Salvino
Country: Argentina


Class: PHP IIN and BIN
Description: Identify card issuer and bank from numbers
Author: Yorch Ponce
Country: Mexico


Class: BladeOne
Description: Standalone template engine that compiles into PHP
Author: Jorge Castro
Country: Chile


Class: Rabbit ORM
Description: ORM for CodeIgniter based on Laravel's Eloquent
Author: Fabio Mazzo
Country: Brazil


Class: PHP Small Server Administrator
Description: Web panel for small Debian and Ubuntu servers
Author: Aleksey Nemiro
Country: Russian Federation


Class: Automator Shell Action Tools
Description: Process console input and environment variables
Author: Karl Holz
Country: Canada


Class: Faster PHP IP2Location
Description: Faster method to find the location of IP addresses
Author: Chi Hoang
Country: France


Class: CMS Airship
Description: Content management system with security features
Author: Scott Arciszewski
Country: United States


Class: Deferred Exceptions
Description: Queue exceptions and throws them afterwards
Author: magog
Country: Russian Federation


Class: PHP Silex REST Multi Lazy Load
Description: Create REST APIs with module lazy loading
Author: John Diaz
Country: Colombia


Class: Jaxon
Description: Call PHP classes from JavaScript using AJAX
Author: Thierry Feuzeu
Country: France, Metropolitan


Vote

Contents


Latest support forum threads

Subject Posted on Class
need to include other possible features like image printing etc.
Package rating comment
2016-08-04 PHP Print EPL
Need to print other information below barcode
Include name and company below barcode
2016-08-04 PHP Print EPL
Documentation
Is there a more complete document for all options to this class?
2016-08-03 Auto form
Thats a very good class to catch exceptions ;-)
Package rating comment
2016-08-03 Deferred Exceptions
Excelent!
Package rating comment
2016-08-03 tinyMVC
code is deprecated now
Deprecated: Function eregi() is deprecated
2016-08-03 Little PHP Proxy
Thank you very much.
Package rating comment
2016-08-02 SMTP or mail function E-mail sending class
Thank you very much.
Package rating comment
2016-08-02 SMTP
mysql_* is deprecated
mysql_* is deprecated
2016-08-02 PHP User Rights
Documentation
Calling functions of SnPayPalAPi class
2016-08-01 SnPayPalApi

Contents


  • Latest package entries

  • PHP Directory Browser

    Picture of Agustin Rios Reyes
    Author: Agustin Rios Reyes
    Date: 2016-08-03 (1 day ago)
    Groups: PHP 5, Files and Folders, AJAX
    Description: This package can display and browse listing of files in directories.

    It generates a Web based user interface to let the user browse the listing of files in directories and their sub-directories.

    It can also display the contents of given files and highlight the code of PHP files, as well display image files.
  • PHP Stats Graphs

    Picture of Joseluis Laso
    Author: Joseluis Laso
    Date: 2016-08-02 (2 days ago)
    Groups: PHP 5, Graphics, Statistics
    Description: This package can generate SVG charts from sample data from a database.

    It can data read from a database and generates charts of different types from that data. Currently it provides classes to generate bar and scatter charts.

    The database with the data is defined by external configuration file.

    Currently the package provides a seed command class that populates the database with random data, but another command class could be used to generate the data for the charts.
  • PHP User Rights

    Picture of philip njuguna
    Author: philip njuguna
    Date: 2016-08-01 (3 days ago)
    Groups: PHP 5, Databases, User Management
    Description: This class can check user or group permissions stored on a MySQL.

    It takes as parameters the ID of user and a group and some permissions to check.

    The class queries a MySQL database to check if a given user or group has some requested access rights.
  • PHP Filter Input Class

    Picture of Bruno Francisco
    Author: Bruno Francisco
    Date: 2016-07-31 (4 days ago)
    Groups: PHP 5
    Description: This class can validate and filter request input values.

    It provides several static functions that can take a request method name and a request variable name to perform validation according to different rules.

    These functions return objects of the FilterInputValidate class so you can set additional validation options.

    Currently it provides functions to validate values using regular expressions, integers, booleans, URLs, check if a value is defined, and a custom validation function supported by the PHP filter_input extension.
  • v3sdk

    Picture of Yorch Ponce
    Author: Yorch Ponce
    Date: 2016-07-30 (5 days ago)
    Groups: PHP 5, Web services
    Description: This class can store and retrieve objects in V3ctor WareHouse.

    It can send HTTP requests to V3ctor WareHouse Web server to perform several types of operations.

    The class can take a array of properties and send requests to create a new object or update an existing object.

    It can also delete objects by ID, as well retrieve objects by ID or a given property criteria.
  • PHP Directory Iterator

    Picture of FERNANDO CUNHA
    Author: FERNANDO CUNHA
    Date: 2016-07-29 (6 days ago)
    Groups: PHP 5, Files and Folders
    Description: This class can display a list of files and directories in a path.

    It can use the directory iterator class to traverse a given directory and displays the type of files that it finds.

    The class can also display the time it took to traverse the given directory.
  • Burge CMF

    Picture of phpbur
    Author: phpbur
    Date: 2016-07-28 (7 days ago)
    Groups: PHP 5, Libraries, Content management
    Description: This package is a framework to publish managed content based on CodeIgniter.

    It implements MVC classes based on CodeIgniter to implement a blog like modular content management system. It supports:

    - Multi-language administration and regular user interfaces
    - Multi-user admin environment with ability to set access level for each user
    - Default view files for different languages (Persian, and English) and different devices to support fast developing new modules
    - Visitor counter module
    - Log manager which allows to write, retrieve and also query logs based on log message type
    - Manage posts and categories
    - File manager

Contents


This security report was provided by:

SecuritySpace.com


Get a complete security audit
Is your site vulnerable?
Don't wait for the hackers to find about it!

 

Free security audit
Check if your servers are at risk for free!
 

Contents