| Recommend this page to a friend! |
| Info | Documentation | Videos | Reputation | Support forum | Blog | Links |
| Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
| 2026-05-19 (7 hours ago) | Not yet rated by the users | Total: Not yet counted | Not yet ranked | |||||
| Version | License | PHP version | Categories | |||
| ascoos-os 0.0.32 | Custom (specified... | 8.4 | Graphics, Files and Folders, Cryptogr..., L..., W..., G..., A..., H..., H..., P... |
Please check this example script to learn how to build an automated decision engine using PHP AI library classes.
Date: 2026-05-02 07:00:00
Build: 17716
State: Alpha-30
Changes:
Methods:
getServerMemoryUsage() : Provides memory usage statistics in percentage or structured form.
Changes:
Changes:
Changes:
Changes:
Methods:
hermiteInterpolate() : Evaluates the solution of an ODE at an arbitrary time using cubic Hermite interpolation between RK4 sample points.
hermiteInterpolateVector() : Evaluates the solution of a vector-valued ODE system at an arbitrary time using cubic Hermite interpolation between adaptive RKF45 sample points.
rk4() : The Runge-Kutta 4th Order (RK4) method is the gold standard for numerical integration of ordinary differential equations (ODEs). It provides a robust framework for simulating dynamic systems where an analytical solution is difficult or impossible to obtain.
rkf45 : RKF45 is an adaptive numerical method for solving ODEs that dynamically adjusts the step size to control the approximation error.
rkf45_sys() : The Runge-Kutta-Fehlberg (RKF45) method extended to systems of coupled differential equations.
Changes:
Methods:
throwException() : Throws specified exception type with code/message.
TStringList is a core utility class of the ASCOOS OS Kernel designed to represent a linear, ordered list of string values. It offers essential list operations such as adding, inserting, deleting and searching strings, as well as helper features like text serialization and key-value parsing. Unlike Delphi's TStringList, this implementation is purely PHP-oriented and integrates with the ASCOOS TObject property system for configurable behavior.
Methods:
__construct() : Initializes the class with an array, and optional properties.
getInstance() : We see if the object is already loaded, otherwise we create a new load of the object.
add() : Adds a new string to the end of the list and returns its index.
clear() : Clears all strings from the list.
contains() : Checks whether the list contains the specified string.
count() : Returns the number of strings stored in the list.
delete() : Deletes the string at the specified index and reindexes the list.
first() : Returns the first string in the list.
fromKeyValueArray() : Loads the list from an associative array of key-value pairs.
get() : Returns the string stored at the specified index.
getDelimitedText() : Returns all list items joined into a single delimited UTF?8 safe string.
getText() : Returns all list items as a multi-line UTF?8 safe string.
getValue() : Retrieves the value associated with the specified key.
indexOf() : Returns the index of the specified string or -1 if not found.
indexOfKey() : Returns the index of the entry whose key matches the specified name.
insert() : Inserts a string at the specified index and shifts the remaining items.
last() : Returns the last string in the list.
loadFromFile() : Loads text from a file, handling missing-file conditions based on system mode.
loadFromKeyValueText() : Loads key-value formatted text into the list.
lower() : Converts all list items to lowercase (values only for key=value entries).
reverse() : Reverses the order of the list.
saveToFile() : Saves the list to a file, handling empty-list conditions based on system mode.
set() : Replaces the string at the specified index.
setDelimitedText() : Parses a delimited string and loads its parts into the list.
setKeyValue() : Sets or updates the value associated with the specified key.
setText() : Splits a UTF?8 text block into lines and loads them into the list.
setValue() : Sets or updates the value associated with the specified key.
sort() : Sorts the list in ascending or descending UTF?8 order.
sortDesc() : Sorts the list in descending UTF?8 order.
toArray() : Returns the internal list as a native PHP array.
toKeyValueArray() : Converts the list into an associative array of key-value pairs.
ucwordsList() : Capitalizes the first letter of each word (values only for key=value entries).
unique() : Removes duplicate strings from the list.
upper() : Converts all list items to uppercase (values only for key=value entries).
Changes:
Methods:
grapheme_strrev() : Reverses a string using Unicode grapheme clusters to ensure visually correct character order.
slugify() : UTF?8 safe slug generator using transliteration and normalization
getNiceFileSize() : Converts a byte value into a human?readable file size string.
humanizeKey() : Converts a key-like string to human-readable title case.
print_stats() : Outputs execution statistics such as runtime, memory usage, and peak memory consumption.
vn() : Returns the name(s) of global variables whose value matches the given input.
writeln() : Writes a string followed by one or more newline characters.
openssl_bundle_create() : Creates a unified PEM bundle containing certificate, private key, and optional chain.
openssl_ca_backup() : Creates a compressed backup of the entire CA directory structure.
openssl_ca_init() : Initializes a full CA directory structure compatible with OpenSSL.
openssl_ca_restore() : Restores a CA directory from a .tar.gz backup.
openssl_cert_chain() : Creates a full certificate chain (fullchain.pem) by concatenating certificates.
openssl_cert_chain_dump() : Returns a structured dump of every certificate in a chain file.
openssl_cert_chain_verify() : Verifies a certificate against a CA bundle and optional CRL.
openssl_cert_chain_verify_detailed() : Performs a full chain verification and returns detailed error information.
openssl_cert_compare() : Compares two certificates and returns a structured diff of their fields.
openssl_cert_days_left() : Returns how many days remain before a certificate expires.
openssl_cert_dump() : Returns a complete structured dump of all certificate fields.
openssl_cert_fingerprint() : Returns the fingerprint of a certificate using the specified hash algorithm.
openssl_cert_from_der() : Converts a DER certificate to PEM format.
openssl_cert_info() : Extracts detailed information from an X.509 certificate (PEM or DER).
openssl_cert_init() : Generates an OpenSSL .cnf file for domain or wildcard certificate requests.
openssl_cert_is_expired() : Checks whether a certificate is expired.
openssl_cert_issuer() : Extracts the certificate issuer as a structured associative array.
openssl_cert_key_match() : Checks whether a private key matches a certificate.
openssl_cert_public_key() : Extracts the public key from a certificate in PEM format.
openssl_cert_purpose() : Returns which purposes a certificate is valid for (server, client, email, code-signing, etc.).
openssl_cert_read() : Reads a certificate file and returns its raw encoded contents.
openssl_cert_renew() : Renews an existing certificate by generating a new CSR and signing it with the CA.
openssl_cert_request() : Generates a CSR (Certificate Signing Request) using a config file and private key.
openssl_cert_revoke() : Revokes a certificate using the CA configuration and private key.
openssl_cert_san_list() : Extracts all Subject Alternative Names (SAN) from a certificate.
openssl_cert_selfsign() : Generates a self-signed certificate using a private key and a .cnf configuration file.
openssl_cert_serial() : Extracts the certificate serial number in normalized uppercase hex format.
openssl_cert_sign() : Signs a CSR using the CA certificate and private key, producing a signed certificate.
openssl_cert_signature_algorithm() : Extracts the signature algorithm of a certificate.
openssl_cert_subject() : Extracts the certificate subject as a structured associative array.
openssl_cert_to_der() : Converts a PEM certificate to DER format.
openssl_cert_to_json() : Converts a certificate into a structured JSON object containing all key fields.
openssl_cert_validity() : Returns the notBefore and notAfter fields of a certificate.
openssl_cert_verify() : Verifies a certificate against a CA certificate and optionally a CRL.
openssl_crl_export() : Exports a CRL file in PEM or DER format.
openssl_crl_new() : Generates a new Certificate Revocation List (CRL) using the OpenSSL CLI.
openssl_crl_read() : Reads a CRL file (PEM or DER) and returns its PEM representation.
openssl_crl_revoke() : Revokes a certificate using the OpenSSL CLI and updates the CA index.
openssl_crl_update() : Generates a new CRL using the CA configuration and private key.
openssl_crl_verify() : Verifies a CRL against a CA certificate using OpenSSL.
openssl_key_compare() : Compares two private keys and returns a structured diff of their properties.
openssl_key_convert() : Converts private keys between formats (PKCS#1, PKCS#8), adds or removes encryption.
openssl_key_decrypt() : Removes password protection from an encrypted private key.
openssl_key_encrypt() : Encrypts a private key using PKCS#8 with a password.
openssl_key_generate() : Generates a private key (RSA, EC, or Ed25519) using OpenSSL.
openssl_key_info() : Returns detailed information about a private key (RSA, EC, Ed25519).
openssl_ocsp_sign() : Signs a CSR to produce an OCSP responder certificate with correct extensions.
openssl_ocsp_verify() : Verifies an OCSP response using the issuer certificate and OCSP responder certificate.
openssl_pkcs12_exports() : Creates a PKCS#12 (.p12/.pfx) bundle containing certificate, private key, and optional chain.
openssl_pkcs12_import() : Imports a PKCS#12 (.p12/.pfx) file and extracts certificate, private key, and optional chain.
mb_strcasecmp() : Multibyte binary safe case-insensitive string comparison.
mb_strcmp() : Multibyte safe string comparison
mb_strncmp() : Multibyte binary safe string comparison of the first n characters
mb_strtr() : Multibyte safe translate characters or replace substrings
Welcome to Ascoos OS, an innovative PHP core that brings Web 5.0 to reality and flirts with WebAI!

With ~1,500 encrypted classes (in early 2028), Ascoos OS integrates Frameworks, CMS, IoT, and decentralized applications, delivering security, interoperability, and result synthesis.
Explore how we redefine the future of the internet!
Redefining web development with a secure, modular, AI-driven PHP kernel.
Ascoos OS is still in development, so it is not available for public use.
However, it is evolving very quickly!
Check out the Roadmap to learn about our next milestones and journey toward Web 5.0 and WebAI.
Included in Ascoos Web Extended Studio 26 Pro:

> Although the memory consumption for loading the Ascoos OS kernel is minimal and does not exceed 20-30MB, it is nonetheless recommended to have at least 512 MBytes of free memory for the smooth execution of your scripts.
use ASCOOS\OS\...;
For configuration, you have three options:
1. ?? Prepend Autoload: If you have access to php.ini, configure the auto_prepend_file directive with the appropriate folder so that it automatically loads Ascoos OS on every request.
auto_prepend_file ="/path/aos/autoload.php"
2. ?? spl_autoload: You can dynamically load Ascoos OS using the SPL library.
spl_autoload_extensions('/path/aos/autoload.php');
spl_autoload_register();
3. ?? require_once: You can load Ascoos OS within your PHP file using the "require_once" function.
require_once "/path/aos/autoload.php";
The Ascoos OS has two types of kernel classes: core kernels and optional ones. The former are loaded automatically when Ascoos OS runs, while the latter are loaded optionally based on the user's choices and needs.
To manage this functionality, we created an internal application in Ascoos OS, the Extras Classes Manager (see screenshot), through which these classes can be loaded dynamically.

The AlexSoft Software provides you with a free Windows 64Bit development platform so that you can write, run, and debug your code.
*Try Ascoos Web Extended Studio*.
> ATTENTION!!! If you are using XAMPP/WAMP or some other similar program, before running the servers you must stop and remove the servers from Windows Services, because conflicts may occur.

The Ascoos OS has built-in debugging (TDebugHandler) and testing (TTestHandler) classes.
For most of your tests, you will NOT need any other testing or debugging package.
// Setting properties
$properties = [
'logs' => [
'useLogger' => true,
'dir' => $AOS_LOGS_PATH . '/',
'file' => 'test_handler.log',
'level' => DebugLevel::Info
],
'lang' => 'el-GR',
'debug' => [
'precision' => 4,
'log_threshold' => DebugLevel::Info
]
];
$testHandler = new TTestHandler($properties);
// Object check
$object = new TObject();
$testHandler->checkObject($object, true); // It must record that the object is valid
// Class check
$testHandler->checkClass('ASCOOS\OS\Kernel\Core\TObject', true); // It must record that the class exists
// Method execution with timing
$result = $testHandler->executeMethodWithTiming($object, 'getClassMetadata', [], true);
print_r($result); // Displays result, execution time, system statistics
Every class, every method, goes through thorough testing to ensure that it meets the strict standards and requirements of Ascoos OS.
$char_a_ring_nfd = "a\xCC\x8A"; // 'LATIN SMALL LETTER A WITH RING ABOVE' (U+00E5) normalization form "D"
$char_o_diaeresis_nfd = "o\xCC\x88"; // 'LATIN SMALL LETTER O WITH DIAERESIS' (U+00F6) normalization form "D"
$char_O_diaeresis_nfd = "O\xCC\x88"; // 'LATIN CAPITAL LETTER O WITH DIAERESIS' (U+00D6) normalization form "D"
$test = new TTestHandler(
properties: [
'titleTest' => 'TUTF8::grapheme_stripos()',
'subtitle' => '<code>Grapheme stripos</code>, without Intl Extension',
'desc' => 'Returns the position (in grapheme units) of the first occurrence of $needle in $haystack, starting from $offset graphemes.<br> Returns false if not found.'
]
);
$test->runTest(
'$utf8->grapheme_stripos("a\xCC\x8Aa\xCC\x8Ao\xCC\x88", "O\xCC\x88"); // a?a?o?, O?',
$utf8->grapheme_stripos( $char_a_ring_nfd . $char_a_ring_nfd . $char_o_diaeresis_nfd, $char_O_diaeresis_nfd) === 2,
2,
$utf8->grapheme_stripos( $char_a_ring_nfd . $char_a_ring_nfd . $char_o_diaeresis_nfd, $char_O_diaeresis_nfd),
'Example with test Condition.'
);

A stress test was recently conducted. You can see the results on the related Technical Report page.

Ascoos OS includes as its official documentation a new documentation DSL standard called DoBu.
It is docblocks inside /.../ based on JML.
It is more oriented toward creating documentation files and less as immediate reference text. It has the capability for multilingual documentation and is an agnostic metakeys docblock.
Supports docblock for:
/*
dobu {
file:id(`1`),name(`create-my-project`) {
ascoos {
logo {`
__ _ ___ ___ ___ ___ ___ ___ ___
/ _V |/ / / __/ _ \ / _ \ / / / _ \ / /
| (_| |\ \| (_| (_) | (_) |\ \ | (_) |\ \
\__,_|/__/ \___\___/ \___/ /__/ \___/ /__/
`},
name {`ASCOOS OS`},
version {`1.0.0`},
category {`Web OS`},
subcategory {`Web5 / WebAI`},
description {`A Web 5.0 and Web AI Kernel for decentralized web and IoT applications`},
creator {`Drogidis Christos`},
site {`https://www.ascoos.com`},
issues {`https://issues.ascoos.com`},
support {`support@ascoos.com`},
license {`[Commercial] http://docs.ascoos.com/lics/ascoos/AGL.html`},
copyright {`Copyright (c) 2007 - 2026, AlexSoft Software.`}
},
project {
package:langs {
en {`DoBu code sample`},
el {`?????? ?????? DoBu`}
},
subpackage:langs {
en {`DoBu code sample for classes and methods`},
el {`?????? ?????? DoBu ??? ??????? ??? ????????`}
},
category:langs {
en {`Examples`},
el {`????????????`}
},
subcategory:langs {
en {`DoBu for classes`},
el {`DoBu ??? ???????`}
},
source {`examples/create-my-project.php`},
description:langs {
en {`This file is a complete example of docblock writing and DoBu structure.`},
el {`?? ?????? ???? ???????? ??? ???????????? ?????????? ???????? docblock, ????? DoBu`}
},
fileNo {`1`},
version {`1.0.0`},
build {`1`},
created {`2026-02-12 09:25:03`},
updated {`2026-02-12 09:51:43`},
author {`Author Name`},
authorSite {`https://www.example.com`},
support {`support@example.com`},
license {`MIT`},
since {`1.0.0`},
sincePHP {`8.4.0`}
}
}
}
*/
DNS Info (TNetwork class)
declare(strict_types=1);
use ASCOOS\OS\Kernel\Net\TNetwork;
// Retrieve DNS information
$objNetwork = new TNetwork();
$dnsInfo = $objNetwork->getDNSInfo();
echo "Primary DNS: " . $dnsInfo[0];
if(key_exists(1, $dnsInfo)) echo "<br>"."Secondary DNS: " . $dnsInfo[1] . "<br>";
// Frees of the object
$objNetwork->Free();
?>
Collector of Collections (TCollector class)
declare(strict_types=1);
use Ascoos\OS\Kernel\Core\Collections\TCollector;
$collector = new TCollector();
echo "Number of registered types after initialization: " . count($collector->listTypes()) . "\n";
$collector->Free();
See how Ascoos OS implements Web 5.0 through practical examples, such as integrating Joomla with torrents, monitoring IoT sensors, and audio processing. Explore them in Case Studies.
Drogidis Christos
ASCOOS OS Creator
https://www.ascoos.com
| Videos (1) | ||
| File | Role | Description | ||
|---|---|---|---|---|
| Data | Auxiliary data | |||
| Doc. | Documentation | |||
| Doc. | Documentation | |||
| Aux. | Configuration script | |||
| Lic. | License text | |||
| Lic. | License text | |||
| Data | Auxiliary data | |||
| Doc. | Documentation | |||
| Doc. | Documentation | |||
| Data | Auxiliary data | |||
| Data | Auxiliary data | |||
| / | docs | / | aos |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| / | docs | / | kernel |
| File | Role | Description | ||
|---|---|---|---|---|
| |
Data | Auxiliary data | ||
| |
Data | Auxiliary data | ||
| / | docs | / | kernel | / | core |
| File | Role | Description | ||
|---|---|---|---|---|
| / | docs | / | kernel | / | core | / | TErrorMessageHandler |
| File | Role | Description |
|---|---|---|
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| / | docs | / | kernel | / | core | / | TObject |
| File | Role | Description |
|---|---|---|
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| / | docs | / | kernel | / | net | / | TFTPHandler |
| File | Role | Description |
|---|---|---|
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| / | examples |
| File | Role | Description | ||
|---|---|---|---|---|
| / | examples | / | case-studies |
| File | Role | Description | ||
|---|---|---|---|---|
| |
Doc. | Documentation | ||
| |
Doc. | Documentation | ||
| / | examples | / | case-studies | / | ai |
| File | Role | Description | ||
|---|---|---|---|---|
| / | examples | / | case-studies | / | ai | / | macro_decision_engine |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Doc. | Documentation |
| |
Example | Example script |
| / | examples | / | case-studies | / | ai | / | neural |
| File | Role | Description | ||
|---|---|---|---|---|
| / | examples | / | case-studies | / | ai | / | neural | / | neural_workflow_composer |
| File | Role | Description |
|---|---|---|
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| |
Example | Neural Workflow Composer: Macro Execution via Neural Prediction This case study demonstrates how **Ascoos OS** can intelligently execute macros based on system history using neural networks. The system learns from past performance metrics and predicts optimal macro actions. |
| / | examples | / | case-studies | / | ai | / | semantic_macro_profiler |
| File | Role | Description |
|---|---|---|
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| |
Example | This case study demonstrates how Ascoos OS can orchestrate macro execution using semantic analysis, DSL scripting, NLP, and AI prediction. The system analyzes editorial content, detects sentiment and topic, translates DSL into macros, and executes them based on neural network scoring. |
| / | examples | / | case-studies | / | api | / | api_batch_orchestrator |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Example | Example script |
| / | examples | / | case-studies | / | auth | / | validated_login_flow |
| File | Role | Description |
|---|---|---|
| |
Data | User Credential Validation and Authentication with Event Logging |
| |
Data | User Credential Validation and Authentication with Event Logging |
| |
Example | User Credential Validation and Authentication with Event Logging |
| / | examples | / | case-studies | / | automation | / | macros |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Example | Example script |
| / | examples | / | case-studies | / | barcodes | / | creation |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Example | Example script |
| / | examples | / | case-studies | / | electronics |
| File | Role | Description | ||
|---|---|---|---|---|
| / | examples | / | case-studies | / | electronics | / | audio_rlc_fir_processing |
| File | Role | Description |
|---|---|---|
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| |
Example | Example script |
| / | examples | / | case-studies | / | engineering | / | forces |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Example | Example script |
| / | examples | / | case-studies | / | files |
| / | examples | / | case-studies | / | files | / | cleanup |
| File | Role | Description | ||
|---|---|---|---|---|
| / | examples | / | case-studies | / | files | / | cleanup | / | quota_file_cleaner |
| File | Role | Description |
|---|---|---|
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| |
Example | Example script |
| / | examples | / | case-studies | / | files | / | images |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Example | Example script |
| / | examples | / | case-studies | / | health |
| File | Role | Description | ||
|---|---|---|---|---|
| / | examples | / | case-studies | / | health | / | appointments |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Example | Example script |
| / | examples | / | case-studies | / | health | / | medical |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Example | Example script |
| / | examples | / | case-studies | / | integration | / | laravel |
| File | Role | Description | ||
|---|---|---|---|---|
| / | examples | / | case-studies | / | integration | / | laravel | / | autoload |
| File | Role | Description |
|---|---|---|
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| |
Example | Laravel Integration in Ascoos OS |
| / | examples | / | case-studies | / | iot | / | arduino |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Example | Example script |
| / | examples | / | case-studies | / | location | / | weather |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Example | Example script |
| / | examples | / | case-studies | / | macros |
| File | Role | Description | ||
|---|---|---|---|---|
| / | examples | / | case-studies | / | macros | / | semantic_macro_trigger |
| File | Role | Description |
|---|---|---|
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| |
Example | Example script |
| / | examples | / | case-studies | / | net | / | sockets |
| File | Role | Description | ||
|---|---|---|---|---|
| / | examples | / | case-studies | / | net | / | sockets | / | websocket_logger |
| File | Role | Description |
|---|---|---|
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| |
Example | Example script |
| / | examples | / | case-studies | / | science | / | physics |
| File | Role | Description | ||
|---|---|---|---|---|
| / | examples | / | case-studies | / | science | / | physics | / | orbital_simulation |
| File | Role | Description |
|---|---|---|
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| |
Example | Orbital Simulation of a Satellite Around Earth This case study demonstrates how Ascoos OS can simulate a satellite in circular orbit around Earth. It calculates key physical quantities and stores the results in JSON, while also generating visual output. |
| / | examples | / | case-studies | / | security | / | headers |
| File | Role | Description | ||
|---|---|---|---|---|
| / | examples | / | case-studies | / | security | / | headers | / | security_header_authentication_management |
| File | Role | Description |
|---|---|---|
| |
Doc. | Advanced Security Header Management with Authentication |
| |
Doc. | Advanced Security Header Management with Authentication |
| |
Example | Advanced Security Header Management with Authentication |
| / | examples | / | case-studies | / | sports | / | sentiment_analysis |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Example | Example script |
| / | examples | / | case-studies | / | system |
| File | Role | Description | ||
|---|---|---|---|---|
| / | examples | / | case-studies | / | system | / | communication |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Class | Class source |
| / | examples | / | case-studies | / | system | / | dashboard |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Example | Example script |
| / | examples | / | case-studies | / | system | / | monitoring |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Example | Example script |
| / | examples | / | case-studies | / | system | / | performance |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Example | Example script |
| / | examples | / | case-studies | / | ui | / | ui_event_binding |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Example | Example script |
| / | examples | / | case-studies | / | websites |
| File | Role | Description | ||
|---|---|---|---|---|
| / | examples | / | case-studies | / | websites | / | apache_optimization |
| File | Role | Description |
|---|---|---|
| |
Doc. | Website Monitoring with Linguistic Analysis and Apache Optimization |
| |
Doc. | Website Monitoring with Linguistic Analysis and Apache Optimization |
| |
Example | Website Monitoring with Linguistic Analysis and Apache Optimization |
| / | examples | / | case-studies | / | websites | / | linguistic_analysis |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Example | Example script |
| / | examples | / | case-studies | / | websites | / | resource_aware_batch_crawler |
| File | Role | Description |
|---|---|---|
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| |
Example | Example script |
| / | examples | / | extras | / | science | / | maths |
| File | Role | Description | ||
|---|---|---|---|---|
| / | examples | / | extras | / | science | / | maths | / | tmathgraphhandler |
| File | Role | Description |
|---|---|---|
| |
Example | This example tests a graph where B is the only articulation point. |
| |
Icon | Icon image |
| |
Example | This example computes the assortativity of a small undirected graph. |
| |
Icon | Icon image |
| |
Example | This example computes the average shortest?path length of a small undirected graph. |
| |
Icon | Icon image |
| |
Example | Demonstrates Bellman-Ford on a weighted directed graph. |
| |
Icon | Icon image |
| |
Example | This example computes the betweenness centrality of all vertices in a small undirected graph. |
| |
Icon | Icon image |
| / | examples | / | extras | / | torrents | / | TTorrentFileHandler |
| File | Role | Description |
|---|---|---|
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| / | examples | / | kernel |
| / | examples | / | kernel | / | ai | / | TArtificialIntelligenceHandler |
| File | Role | Description |
|---|---|---|
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Icon | Icon image |
| / | examples | / | kernel | / | core |
| File | Role | Description | ||
|---|---|---|---|---|
| / | examples | / | kernel | / | core | / | tcollection |
| File | Role | Description |
|---|---|---|
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| / | examples | / | kernel | / | core | / | TObject |
| File | Role | Description |
|---|---|---|
| |
Example | Example script |
| |
Class | Class source |
| |
Class | Class source |
| |
Example | Example script |
| |
Example | Example script |
| |
Class | Class source |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| |
Example | Example script |
| |
Class | Class source |
| / | examples | / | kernel | / | core | / | tobject |
| File | Role | Description |
|---|---|---|
| |
Icon | Icon image |
| |
Example | Example script |
| |
Example | Example script |
| |
Icon | Icon image |
| / | examples | / | kernel | / | net | / | TFTPHandler |
| File | Role | Description |
|---|---|---|
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Doc. | Documentation |
| |
Doc. | Documentation |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| / | libs |
| File | Role | Description |
|---|---|---|
| |
Doc. | Documentation |
| |
Data | Auxiliary data |
| / | releases |
| File | Role | Description |
|---|---|---|
| |
Doc. | Changelog 1.0.0a30 |
| |
Doc. | Changelog 1.0.0a31 |
| |
Doc. | Documentation |
| / | screenshots |
| File | Role | Description |
|---|---|---|
| |
Screen | Screenshot |
| |
Screen | Screenshot |
| |
Icon | Icon image |
| / | tests |
| File | Role | Description |
|---|---|---|
| |
Test | Unit test script |
| |
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. |
| Version Control | Reuses | Unique User Downloads | ||||||||
| 100% | 35 |
|
| Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
| Other classes that need this package |
| Class | Why it is needed | Dependency |
|---|---|---|
| AFW Examples | The version 26 is based on Ascoos OS | Conditional |
| AOS Laravel Autoload | Uses kernel classes | Required |
| Ascoos CMS Online Users | The version 26 is based on Ascoos OS | Conditional |
| ASCOOS CMS Popular Contents | The version 26 is based on Ascoos OS | Conditional |
| Ascoos Framework | The version 26 is based on Ascoos OS | Conditional |
| Ascoos OS - CiC (Cross-Interpreter Communication) | requires the Ascoos OS kernel | Required |
| Ascoos OS - CMS Orchestration | requires the Ascoos OS kernel | Required |
| Ascoos OS Digital Circuit DSP | Uses kernel classes | Required |
| Ascoos OS Hybrid Integration | Use Ascoos OS Kernel classes | Required |
| AWES Info | The version 26 is based on Ascoos OS | Conditional |
| Background Selector | The version 26 is based on Ascoos OS | Conditional |
| Comfor PHP Discussion Forum Latest | The version 26 is based on Ascoos OS | Conditional |
| converter-toml | The version 26 is based on Ascoos OS | Conditional |
| Drives Info | The version 26 is based on Ascoos OS | Conditional |
| JML to HTML Renderer | Uses Ascoos OS Classes | Required |
| Job Announcements | The version 26 is based on Ascoos OS | Conditional |
| jsqldb | The version 26 is based on Ascoos OS | Required |
| More Author Articles | The version 26 is based on Ascoos OS | Conditional |
| Oxyzen Almanac Block | not required but useful to some users | Optional |
| PHP Animal | The version 26 is based on Ascoos OS | Conditional |
| PHP Article Editor Block | The version 26 is based on Ascoos OS | Conditional |
| PHP Classes Latest | The version 26 is based on Ascoos OS | Conditional |
| PHP Easter Date in the Orthodox Calendar | The version 26 is based on Ascoos OS | Conditional |
| PHP Games PEGI | The version 26 is based on Ascoos OS | Conditional |
| PHP Social Share Buttons for ASCOOS | The version 26 is based on Ascoos OS | Conditional |
| PHP Sourceforge Badges | The version 26 is based on Ascoos OS | Conditional |
| PHP Timezone Select List | The version 26 is based on Ascoos OS | Conditional |
| PHPClasses Feed Viewer | The version 26 is based on Ascoos OS | Conditional |
| Scroll to Top | The version 26 is based on Ascoos OS | Conditional |
| TCollection | Included in Ascoos OS | Required |
| TCurrencyHandler | Uses Ascoos OS Kernel | Required |
| TEconomicsHandler | The version 26 is based on Ascoos OS | Conditional |
| TMathsHandler | The version 26 is based on Ascoos OS | Conditional |
| TZipHandler | Uses Ascoos OS Kernel | Required |
| Up Previous Contents ASCOOS CMS Related Articles | The version 26 is based on Ascoos OS | Conditional |