Recommend this page to a friend! |
Download |
Info | Example | Screenshots | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-10-15 (3 days ago) | Not yet rated by the users | Total: Not yet counted | Not yet ranked |
Version | License | PHP version | Categories | |||
phpclasses-feed 1.0.1 | Custom (specified... | 5.6 | PHP 5, Web services, Parsers |
Description | Author | |
This package can display the latest packages from PHPClasses on a page. |
Through the config.php file you can:
An online demo can be viewed HERE .
<?php
|
This package can display the latest package from PHPClasses.
Creates a formatted table in frame style, showing the latest packages published on the PHP Classes website.
This package is a variant of original for use outside Ascoos Cms.
You can easily embed it into any code as long as you follow the instructions mentioned below in the details.
Unfortunately, the configuration 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.
Install the package in any folder within your Web page, as long as you include the following code in the HTML where you want it to appear.
<div class="efp-template">
<?php require_once([PATH]/'phpclasses-feed.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>
libs/config.php
'lang' => 'en', // Current Language of package
'show_title' => true, // Show Title in block element.
'method' => 'rss', // What feed method is used (XML or RSS)?
'count' => 10, // How many classes will be displayed.
'user' => 'bigfriend', // PHPClasses User
'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) | ||
Files (25) |
File | Role | Description | ||
---|---|---|---|---|
assets (1 file, 2 directories) | ||||
languages (3 files) | ||||
libs (3 files) | ||||
themes (1 file, 2 directories) | ||||
CHANGELOG.md | Doc. | Documentation | ||
index.php | Example | Example script | ||
LICENSE_AGL-F.md | Lic. | License text | ||
phpclasses-feed.php | Test | Application script | ||
README.md | Doc. | Documentation |
Files (25) | / | assets | / | css |
File | Role | Description |
---|---|---|
index.html | Doc. | Documentation |
main.css | Data | Auxiliary data |
reset.css | Data | Auxiliary data |
Files (25) | / | assets | / | js |
File | Role | Description |
---|---|---|
index.html | Doc. | Documentation |
jquery.js | Data | Auxiliary data |
Files (25) | / | languages |
File | Role | Description |
---|---|---|
el.php | Class | Class source |
en.php | Class | Class source |
index.html | Data | Empty page |
Files (25) | / | libs |
File | Role | Description |
---|---|---|
config.php | Conf. | Configuration class source |
index.html | Data | Empty page |
libs.php | Class | Class source |
Files (25) | / | themes |
File | Role | Description | ||
---|---|---|---|---|
cleargray (3 files) | ||||
default (3 files) | ||||
index.html | Data | Empty page |
Files (25) | / | themes | / | cleargray |
File | Role | Description |
---|---|---|
index.html | Doc. | Documentation |
screenshot.png | Icon | Icon image |
theme.css | Data | Auxiliary data |
Files (25) | / | themes | / | default |
File | Role | Description |
---|---|---|
index.html | Doc. | Documentation |
screenshot.png | Icon | Icon image |
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 |
phpclasses-feed-2024-10-15.zip | |
phpclasses-feed-2024-10-15.tar.gz | |
Install with Composer |
Needed packages | ||
Class | Download | Why it is needed | Dependency |
---|---|---|---|
PHP Backwards Compatibility Library | .zip .tar.gz | This library supports backward compatibility | Recommended |
Version Control | Unique User Downloads | |||||||
100% |
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.