PHP Classes

How to View the Latest PHP Jobs Remote Opportunities from the PHP Classes Site Using the Package Job Announcements: Display the latest PHP Classes job announcements

Recommend this page to a friend!
  Info   Example   Screenshots   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-11-02 (3 days ago) RSS 2.0 feedNot yet rated by the usersTotal: Not yet counted Not yet ranked
Version License PHP version Categories
phpclasses-jobs 1.0.0Custom (specified...5.6PHP 5, Web services, Parsers, Business
Description 

Author

This package can display the latest PHP Classes job announcements.

It provides a block script for the Ascoos content management system that retrieves the RSS feed of the latest jobs published on the PHP Classes site.

The block script can create a formatted table in frame style, showing the latest job announcements published on the PHP Classes website.

Picture of ASCOOS CMS
  Performance   Level  
Name: ASCOOS CMS <contact>
Classes: 18 packages by
Country: Greece Greece
Innovation award
Innovation award
Nominee: 13x

Instructions

You can easily embed it into any code if you follow the instructions in the Details section.

The configuration in config.php needs to be done manually, unless you create code that makes it more organized and automatic, as is the case when we create modules for cms.

An online demo can be viewed HERE

Example

<?php
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Latest PHPClasses Packages</title>
    <link rel="stylesheet" href="assets/css/reset.css" type="text/css" />
    <link rel="stylesheet" href="assets/css/main.css" type="text/css" />
    <script type="text/javascript" src="assets/js/jquery.js" charset="UTF-8"></script>
</head>
<body>
    <div class="efp-template">
        <?php require_once('phpclasses-jobs.php'); ?>
</div>
</body>
</html>


Details

How to use the package.

This package can display the latest job announcements from PHPClasses.

Creates a formatted table in frame style, showing the latest job announcements published on the PHP Classes website.

You can easily embed it into any code as long as you follow the instructions mentioned below in the details.

Unfortunately, the configuration in config.php has to be done manually, unless you create code that makes it more organized and automatic, as is the case when we create modules for cms.

Installation

Install the package in any folder within your Web page, as long as you include the following code in the HTML BODY, where you want it to appear.

    <div class="efp-template">
        <?php require_once([PATH]/'phpclasses-jobs.php'); ?>
    </div>

You should also make sure that the following are included in the HTML HEAD:

    <link rel="stylesheet" href="assets/css/reset.css" type="text/css" />
    <link rel="stylesheet" href="assets/css/main.css" type="text/css" />
    <script type="text/javascript" src="assets/js/jquery.js" charset="UTF-8"></script> 

Configure the package

    ./libs/config.php

  • Change the presets according to your needs.
        'lang'          => 'en',        // Current Language of package
        'show_title'    => true,        // Show Title in block element.
        'count'         => 10,			// How many jobs will be displayed.
        'show_summary'	=> true,		// Show Summary Description
        'show_days'	    => true,		// Show Days
        'theme'         => 'cleargray'	// The Block theme

Now you can run it either through another cms, or as a standalone one, like the example that came with the package.

---

An online demo can be viewed HERE


Screenshots (1)  
  • screenshot.png
  Files folder image Files (23)  
File Role Description
Files folder imageassets (1 file, 2 directories)
Files folder imagelanguages (3 files)
Files folder imagelibs (3 files)
Files folder imagethemes (1 file, 2 directories)
Accessible without login Plain text file CHANGELOG.md Data Auxiliary data
Accessible without login Plain text file index.php Example Example script
Accessible without login Plain text file LICENSE_AGL-F.md Lic. License text
Plain text file phpclasses-jobs.php Class Example script
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files (23)  /  assets  
File Role Description
Files folder imagecss (3 files)
Files folder imagejs (2 files)
  Accessible without login HTML file index.html Data Empty page

  Files folder image Files (23)  /  assets  /  css  
File Role Description
  Accessible without login HTML file index.html Data Empty page
  Accessible without login Plain text file main.css Data Auxiliary data
  Accessible without login Plain text file reset.css Data Auxiliary data

  Files folder image Files (23)  /  assets  /  js  
File Role Description
  Accessible without login HTML file index.html Data Empty page
  Accessible without login Plain text file jquery.js Data Auxiliary data

  Files folder image Files (23)  /  languages  
File Role Description
  Plain text file el.php Class Class source
  Plain text file en.php Class Class source
  Accessible without login HTML file index.html Data Empty page

  Files folder image Files (23)  /  libs  
File Role Description
  Accessible without login Plain text file config.php Conf. Configuration File
  Accessible without login HTML file index.html Data Empty page
  Plain text file libs.php Class Class source

  Files folder image Files (23)  /  themes  
File Role Description
Files folder imagecleargray (2 files)
Files folder imagedefault (2 files)
  Accessible without login HTML file index.html Data Empty page

  Files folder image Files (23)  /  themes  /  cleargray  
File Role Description
  Accessible without login HTML file index.html Doc. Documentation
  Accessible without login Plain text file theme.css Data Auxiliary data

  Files folder image Files (23)  /  themes  /  default  
File Role Description
  Accessible without login HTML file index.html Data Empty page
  Accessible without login Plain text file theme.css Data Auxiliary data

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
Downloadphpclasses-jobs-2024-11-02.zip 128KB
Downloadphpclasses-jobs-2024-11-02.tar.gz
Install with ComposerInstall with Composer
Needed packages  
Class DownloadWhy it is needed Dependency
PHP Backwards Compatibility Library Download .zip .tar.gz This library included on kernel of Ascoos Cms Optional
 Version Control Unique User Downloads  
 100%
Total:0
This week:0