| 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 | |||||
| 2025-02-20 (5 months ago)  | Not yet rated by the users | Total: 21 This week: 1 | All time:  11,324 This week: 42  | |||||
| Version | License | PHP version | Categories | |||
| afw-examples 25.0.0 | Custom (specified... | 8.2 | Graphics, Tools, PHP 8 | 
| Description | Author | |
| This package provides example scripts that use the Ascoos Framework to show how to use classes and functions. | 
For the chart examples (or any example that requires a font) to run correctly, you need to download the folder FONTS
| 
<?php
 | 
| Screenshots (8) | ||
|  Files (125) | 
| File | Role | Description | ||
|---|---|---|---|---|
|  classes (6 directories) | ||||
|  config (1 file) | ||||
|  functions (2 files) | ||||
|  help (21 files) | ||||
|    autoload.php | Aux. | Configuration script | ||
|    LICENSE_AGL-F.md | Lic. | License text | ||
|  Files (125) | / | classes | 
| File | Role | Description | ||
|---|---|---|---|---|
|  TArrayHandler (2 directories) | ||||
|  TBencodeHandler (3 files) | ||||
|  TCacheHandler (4 files) | ||||
|  TDatesHandler (30 files) | ||||
|  TJsonHandler (1 file) | ||||
|  TObject (4 files) | ||||
|  Files (125) | / | classes | / | TArrayHandler | / | Analysis | 
| File | Role | Description | 
|---|---|---|
|    autocorrelation.php | Example | Example script | 
|    bootstrapResampling.php | Example | Example script | 
|    categorizeByThreshold.php | Example | Example script | 
|    correlationCoefficient.php | Example | Example script | 
|    covariance.php | Example | Example script | 
|    entropy.php | Example | Example script | 
|    exponentialMovingAverage.php | Example | Example script | 
|    findMax.php | Example | Example script | 
|    findMin.php | Example | Example script | 
|    frequencyDistribution.php | Example | Example script | 
|    generateStatisticsReport.php | Example | Example script | 
|    geometricMean.php | Example | Example script | 
|    groupBy.php | Example | Example script | 
|    harmonicMean.php | Example | Example script | 
|    interquartileRange.php | Example | Example script | 
|    kurtosis.php | Example | Example script | 
|    mean.php | Example | Example script | 
|    median.php | Example | Example script | 
|    mode.php | Example | Example script | 
|    movingAverage.php | Example | Example script | 
|    percentile.php | Example | Example script | 
|    range.php | Example | Example script | 
|    skewness.php | Example | Example script | 
|    standardDeviation.php | Example | Example script | 
|    sumOfSquares.php | Example | Example script | 
|    variance.php | Example | Example script | 
|    weightedAverage.php | Example | Example script | 
|    zScoreNormalization.php | Example | Example script | 
|  Files (125) | / | classes | / | TArrayHandler | / | Charts | 
| File | Role | Description | 
|---|---|---|
|    Chart_Area.php | Example | Creates an area chart from the array data | 
|    Chart_Bar.php | Example | Creates a bar chart from the array data | 
|    Chart_Box_Plot.php | Example | Creates a box plot from the array data. | 
|    Chart_Bubble.php | Example | Example script | 
|    Chart_Candlestick.php | Example | Creates a candlestick chart from the array data. | 
|    Chart_Correlation_Matrix.php | Example | Example script | 
|    Chart_Density_Plot.php | Example | Example script | 
|    Chart_Donut.php | Example | Example script | 
|    Chart_Funnel.php | Example | Example script | 
|    Chart_Gantt.php | Example | Creates a Gantt chart from the array data | 
|    Chart_Gauge.php | Example | Example script | 
|    Chart_Heat_Map.php | Example | Example script | 
|    Chart_Histogram.php | Example | Example script | 
|    Chart_Line.php | Example | Example script | 
|    Chart_MultiLine.php | Example | Example script | 
|    Chart_Pie.php | Example | Example script | 
|    Chart_Polar_Area.php | Example | Example script | 
|    Chart_Radar.php | Example | Example script | 
|    Chart_Scatter_Plot.php | Example | Example script | 
|    Chart_Spline.php | Example | Example script | 
|    Chart_Step.php | Example | Example script | 
|  Files (125) | / | classes | / | TBencodeHandler | 
| File | Role | Description | 
|---|---|---|
|    example1.php | Example | Example 1: Simple UTF-8 string | 
|    example2.php | Example | Example 2: List of mixed data | 
|    example3.php | Example | Example 3: Dictionary compatible with BitTorrent | 
|  Files (125) | / | classes | / | TCacheHandler | 
| File | Role | Description | 
|---|---|---|
|    TCacheAPCuHandler.php | Example | Example for APCu Cache | 
|    TCacheFileHandler.php | Example | Class source | 
|    TCacheMemcachedHandler.php | Example | Class source | 
|    TCacheOpcacheHandler.php | Example | Example for Opcache | 
|  Files (125) | / | classes | / | TDatesHandler | 
| File | Role | Description | 
|---|---|---|
|    addDays.php | Example | Example script | 
|    calculateWeekendsBetween.php | Example | Example script | 
|    calculateWeeksBetween.php | Example | Example script | 
|    calculateWorkingDaysBetween.php | Example | Example script | 
|    convertFromTimestamp.php | Example | Example script | 
|    convertToTimestamp.php | Example | Example script | 
|    daysUntilNextWeekday.php | Example | Example script | 
|    diff_days.php | Example | Example script | 
|    diff_time.php | Example | Example script | 
|    formatDate.php | Example | Example script | 
|    getAge.php | Example | Example script | 
|    getBlackFriday.php | Example | Example script | 
|    getCatholicEaster.php | Example | Example script | 
|    getCleanMonday.php | Example | Example script | 
|    getCurrentDate.php | Example | Example script | 
|    getCurrentTime.php | Example | Example script | 
|    getFirstDayOfCurrentYear.php | Example | Example script | 
|    getFirstDayOfMonth.php | Example | Example script | 
|    getGoodFriday.php | Example | Example script | 
|    getLastDayOfCurrentYear.php | Example | Example script | 
|    getLastDayOfMonth.php | Example | Example script | 
|    getNationalHolidays.php | Example | Example script | 
|    getOrthodoxEaster.php | Example | Example script | 
|    getWeekday.php | Example | Example script | 
|    getWeekNumber.php | Example | Example script | 
|    gregorianToJulian.php | Example | Example script | 
|    isLeapYear.php | Example | Example script | 
|    isWorkingDay.php | Example | Example script | 
|    julianToGregorian.php | Example | Example script | 
|    subtractDays.php | Example | Example script | 
|  Files (125) | / | classes | / | TJsonHandler | 
| File | Role | Description | 
|---|---|---|
|    example.php | Example | Example for JSON encoding and decoding | 
|  Files (125) | / | classes | / | TObject | 
| File | Role | Description | 
|---|---|---|
|    TObject.Childrens_...Parents_classes.php | Example | Class source | 
|    TObject.getDeepProperty.php | Example | Class source | 
|    TObject.getDescendantsTree.php | Example | Class source | 
|    TObject.setDeepProperties.php | Example | Class source | 
|  Files (125) | / | functions | 
| File | Role | Description | 
|---|---|---|
|    intToVersionString.php | Example | Converts an integer to a version string format using a mask | 
|    versionStringToInt.php | Example | Converts a version string format to an integer using a mask | 
|  Files (125) | / | help | 
| File | Role | Description | 
|---|---|---|
|    area_chart_complex.png | Icon | Icon image | 
|    bar_multidimensional_chart.png | Icon | Icon image | 
|    box_plot.png | Icon | Icon image | 
|    bubble_chart.png | Icon | Icon image | 
|    candlestick_chart.png | Icon | Icon image | 
|    correlation_multidimensional_matrix.png | Icon | Icon image | 
|    density_multidimensional_plot.png | Icon | Icon image | 
|    donut_chart_multidimensional.png | Icon | Icon image | 
|    funnel_chart.png | Icon | Icon image | 
|    gantt_chart.png | Icon | Icon image | 
|    gauge_chart.png | Icon | Icon image | 
|    heat_map.png | Icon | Icon image | 
|    histogram.png | Icon | Icon image | 
|    line_chart_multi.png | Icon | Icon image | 
|    multi_line_chart.png | Icon | Icon image | 
|    pie_chart_multi.png | Icon | Icon image | 
|    polar_area_chart.png | Icon | Icon image | 
|    radar_chart.png | Icon | Icon image | 
|    scatter_plot.png | Icon | Icon image | 
|    spline_chart.png | Icon | Icon image | 
|    step_chart.png | Icon | Icon image | 
| 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 | 
|  | afw-examples-2025-02-20.zip 381KB | 
|  | afw-examples-2025-02-20.tar.gz 277KB | 
|  | Install with Composer | 
| Needed packages | ||
| Class | Download | Why it is needed | Dependency | 
|---|---|---|---|
| Ascoos Framework |  .zip  .tar.gz | Implement Ascoos Framework 24 code | Required | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 96% | 
 | 
 | 
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.
 If you know an application of this package, send a message to the author to add a link here.