PHPackages                             abstract/core - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. abstract/core

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

abstract/core
=============

Componential language using HTML-based syntax to access PHP class and method

v0.0.3(2y ago)0152[1 PRs](https://github.com/abstract-php/core/pulls)proprietaryPHP

Since May 11Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/abstract-php/core)[ Packagist](https://packagist.org/packages/abstract/core)[ RSS](/packages/abstract-core/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Abstract
========

[](#abstract)

Abstract is a powerful PHP library that introduces a componential markup language with an XML-based syntax to access PHP classes and methods. This library includes a Processor, which is responsible for compiling AML (Abstract Markup Language) code.

Features
--------

[](#features)

- Componential markup language with XML-based syntax
- Access PHP classes and methods
- AML (Abstract Markup Language) compilation using the provided Processor

Installation
------------

[](#installation)

To use Abstract in your PHP project, you need to have `Composer` installed. Then, run the following command:

```
composer require abstracts/abstract
```

This library also requires symfony/polyfill to work correctly. If you haven't installed it already, you can add it to your project using Composer:

```
composer require symfony/polyfill
```

Usage
-----

[](#usage)

To use Abstract in your PHP project, you need to import the library's namespace, which is "X". You can do this by adding the following line at the beginning of your PHP file:

```
