Download the PHP package abstract/core without Composer
On this page you can find all versions of the php package abstract/core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download abstract/core
More information about abstract/core
Files in abstract/core
Package core
Short Description Componential language using HTML-based syntax to access PHP class and method
License proprietary
Informations about the package core
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
- Componential markup language with XML-based syntax
- Access PHP classes and methods
- AML (Abstract Markup Language) compilation using the provided Processor
Installation
To use Abstract in your PHP project, you need to have Composer
installed. Then, run the following command:
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:
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:
Contributing
Contributions are welcome! If you would like to contribute to Abstract, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request to the main branch of the original repository.
- Please ensure that your code follows the existing coding style and includes appropriate tests.
Credits
Abstract is developed and maintained by Patiparnne Vongchompue (Armes).